aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-10-09[vswhere.exe] Update to vesrion 2.2.3 (was 2.1.4)Alexander Karatarakis
2017-10-09[VS detection] Add -products * flag to vswhere. This includes Express and ↵Alexander Karatarakis
BuildTools SKUs
2017-10-06Bump version of nuget to 4.3.0 (was 4.1.0)Alexander Karatarakis
2017-10-06Remove unused variableAlexander Karatarakis
2017-10-06Merge pull request #1934 from ↵Alexander Karatarakis
nerdile/dev/nerdile/fix-bootstrap-win10sdk-detection Fix Win10SDK detection during Bootstrap
2017-10-06[vcpkg-internal-ci] Remove chakracore due to dependency on cor.hRobert Schumacher
2017-10-05Don't assume VS2015 is in C:\Program Files (x86)\Alexander Karatarakis
2017-10-05Fix Win10SDK detection during BootstrapDaniel Strommen
When multiple Win10 SDK's are installed, like Insider previews, depending on the SDK installation, it may not contain the um headers. There is already a loop for trying to find the newest Win10 SDK that has full headers, but it's returning at the first failure, rather than continuing the loop to the next iteration. Also, use Join-Path instead of manual path appending, to normalize the extra \ at the end of the sdk root value. In some cases paths with double backslashes can be interpreted as a fallback syntax for UNC paths. Join-Path normalizes the path appropriately.
2017-10-05Completely rework Visual Studio detectionAlexander Karatarakis
- Now using vswhere.exe to detect all VS instance (2015 + 2017) - Default version preference order is now: stable, prerelease, legacy - Within each preference weight, the latest one is chosen - findVisualStudioInstallationInstances.ps1 now has a parameter to choose VS instance
2017-10-05Add vswhere in fetchDependency.ps1Alexander Karatarakis
2017-10-05Overhaul VS selection. Add triplet option to specify VS instanceAlexander Karatarakis
2017-10-05Merge pull request #1931 from podsvirov/vcpkg-export-ifwRobert Schumacher
[vcpkg-export-ifw] Maintenance Tool
2017-10-05Merge pull request #1873 from glachancecmaisonneuve/buildinstallcmakescriptsfixRobert Schumacher
Fix for BUILD_ARGS being always added in non ninja build (vcpkg_build_cmake,vcpkg_install_cmake)
2017-10-05[vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script.Robert Schumacher
Regenerate documentation. Remove MSVC_64_TOOLSET option because it's obsolete.
2017-10-05[vcpkg-export-ifw] Maintenance ToolKonstantin Podsvirov
Install maintenance tool and create Start menu shortcuts to manage, update and uninstall packages.
2017-10-04Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into ↵Robert Schumacher
podsvirov-export-ifw
2017-10-04Get proxy credentials behind web proxyJens Frederich
2017-10-03[vcpkg] Revert attempt to build vcpkg.exe with VS2013Robert Schumacher
2017-10-03Merge branch 'master' into martin-s-patch-vs2013Robert Schumacher
2017-10-02Merge pull request #1904 from UnaNancyOwen/add_wixRobert Schumacher
Add Dark support
2017-10-02Merge pull request #1829 from glachancecmaisonneuve/find_acquire_python2Robert Schumacher
find_acquire_program (python2)
2017-10-03Add Dark supportTsukasa Sugiura
Add Dark support to vcpkg_find_acquire_program().
2017-09-28[vcpkg-export-ifw] Usage QtIFW toolsKonstantin Podsvirov
Download and use tools to make repository and installer
2017-09-25Fix for BUILD_ARGS being always added in non ninja buildglachancecmaisonneuve
2017-09-22Bump required version of CMake to 3.9.3Alexander Karatarakis
3.9.3 contains this interesting change: FindBoost: Add support for Boost 1.65.0 and 1.65.1 to CMake 3.9
2017-09-19Bump required version of CMake to 3.9.2Alexander Karatarakis
2017-09-17find_acquire_program fix for python2glachancecmaisonneuve
python2 version bump
2017-09-12Update to latest python 3.5 patchJared Szechy
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-09-08Merge pull request #1731 from FabienPean/PR/script_cmake_vcpkg_from_bitbucketAlexander Karatarakis
[cmake] add function vcpkg_from_bitbucket
2017-09-02- Added support for VS2013 build chain tools.martin-s
2017-08-30Merge pull request #1639 from paercebal/enable_tolerant_configRobert Schumacher
Enable tolerance for similar configurations
2017-08-30Add CMake function vcpkg_from_bitbucketFabien Péan
2017-08-28[vcpkg] Don't use -ListImported in bootstrap. Fixes #1711Robert Schumacher
2017-08-25[vcpkg] Don't leak changes to the path in bootstrapRobert Schumacher
2017-08-25[vcpkg] Add commit date to vcpkg versionRobert Schumacher
2017-08-22Fix vcpkg_acquire_msysAlexander Karatarakis
2017-08-16Add explanation for not printing in fetchDependency.ps1Alexander Karatarakis
2017-08-15fetchDependency.ps1: Don't print the Downloading message...Alexander Karatarakis
2017-08-15Remove download prompts for cmake/gitAlexander Karatarakis
The prompts were causing a lot of issues for users and especially CI builds
2017-08-12Enable tolerance for similar configurationspaercebal
2017-08-11Update required/downloaded git to 2.14.1Alexander Karatarakis
2017-08-11update make to 3.9.1atkawa7
2017-08-07Updated version of nuget to 4.1.0Alexander Karatarakis
2017-08-02[vcpkg-find-acquire-program] Restore strawberry perl to satisfy ↵Robert Schumacher
openssl:x64-windows
2017-08-01[openssl][vcpkg_find_acquire_program] Use msys to provide perl for ↵Robert Schumacher
vcpkg_find_acquire_program. Revert openssl to use this instead of msys directly.
2017-08-01[openssl] Fix error in msys call to perform the perl installation.Robert Schumacher
2017-07-31[openssl] Switch to msys2 as a perl provider due to strawberryperl being down.Robert Schumacher
2017-07-28Merge pull request #1531 from Mixaill/windowssdk-registryRobert Schumacher
scripts/getWindowsSDK: use registry for SDK detection
2017-07-28[vcpkg-getWindowsSDK] Also look in the paths, just in case.Robert Schumacher