| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The triplet is "run" and vcpkg observes the environment.
Previously, the environment was deduced by the triplet's name
|
|
Fix processor architecture detection
|
|
|
|
|
|
user-wide property sheet.
|
|
are copied.
This fixes a bug which caused all non-vcpkg-using builds to be considered out of date.
|
|
|
|
system-wide openssl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more transparent and updatable.
|
|
deployment of the Windows SDK.
|
|
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.
|
|
|
|
avoid failures due to Mark Of The Web
|
|
|
|
|
|
|
|
|
|
|
|
recursion.
|
|
Fixes #874. Fixes #876.
When using the toolchain file, VCPKG_TARGET_TRIPLET was not specified, which resulted in all libraries being built against x86-windows.
|
|
[vcpkg.cmake] handle alias executable targets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vcpkg_build_msbuild: add PLATFORM_TOOLSET property
|
|
|
|
|
|
[mpir] detect Windows SDK version (was: retarget MSVS2017 to Windows 10 SDK)
|
|
|
|
|
|
|
|
|
|
|