<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts/toolchains, branch master</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[vcpkg] [Android]Compile armv6 with arm mode (#17962)</title>
<updated>2021-06-07T18:33:48+00:00</updated>
<author>
<name>talregev</name>
<email>talregev@users.noreply.github.com</email>
</author>
<published>2021-06-07T18:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=b8dbf43b081cdd210bcdc2c980b356b4389aad24'/>
<id>b8dbf43b081cdd210bcdc2c980b356b4389aad24</id>
<content type='text'>
* Compile amrv6 with arm mode

* Update android.cmake</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Compile amrv6 with arm mode

* Update android.cmake</pre>
</div>
</content>
</entry>
<entry>
<title>Compile for android including armv6. (#16847)</title>
<updated>2021-05-05T20:32:47+00:00</updated>
<author>
<name>talregev</name>
<email>talregev@users.noreply.github.com</email>
</author>
<published>2021-05-05T20:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=27fe7a50db33aa5a6a004449d2645797bdb47248'/>
<id>27fe7a50db33aa5a6a004449d2645797bdb47248</id>
<content type='text'>
* compile for android including armv6.

* Update arm-android.cmake

* Update from comment in the PR
support ANDROID_NATIVE_API_LEVEL from env variable. (to be able to compile also 16 and not just 21 as default)

* Add ANDROID_ARM_NEON from env var

* Short version of update ANDROID_ARM_NEON.

* remove ANDROID_NATIVE_API_LEVEL now using vcpkg_CMAKE_SYSTEM_VERSION in triplet
Add cache to ANDROID_ARM_NEON
fix indents

* Update neon triplet

* Add arm-neon-android.cmake file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* compile for android including armv6.

* Update arm-android.cmake

* Update from comment in the PR
support ANDROID_NATIVE_API_LEVEL from env variable. (to be able to compile also 16 and not just 21 as default)

* Add ANDROID_ARM_NEON from env var

* Short version of update ANDROID_ARM_NEON.

* remove ANDROID_NATIVE_API_LEVEL now using vcpkg_CMAKE_SYSTEM_VERSION in triplet
Add cache to ANDROID_ARM_NEON
fix indents

* Update neon triplet

* Add arm-neon-android.cmake file.</pre>
</div>
</content>
</entry>
<entry>
<title>[mingw] Remove executable extension on non-Windows hosts (#15282)</title>
<updated>2020-12-27T06:19:16+00:00</updated>
<author>
<name>Long Nguyen</name>
<email>nguyen.long.908132@gmail.com</email>
</author>
<published>2020-12-27T06:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=08c867c52a7bc215107250be5d1d923af092e428'/>
<id>08c867c52a7bc215107250be5d1d923af092e428</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mingw] Use find_file to find compiler, fall back to unprefixed windres if the prefixed version doesn't exist (#15179)</title>
<updated>2020-12-21T17:01:18+00:00</updated>
<author>
<name>Long Nguyen</name>
<email>nguyen.long.908132@gmail.com</email>
</author>
<published>2020-12-21T17:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0e05a1f629c21b9b3ff26fa03e9156bf211d19c3'/>
<id>0e05a1f629c21b9b3ff26fa03e9156bf211d19c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] initial openbsd (community) support (#14549)</title>
<updated>2020-11-23T17:43:23+00:00</updated>
<author>
<name>Joakim L. Gilje</name>
<email>jgilje@jgilje.net</email>
</author>
<published>2020-11-23T17:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=d9633d939c665e527f8bda22669f543f03540b17'/>
<id>d9633d939c665e527f8bda22669f543f03540b17</id>
<content type='text'>
* initial openbsd support in vcpkg

* after clang-format

* hardcoded in the preferred compiler for openbsd in bootstrap scipt (thanks @tormfinn)

* Fetch a patched pkg-config because openbsd pkg-config lacks {fcfiledir}

* fixes from review feedback

* corrected hash for pkg-config.openbsd

* re-added missing endif()

* regenerate docs

* Update scripts/cmake/vcpkg_configure_meson.cmake

Co-authored-by: Nicole Mazzuca &lt;mazzucan@outlook.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* initial openbsd support in vcpkg

* after clang-format

* hardcoded in the preferred compiler for openbsd in bootstrap scipt (thanks @tormfinn)

* Fetch a patched pkg-config because openbsd pkg-config lacks {fcfiledir}

* fixes from review feedback

* corrected hash for pkg-config.openbsd

* re-added missing endif()

* regenerate docs

* Update scripts/cmake/vcpkg_configure_meson.cmake

Co-authored-by: Nicole Mazzuca &lt;mazzucan@outlook.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg android] Fix for issue #11927 (#14625)</title>
<updated>2020-11-18T23:45:05+00:00</updated>
<author>
<name>Christophe Calmejane</name>
<email>christophe.calmejane@l-acoustics.com</email>
</author>
<published>2020-11-18T23:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=ef77f3c99f02b9b0346b176c2b9fee49c99110e1'/>
<id>ef77f3c99f02b9b0346b176c2b9fee49c99110e1</id>
<content type='text'>
Allow selection of Android SDK platform version from triplet file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow selection of Android SDK platform version from triplet file.</pre>
</div>
</content>
</entry>
<entry>
<title>Add compiler executable name into toolchain file (#14269)</title>
<updated>2020-10-30T19:43:59+00:00</updated>
<author>
<name>Long Nguyen</name>
<email>nguyen.long.908132@gmail.com</email>
</author>
<published>2020-10-30T19:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6edef9f1f6f425f88009e8d6b81202d7c22a63de'/>
<id>6edef9f1f6f425f88009e8d6b81202d7c22a63de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Support cross compile arm64-linux, arm-linux triplets on linux (#13374)</title>
<updated>2020-10-30T19:15:40+00:00</updated>
<author>
<name>xyb</name>
<email>xyb@xyb.name</email>
</author>
<published>2020-10-30T19:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=5e4d2fab8605a21972cb990ba49ade83ef19ffbf'/>
<id>5e4d2fab8605a21972cb990ba49ade83ef19ffbf</id>
<content type='text'>
x86_64 host.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
x86_64 host.</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] CMAKE_SYSTEM_PROCESSOR is missing if VCPKG_TARGET_ARCHITECTURE is arm or arm64. (#13465)</title>
<updated>2020-10-17T09:12:49+00:00</updated>
<author>
<name>xyb</name>
<email>xyb@xyb.name</email>
</author>
<published>2020-10-17T09:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=27a2418e91179d8607862348d7b498558e98a0ab'/>
<id>27a2418e91179d8607862348d7b498558e98a0ab</id>
<content type='text'>
This change tries to fix issue #13395.

Root cause:
In script mode, cmake won't populate CMAKE_SYSTEM_PROCESSOR parameter automatically. That parameter is
required by libpng to configure build parameters. To fix this issue, we need explicitly set CMAKE_SYSTEM_PROCESSOR
value.

Verify:
On arm64-linux host, run `./vcpkg install tesseract:arm64-linux`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change tries to fix issue #13395.

Root cause:
In script mode, cmake won't populate CMAKE_SYSTEM_PROCESSOR parameter automatically. That parameter is
required by libpng to configure build parameters. To fix this issue, we need explicitly set CMAKE_SYSTEM_PROCESSOR
value.

Verify:
On arm64-linux host, run `./vcpkg install tesseract:arm64-linux`.</pre>
</div>
</content>
</entry>
<entry>
<title>11129: Add VCPKG_LINKER_FLAGS_&lt;CONFIG&gt;. (#11290)</title>
<updated>2020-09-03T18:00:35+00:00</updated>
<author>
<name>Paul</name>
<email>2528280+psfrolov@users.noreply.github.com</email>
</author>
<published>2020-09-03T18:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6c7f2d95d889ff9757555511ffe19d5157ebde07'/>
<id>6c7f2d95d889ff9757555511ffe19d5157ebde07</id>
<content type='text'>
Co-authored-by: Nicole Mazzuca &lt;mazzucan@outlook.com&gt;
Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Nicole Mazzuca &lt;mazzucan@outlook.com&gt;
Co-authored-by: JackBoosY &lt;yuzaiyang@beyondsoft.com&gt;
Co-authored-by: Billy Robert O'Neal III &lt;bion@microsoft.com&gt;</pre>
</div>
</content>
</entry>
</feed>
