| Age | Commit 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-06 | Bump version of nuget to 4.3.0 (was 4.1.0) | Alexander Karatarakis | |
| 2017-10-06 | Remove unused variable | Alexander Karatarakis | |
| 2017-10-06 | Merge 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.h | Robert Schumacher | |
| 2017-10-05 | Don't assume VS2015 is in C:\Program Files (x86)\ | Alexander Karatarakis | |
| 2017-10-05 | Fix Win10SDK detection during Bootstrap | Daniel 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-05 | Completely rework Visual Studio detection | Alexander 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-05 | Add vswhere in fetchDependency.ps1 | Alexander Karatarakis | |
| 2017-10-05 | Overhaul VS selection. Add triplet option to specify VS instance | Alexander Karatarakis | |
| 2017-10-05 | Merge pull request #1931 from podsvirov/vcpkg-export-ifw | Robert Schumacher | |
| [vcpkg-export-ifw] Maintenance Tool | |||
| 2017-10-05 | Merge pull request #1873 from glachancecmaisonneuve/buildinstallcmakescriptsfix | Robert 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 Tool | Konstantin Podsvirov | |
| Install maintenance tool and create Start menu shortcuts to manage, update and uninstall packages. | |||
| 2017-10-04 | Merge branch 'export-ifw' of https://github.com/podsvirov/vcpkg into ↵ | Robert Schumacher | |
| podsvirov-export-ifw | |||
| 2017-10-04 | Get proxy credentials behind web proxy | Jens Frederich | |
| 2017-10-03 | [vcpkg] Revert attempt to build vcpkg.exe with VS2013 | Robert Schumacher | |
| 2017-10-03 | Merge branch 'master' into martin-s-patch-vs2013 | Robert Schumacher | |
| 2017-10-02 | Merge pull request #1904 from UnaNancyOwen/add_wix | Robert Schumacher | |
| Add Dark support | |||
| 2017-10-02 | Merge pull request #1829 from glachancecmaisonneuve/find_acquire_python2 | Robert Schumacher | |
| find_acquire_program (python2) | |||
| 2017-10-03 | Add Dark support | Tsukasa Sugiura | |
| Add Dark support to vcpkg_find_acquire_program(). | |||
| 2017-09-28 | [vcpkg-export-ifw] Usage QtIFW tools | Konstantin Podsvirov | |
| Download and use tools to make repository and installer | |||
| 2017-09-25 | Fix for BUILD_ARGS being always added in non ninja build | glachancecmaisonneuve | |
| 2017-09-22 | Bump required version of CMake to 3.9.3 | Alexander 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-19 | Bump required version of CMake to 3.9.2 | Alexander Karatarakis | |
| 2017-09-17 | find_acquire_program fix for python2 | glachancecmaisonneuve | |
| python2 version bump | |||
| 2017-09-12 | Update to latest python 3.5 patch | Jared Szechy | |
| 2017-09-09 | vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵ | Alexander Karatarakis | |
| libs (/Z7) | |||
| 2017-09-08 | Merge pull request #1731 from FabienPean/PR/script_cmake_vcpkg_from_bitbucket | Alexander Karatarakis | |
| [cmake] add function vcpkg_from_bitbucket | |||
| 2017-09-02 | - Added support for VS2013 build chain tools. | martin-s | |
| 2017-08-30 | Merge pull request #1639 from paercebal/enable_tolerant_config | Robert Schumacher | |
| Enable tolerance for similar configurations | |||
| 2017-08-30 | Add CMake function vcpkg_from_bitbucket | Fabien Péan | |
| 2017-08-28 | [vcpkg] Don't use -ListImported in bootstrap. Fixes #1711 | Robert Schumacher | |
| 2017-08-25 | [vcpkg] Don't leak changes to the path in bootstrap | Robert Schumacher | |
| 2017-08-25 | [vcpkg] Add commit date to vcpkg version | Robert Schumacher | |
| 2017-08-22 | Fix vcpkg_acquire_msys | Alexander Karatarakis | |
| 2017-08-16 | Add explanation for not printing in fetchDependency.ps1 | Alexander Karatarakis | |
| 2017-08-15 | fetchDependency.ps1: Don't print the Downloading message... | Alexander Karatarakis | |
| 2017-08-15 | Remove download prompts for cmake/git | Alexander Karatarakis | |
| The prompts were causing a lot of issues for users and especially CI builds | |||
| 2017-08-12 | Enable tolerance for similar configurations | paercebal | |
| 2017-08-11 | Update required/downloaded git to 2.14.1 | Alexander Karatarakis | |
| 2017-08-11 | update make to 3.9.1 | atkawa7 | |
| 2017-08-07 | Updated version of nuget to 4.1.0 | Alexander 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-28 | Merge pull request #1531 from Mixaill/windowssdk-registry | Robert Schumacher | |
| scripts/getWindowsSDK: use registry for SDK detection | |||
| 2017-07-28 | [vcpkg-getWindowsSDK] Also look in the paths, just in case. | Robert Schumacher | |
