aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-10-25Merge pull request #2034 from seanwarren/trim-sdk-version-stringRobert Schumacher
Remove non-numeric characters from Windows SDK version string
2017-10-24[InternalCI.ps1] Fix error when buildtrees/ does not existAlexander Karatarakis
2017-10-23Merge pull request #1972 from jasjuang/cgalRobert Schumacher
new port: cgal
2017-10-23Remove non-numeric characters from Windows SDK version stringSean Warren
See issue #1836, #2019
2017-10-19Do not depend on newlines when getting output from powershellAlexander Karatarakis
2017-10-19[grpc] Fix absolute paths in installed cmake files.Robert Schumacher
2017-10-18Update Meson to 0.43.0bahaki386
Upedate Meson to 0.43.0. It will fix Issue #2006.
2017-10-17[nuget] Update to 4.4.0 (was 4.3.0)Alexander Karatarakis
2017-10-17[vswhere] Update to 2.2.7 (was 2.2.3)Alexander Karatarakis
2017-10-17[git] Update to 2.14.2.3 (was 2.14.1)Alexander Karatarakis
2017-10-17[fetchDependency] Call Get-FileHash if available, otherwise fallbackAlexander Karatarakis
2017-10-17[fetchDependency] Call Start-BitsTransfer if available, otherwise fallbackAlexander Karatarakis
2017-10-17[fetchDependency] Use Test-Module for BitsTransfer module checkAlexander Karatarakis
2017-10-17[fetchDependency] Add Test-Module functionAlexander Karatarakis
2017-10-17[fetchDependency] Use Expand-Archive if it exists, otherwise fallback to cmdAlexander Karatarakis
2017-10-17[fetchDependency] Introduce Test-Command functionAlexander Karatarakis
2017-10-17[cmake] Update to 3.9.4 (was 3.9.3)Alexander Karatarakis
2017-10-16[findVS] Add detection for VS2015 Build ToolsAlexander Karatarakis
2017-10-16Fix getWindowsSDK.ps1 error when $path is $nullAlexander Karatarakis
2017-10-16[ninja] Update to 1.8.2Alexander Karatarakis
2017-10-16[vcpkg-toolchain] Improvements; add VCPKG_CHAINLOAD_TOOLCHAIN_FILERobert Schumacher
2017-10-14[vcpkg] Initial commit of powershell integrationRobert Schumacher
2017-10-13new port: cgaljasjuang
2017-10-12[vcpkg-scripts] Hotpatch revert changes to vcpkg_find_acquire_program.cmake.Robert Schumacher
2017-10-12Merge pull request #1870 from Mixaill/arm64Robert Schumacher
[vcpkg] ARM64 support
2017-10-12Merge pull request #1920 from frederich/Bug_1130Robert Schumacher
Get proxy credentials behind web proxy
2017-10-12[vcpkg-scripts] Detect and prompt for proxy in more casesRobert Schumacher
2017-10-12[vcpkg-scripts] Remove double expansionsRobert Schumacher
2017-10-12vcpkg: initial ARM64 supportMikhail Paulyshka
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-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