<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts/templates, branch 2020.04</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>Add support for building with MinGW (#9137)</title>
<updated>2020-01-17T23:36:08+00:00</updated>
<author>
<name>Cristian Adam</name>
<email>cristian.adam@gmail.com</email>
</author>
<published>2020-01-17T23:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=38b959022cec1b865489d97a697eda84b49cc4e5'/>
<id>38b959022cec1b865489d97a697eda84b49cc4e5</id>
<content type='text'>
* Add support for building with MinGW

Tested with MSYS2 MinGW 8.3.0, gcc-mcf.lhmouse MinGW 9.2.1,
and StephanTLavavej/mingw-distro!

* Add MinGW toolchain

From your MinGW configured shell you could just use vcpkg to
configure packages.

An x64-mingw triplet would look like:
```
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_ENV_PASSTHROUGH PATH)

set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
```

* Add MinGW community tripplets

x64 tested with https://github.com/StephanTLavavej/mingw-distro
x86, arm64, arm tested with https://github.com/mstorsjo/llvm-mingw
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for building with MinGW

Tested with MSYS2 MinGW 8.3.0, gcc-mcf.lhmouse MinGW 9.2.1,
and StephanTLavavej/mingw-distro!

* Add MinGW toolchain

From your MinGW configured shell you could just use vcpkg to
configure packages.

An x64-mingw triplet would look like:
```
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_ENV_PASSTHROUGH PATH)

set(VCPKG_CMAKE_SYSTEM_NAME MinGW)
```

* Add MinGW community tripplets

x64 tested with https://github.com/StephanTLavavej/mingw-distro
x86, arm64, arm tested with https://github.com/mstorsjo/llvm-mingw
</pre>
</div>
</content>
</entry>
<entry>
<title>use macros VCPKG_TARGET_IS_ instead of VCPKG_CMAKE_SYSTEM_NAME</title>
<updated>2019-10-08T03:11:35+00:00</updated>
<author>
<name>JackBoosY</name>
<email>yuzaiyang@beyondsoft.com</email>
</author>
<published>2019-10-08T03:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=bc80d3c00ef99709fff6bab059b3b87090c92e58'/>
<id>bc80d3c00ef99709fff6bab059b3b87090c92e58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update templates.</title>
<updated>2019-10-08T03:07:43+00:00</updated>
<author>
<name>JackBoosY</name>
<email>yuzaiyang@beyondsoft.com</email>
</author>
<published>2019-10-08T03:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=c784f08ee032dc28c4b5d15ab782d0198d3d0f0c'/>
<id>c784f08ee032dc28c4b5d15ab782d0198d3d0f0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update vcpkg create template (#8427)</title>
<updated>2019-10-07T17:31:38+00:00</updated>
<author>
<name>Vinny</name>
<email>vpaladino778@gmail.com</email>
</author>
<published>2019-10-07T17:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e86ff2cc54bda9e9ee322ab69141e7113d5c40a9'/>
<id>e86ff2cc54bda9e9ee322ab69141e7113d5c40a9</id>
<content type='text'>
* Began updating

* Added 'Homepage:' to CONTROL, added vcpkg_check_features to vcpkg_create template

* Update portfile.in.cmake

Added documentation link for vcpkg_check_features
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Began updating

* Added 'Homepage:' to CONTROL, added vcpkg_check_features to vcpkg_create template

* Update portfile.in.cmake

Added documentation link for vcpkg_check_features
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg create, docs] Update create command's template and documentation on patching (#5370)</title>
<updated>2019-02-15T22:32:07+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2019-02-15T22:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=7a18088cf2c513863761200b0d01f20be8bfa2c2'/>
<id>7a18088cf2c513863761200b0d01f20be8bfa2c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] post-build cmake test (#3431)</title>
<updated>2018-08-31T00:07:14+00:00</updated>
<author>
<name>Hiroshi Miura</name>
<email>miurahr@linux.com</email>
</author>
<published>2018-08-31T00:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ab54bfa0cc98b96a6cffe75e4045ccbd366dbe46'/>
<id>ab54bfa0cc98b96a6cffe75e4045ccbd366dbe46</id>
<content type='text'>
* [vcpkg]  post-build cmake test

- test for applications with cmake build system
- Add a test feature to vcpkg core, make progress for #72
- Tests for zlib, bzip2, libiconv and openssl for example
- Test for curl will be failed, because of a bug #3053
  It can detect a this type of problems

* [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test.

* [bzip2] Fix casing of cmake module name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg]  post-build cmake test

- test for applications with cmake build system
- Add a test feature to vcpkg core, make progress for #72
- Tests for zlib, bzip2, libiconv and openssl for example
- Test for curl will be failed, because of a bug #3053
  It can detect a this type of problems

* [vcpkg_test_cmake] Add MODULE parameter to explicitly specify which type of integration to test.

* [bzip2] Fix casing of cmake module name
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] shorten license instruction in  portfile.in.cmake</title>
<updated>2017-07-28T03:21:15+00:00</updated>
<author>
<name>atkawa7</name>
<email>atkawa7@yahoo.com</email>
</author>
<published>2017-07-28T03:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=78266bd041db09034e2f9236b4979b7eeb7e38c8'/>
<id>78266bd041db09034e2f9236b4979b7eeb7e38c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo of template</title>
<updated>2017-06-14T23:30:22+00:00</updated>
<author>
<name>Tsukasa Sugiura</name>
<email>t.sugiura0204@gmail.com</email>
</author>
<published>2017-06-14T23:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e24f83aed10aca9014c75e203f99695eda8d3610'/>
<id>e24f83aed10aca9014c75e203f99695eda8d3610</id>
<content type='text'>
Fix typo of portfile template.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo of portfile template.
</pre>
</div>
</content>
</entry>
<entry>
<title>template: add some more variables</title>
<updated>2017-03-13T00:39:46+00:00</updated>
<author>
<name>Mikhail Paulyshka</name>
<email>me@mixaill.tk</email>
</author>
<published>2017-03-13T00:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=27f0759cabaccabc669b7353761186000b8448be'/>
<id>27f0759cabaccabc669b7353761186000b8448be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Ninja support</title>
<updated>2017-02-03T16:16:13+00:00</updated>
<author>
<name>codicodi</name>
<email>rob.ceglinski@gmail.com</email>
</author>
<published>2017-02-03T16:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=95af9aac7c39765d1524b7c9c39dc283e9f0facf'/>
<id>95af9aac7c39765d1524b7c9c39dc283e9f0facf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
