aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-11-03[downloads] Don't show progress by defaultAlexander Karatarakis
2017-11-03Remove vcpkg_acquire_depot_toolsAlexander Karatarakis
2017-11-03[vcpkg_find_acquire_program] Use vcpkg_download_distfile()Alexander Karatarakis
2017-11-03[vcpkg_download_distfile] Now downloads in a temp dir and rename to the ↵Alexander Karatarakis
target location
2017-11-01[blaze] Fix remaining stray _INVALID_ROOT_Robert Schumacher
2017-11-01[poco] build with MySQL support (#2088)James Chang
* [poco] build with MySQL support Set proper variables to enable MySQL support if libmysql port is installed * [poco] Move Mysql support to a feature. Enable CMake config files.
2017-10-31[bootstrap-vcpkg] Added better diagnostics in case of MSBuild failure.Robert Schumacher
2017-10-31[git] Update to 2.15.0 (was 2.14.3)Alexander Karatarakis
2017-10-31[fetchDependency] Now also returns output in the form <sol>data<eol>Alexander Karatarakis
2017-10-31[findVSInstances] Data lines are now placed within <sol><eol> tags. Text ↵Alexander Karatarakis
outside these tags is ignored This means we can print text in powershell now and it won't break vcpkg.
2017-10-31Fix proxy usage in Win7 (powershell 2.0)Alexander Karatarakis
2017-10-27[git] Update to 2.14.3 (was 2.14.2.3)Alexander Karatarakis
2017-10-27[fetchDependency] Fix compat with Powershell 2Alexander Karatarakis
2017-10-26[blaze] Add dependencies and install *-config.cmake files.Robert Schumacher
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-17Merge branch 'master' of https://github.com/Microsoft/vcpkg into qt5_modularBarath Kannan
2017-10-17minor clean up and configurationBarath Kannan
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-17further fixesBarath Kannan
2017-10-16qt5winextrasBarath Kannan
2017-10-16working qt tools buildBarath Kannan
2017-10-16qt5tools packageBarath Kannan
2017-10-15Merge branch 'master' of https://github.com/Microsoft/vcpkg into patch-vs2013martin-s
# Conflicts: # toolsrc/include/vcpkg/vcpkgpaths.h # toolsrc/src/vcpkg/vcpkgpaths.cpp
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