<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts, branch 2019.09</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>[boost] Update to 1.71.0 (#7959)</title>
<updated>2019-09-27T17:41:02+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2019-09-27T17:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9433136b22b5e443d550ca7665a562637c8a86b9'/>
<id>9433136b22b5e443d550ca7665a562637c8a86b9</id>
<content type='text'>
* [boost] Update to 1.71.0

* [openmvs] Fixes for boost 1.71

* [telnetpp] DISABLE_PARALLEL_CONFIGURE

* [execute_process] Fix output variables (like error_code) not getting populated

* [telnetpp] Add missing boost-exception dependency

* [boost] Refactor generate-ports.ps1 into scripts dir. Enable boost-thread on uwp.

* [boost-iostreams] Revert removal of zstd dependency

* [openmvs] Fix tools deployment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [boost] Update to 1.71.0

* [openmvs] Fixes for boost 1.71

* [telnetpp] DISABLE_PARALLEL_CONFIGURE

* [execute_process] Fix output variables (like error_code) not getting populated

* [telnetpp] Add missing boost-exception dependency

* [boost] Refactor generate-ports.ps1 into scripts dir. Enable boost-thread on uwp.

* [boost-iostreams] Revert removal of zstd dependency

* [openmvs] Fix tools deployment
</pre>
</div>
</content>
</entry>
<entry>
<title>[ports.cmake] Fixup capitalization inconsistencies of Windows drive letter. (#8304)</title>
<updated>2019-09-24T22:58:10+00:00</updated>
<author>
<name>Tetsuya Hayashi</name>
<email>tetsu.h@gmail.com</email>
</author>
<published>2019-09-24T22:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=726b7a6618f24fb833b597f2f5e86e1d3d0e47ea'/>
<id>726b7a6618f24fb833b597f2f5e86e1d3d0e47ea</id>
<content type='text'>
CMAKE_CURRENT_LIST_DIR reflect current directory. Thus It can be lowercase drive letter.
The lowercase drive letter cause #8237 issue.
Fixup drive letter to uppercase by using get_filename_component().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMAKE_CURRENT_LIST_DIR reflect current directory. Thus It can be lowercase drive letter.
The lowercase drive letter cause #8237 issue.
Fixup drive letter to uppercase by using get_filename_component().</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Avoid RENAME usage to prevent cross-device link problems (#4245) (#8032)</title>
<updated>2019-09-23T21:03:59+00:00</updated>
<author>
<name>Leonid Pospelov</name>
<email>pospelovlm@yandex.ru</email>
</author>
<published>2019-09-23T21:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6c7f1c76738be50529fa8f1857db426fd3ef1d56'/>
<id>6c7f1c76738be50529fa8f1857db426fd3ef1d56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CMAKE_TRY_COMPILE_PLATFORM_VARIABLES to propogate values (#5180)</title>
<updated>2019-09-23T20:43:52+00:00</updated>
<author>
<name>Don</name>
<email>don.j.olmstead@gmail.com</email>
</author>
<published>2019-09-23T20:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=c7542de3f31defef6344e9acb05adf7d39f6d4a8'/>
<id>c7542de3f31defef6344e9acb05adf7d39f6d4a8</id>
<content type='text'>
CMAKE_TRY_COMPILE_PLATFORM_VARIABLES is used when CMake 3.6.0 or higher
is encountered. For older versions the previous behavior emulating this
functionality is used.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CMAKE_TRY_COMPILE_PLATFORM_VARIABLES is used when CMake 3.6.0 or higher
is encountered. For older versions the previous behavior emulating this
functionality is used.</pre>
</div>
</content>
</entry>
<entry>
<title>[Qt] Fix static builds of qt5-imageformats (#8222)</title>
<updated>2019-09-20T21:06:43+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2019-09-20T21:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=86a5b6fd7b58be61ebc375c5f61b3e99fd47b2ae'/>
<id>86a5b6fd7b58be61ebc375c5f61b3e99fd47b2ae</id>
<content type='text'>
* forward extra arguments to vcpkg_configure_qmake from submodules
* make image format dependent on tiff and libwebp
* make tools dependent on imageformat
* build options must be passed a bit different then normal qmake options
* add the required dependencies
* a new dependency discovered in qt5-declarative
* need webpdemux also
* qt5-declarative is dependent on imageformats so we can drop it here
* remove empty qt.conf if it exists. closes #8180
* add all recommended dependencies as dependencies in control.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* forward extra arguments to vcpkg_configure_qmake from submodules
* make image format dependent on tiff and libwebp
* make tools dependent on imageformat
* build options must be passed a bit different then normal qmake options
* add the required dependencies
* a new dependency discovered in qt5-declarative
* need webpdemux also
* qt5-declarative is dependent on imageformats so we can drop it here
* remove empty qt.conf if it exists. closes #8180
* add all recommended dependencies as dependencies in control.
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] add missing implib definitions, fix shared lib extension on mac (#8131)</title>
<updated>2019-09-16T16:06:06+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2019-09-16T16:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=8a44d47f76e01b787ebb1fc71dfe36909fdd1793'/>
<id>8a44d47f76e01b787ebb1fc71dfe36909fdd1793</id>
<content type='text'>
* [vcpkg] add missing implib definitions, fix shared lib extension on mac

(cherry picked from commit 2cddef9541202ecc01ad43036575bc606dc01117)

* Better find_library suffixes and prefixes.

* moved additional suffix into a comment and reverted back to what is expected on windows

* updated documentation for add variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [vcpkg] add missing implib definitions, fix shared lib extension on mac

(cherry picked from commit 2cddef9541202ecc01ad43036575bc606dc01117)

* Better find_library suffixes and prefixes.

* moved additional suffix into a comment and reverted back to what is expected on windows

* updated documentation for add variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in `.vcpkg-root` detection that breaks `--overlay-triplets` (#7954)</title>
<updated>2019-09-13T06:52:52+00:00</updated>
<author>
<name>martin-s</name>
<email>webmaster@macside.net</email>
</author>
<published>2019-09-13T06:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=191c864927ea9e9e8788408adda4eff35d3edaf1'/>
<id>191c864927ea9e9e8788408adda4eff35d3edaf1</id>
<content type='text'>
* - Added scripts variable to ports file.
- Added check if triplet file is not available (NPE).

* - Fixed line endings.

* Provide location of .vcpkg-root to ports.cmake

* vcpkg sets VCPKG_ROOT_PATH in ports.cmake

* [vcpkg] Fail if VCPKG_ROOT_PATH is not passed from vcpkg.exe

* [vcpkg] Fix vcpkg rooth path

* [vcpkg] Make --x-scripts-root an experimental command
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* - Added scripts variable to ports file.
- Added check if triplet file is not available (NPE).

* - Fixed line endings.

* Provide location of .vcpkg-root to ports.cmake

* vcpkg sets VCPKG_ROOT_PATH in ports.cmake

* [vcpkg] Fail if VCPKG_ROOT_PATH is not passed from vcpkg.exe

* [vcpkg] Fix vcpkg rooth path

* [vcpkg] Make --x-scripts-root an experimental command
</pre>
</div>
</content>
</entry>
<entry>
<title>[Qt] Update to 5.12.4 (#7667)</title>
<updated>2019-09-12T17:07:21+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2019-09-12T17:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=96f4487c77fbf08518a9ee665612927c97ce8ebd'/>
<id>96f4487c77fbf08518a9ee665612927c97ce8ebd</id>
<content type='text'>
* update to 5.12.4
* removed port qt5-modularscripts and split it functionality into more functions into qt5-base
* added qt_port_hashes.cmake for simpler upgrade.
* added optional VCPKG_QT_HOST_MKSPEC and VCPKG_QT_TARGET_MKSPEC to select QTs build mkspecs from a triplet
* qt_&lt;config&gt;.conf are now copied from the build dir instead from the port dir
* fixed freetype dependencies.
* cleanup of vcpkg_qmake scripts. No strange/unclear replacements anymore.
* introduced vcpkg_buildpath_length_warning
* changed directory layout of the qt5 installation executables and mkspecs a bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update to 5.12.4
* removed port qt5-modularscripts and split it functionality into more functions into qt5-base
* added qt_port_hashes.cmake for simpler upgrade.
* added optional VCPKG_QT_HOST_MKSPEC and VCPKG_QT_TARGET_MKSPEC to select QTs build mkspecs from a triplet
* qt_&lt;config&gt;.conf are now copied from the build dir instead from the port dir
* fixed freetype dependencies.
* cleanup of vcpkg_qmake scripts. No strange/unclear replacements anymore.
* introduced vcpkg_buildpath_length_warning
* changed directory layout of the qt5 installation executables and mkspecs a bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>(#8013) [vcpkg] Compatibility with pwsh &gt;= 6.2</title>
<updated>2019-09-06T23:16:15+00:00</updated>
<author>
<name>TheGoddessInari</name>
<email>thegoddessinari@gmail.com</email>
</author>
<published>2019-09-01T12:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=0872eebe34db686c8d87936e3c39984ab609bd5b'/>
<id>0872eebe34db686c8d87936e3c39984ab609bd5b</id>
<content type='text'>
In Powershell 6.2/7.0, `Get-ChildItem`'s paths are now printed as
absolute paths instead of relative paths; this breaks the code we have
that assumes that they're printed as relative paths.

Thus, change the code to request the `Name` property specifically, which
is what we actually wanted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Powershell 6.2/7.0, `Get-ChildItem`'s paths are now printed as
absolute paths instead of relative paths; this breaks the code we have
that assumes that they're printed as relative paths.

Thus, change the code to request the `Name` property specifically, which
is what we actually wanted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use macro instead of function to override execute_process() (#7980)</title>
<updated>2019-08-30T02:40:43+00:00</updated>
<author>
<name>Victor Romero</name>
<email>romerosanchezv@gmail.com</email>
</author>
<published>2019-08-30T02:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=9e68729bb6b62537314c7ab315c2dcf6dc2476b0'/>
<id>9e68729bb6b62537314c7ab315c2dcf6dc2476b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
