<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vcpkg/scripts/buildsystems/msbuild/vcpkg.targets, branch 2020.01</title>
<subtitle>Forked from https://github.com/microsoft/vcpkg</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/'/>
<entry>
<title>Temp fix for #4359 (#4573)</title>
<updated>2018-11-09T07:48:09+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>30894796+Neumann-A@users.noreply.github.com</email>
</author>
<published>2018-11-09T07:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=4f7d4dc66f242a2b86ce38673c7dd9c32110257f'/>
<id>4f7d4dc66f242a2b86ce38673c7dd9c32110257f</id>
<content type='text'>
* make user wide integration not burn everything if LLVM is used as a toolset.
(e.g. cmake -G "VS" -TLLVM fails to even find compiler due to linker issues)
fixes #4359 but might have side effects for that toolset.
(e.g. not automatically adding dependencies)

* remove whitespaces

* [vcpkg-integrate] Conform to MSBuild conventions for comparisons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* make user wide integration not burn everything if LLVM is used as a toolset.
(e.g. cmake -G "VS" -TLLVM fails to even find compiler due to linker issues)
fixes #4359 but might have side effects for that toolset.
(e.g. not automatically adding dependencies)

* remove whitespaces

* [vcpkg-integrate] Conform to MSBuild conventions for comparisons
</pre>
</div>
</content>
</entry>
<entry>
<title>New packages: libimobiledevice, getopt, readline (#3504)</title>
<updated>2018-08-08T11:15:13+00:00</updated>
<author>
<name>Frederik Carlier</name>
<email>frederik.carlier@quamotion.mobi</email>
</author>
<published>2018-08-08T11:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=cc00cf05fb70ddec3197ca0ee7cbd47cc1c8ccfe'/>
<id>cc00cf05fb70ddec3197ca0ee7cbd47cc1c8ccfe</id>
<content type='text'>
* Add libplist

* Add libusbmuxd

* Fix typos

* Add getopt

* Add libimobiledevice

* Fix typos

* Add libideviceactivation

* Add ideviceinstaller

* Include utilities

* Install usbmuxd

* Add readline

* Fix readline on 64-bit windows

* Add libirecovery

* libideviceactivation: include tools

* Bump versions to fix build issues

* Bump versions

* Add idevicerestore

* [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop

* [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop

* [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory

* [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage().

* [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild()

* [readline] Fix static builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add libplist

* Add libusbmuxd

* Fix typos

* Add getopt

* Add libimobiledevice

* Fix typos

* Add libideviceactivation

* Add ideviceinstaller

* Include utilities

* Install usbmuxd

* Add readline

* Fix readline on 64-bit windows

* Add libirecovery

* libideviceactivation: include tools

* Bump versions to fix build issues

* Bump versions

* Add idevicerestore

* [getopt][getopt-win32] Rename to getopt-win32 and only install on Windows Desktop

* [readline][readline-win32] Rename to readline-win32 and only install for Windows Desktop

* [vcpkg_from_github][vcpkg_apply_patches] Make PATCHES relative to the current port directory

* [vcpkg_install_msbuild][vcpkg_check_linkage] Introduce vcpkg_install_msbuild() and vcpkg_check_linkage().

* [libimobiledevice et al] Use vcpkg_from_github() and vcpkg_install_msbuild()

* [readline] Fix static builds
</pre>
</div>
</content>
</entry>
<entry>
<title>Add preliminary support for arm-windows and arm64-windows triplets (#2371)</title>
<updated>2018-01-03T23:19:52+00:00</updated>
<author>
<name>Jacek Blaszczynski</name>
<email>biosciencenow@outlook.com</email>
</author>
<published>2018-01-03T23:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a28138eb9ef8d2986227b7cd784be9ffa8492a46'/>
<id>a28138eb9ef8d2986227b7cd784be9ffa8492a46</id>
<content type='text'>
* Add preliminary support for arm-windows and arm64-windows triplets

Visual Studio 15.4 shipped with new VC tools targeting arm and arm64
for desktop. This change allows for recognition and usage of new
triplets supporting arm and arm64 Windows desktop and server targets.

* Remove unnecessary changes

* Part 2

* Part 3

* Make detection of Arm64 _VCPKG_TARGET_ARCHITECTURE precise

* Enforce usage of Visual Studio CMake generatorfor arm and temporarily arm64 targets

* Address code review feedback, clean libjpeg-turbo port.cmake

* [libjpeg-turbo][tiff] Reduce changes to existing libraries.

* [vcpkg-cmake] Simplify toolchain selection logic and improve comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add preliminary support for arm-windows and arm64-windows triplets

Visual Studio 15.4 shipped with new VC tools targeting arm and arm64
for desktop. This change allows for recognition and usage of new
triplets supporting arm and arm64 Windows desktop and server targets.

* Remove unnecessary changes

* Part 2

* Part 3

* Make detection of Arm64 _VCPKG_TARGET_ARCHITECTURE precise

* Enforce usage of Visual Studio CMake generatorfor arm and temporarily arm64 targets

* Address code review feedback, clean libjpeg-turbo port.cmake

* [libjpeg-turbo][tiff] Reduce changes to existing libraries.

* [vcpkg-cmake] Simplify toolchain selection logic and improve comments
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix path to powershell.exe</title>
<updated>2017-12-05T23:22:21+00:00</updated>
<author>
<name>Ilya Finkelshteyn</name>
<email>ilyaf@appveyor.com</email>
</author>
<published>2017-12-05T22:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=e7cbb50f3dd323380928f4cb4e5b9bc0945abac8'/>
<id>e7cbb50f3dd323380928f4cb4e5b9bc0945abac8</id>
<content type='text'>
https://github.com/Microsoft/vcpkg/issues/2299</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/Microsoft/vcpkg/issues/2299</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg-msbuild-integration] Address #2299 by using full path to powershell.</title>
<updated>2017-12-05T23:22:21+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2017-12-05T01:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=a4f8515c9e6af66bbdcf704c75e5284daa240040'/>
<id>a4f8515c9e6af66bbdcf704c75e5284daa240040</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg-msbuild-integration] Output warning when configuration is not determinable. Add special cases for RelWithDebInfo and MinSizeRel.</title>
<updated>2017-11-05T03:48:06+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2017-11-05T03:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=330b8d8bab6a3d07165bf7c05fea09a8e0d56348'/>
<id>330b8d8bab6a3d07165bf7c05fea09a8e0d56348</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable tolerance for similar configurations</title>
<updated>2017-08-12T08:57:56+00:00</updated>
<author>
<name>paercebal</name>
<email>paercebal@gmail.com</email>
</author>
<published>2017-08-12T08:57:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=f1c6b5cd4b581ec8d3a1b86fe01c4444e3906b2d'/>
<id>f1c6b5cd4b581ec8d3a1b86fe01c4444e3906b2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg-msbuild] Fix line wrapping bug on Win7.</title>
<updated>2017-04-11T23:32:45+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2017-04-11T23:11:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=92c0a91d3fdd9a9df5d3feae611981ea170703f5'/>
<id>92c0a91d3fdd9a9df5d3feae611981ea170703f5</id>
<content type='text'>
On Win7, calling powershell via MSBuild results in normal output lines being split based on the ConHost system-wide default line length settings.

The fix is to first write all the lines to a file, then load that file as into an MSBuild ItemGroup. This avoids all interaction with ConHost.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Win7, calling powershell via MSBuild results in normal output lines being split based on the ConHost system-wide default line length settings.

The fix is to first write all the lines to a file, then load that file as into an MSBuild ItemGroup. This avoids all interaction with ConHost.
</pre>
</div>
</content>
</entry>
<entry>
<title>[vcpkg] Switch several usages of -ExecutionPolicy Unrestricted to Bypass to avoid failures due to Mark Of The Web</title>
<updated>2017-04-09T01:53:39+00:00</updated>
<author>
<name>Robert Schumacher</name>
<email>roschuma@microsoft.com</email>
</author>
<published>2017-04-09T01:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=eb9b85c49db0102db6b584a84fa83e48ae7199c9'/>
<id>eb9b85c49db0102db6b584a84fa83e48ae7199c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue 556: need setup include path for rc.exe (wtl fails to build)</title>
<updated>2017-04-07T16:50:24+00:00</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2017-04-07T16:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/vcpkg/commit/?id=6a2e1c77fe662a2876d727814b3fe66e0ac08405'/>
<id>6a2e1c77fe662a2876d727814b3fe66e0ac08405</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
