aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-11-30[vcpkg] Add --x-xunit internal command to print installation results in a ↵Robert Schumacher
VSTS friendly format.
2017-11-28[vcpkg] Only default target triplet to windows if on windowsRobert Schumacher
2017-11-27Don't return $destinationDirAlexander Karatarakis
2017-11-27Rework vcpkgExtractFile (powershell)Alexander Karatarakis
2017-11-27[VcpkgPowershellUtils] Minor tweaksAlexander Karatarakis
2017-11-26[cmake] update to 3.10.0 (#2236)Mikhail Paulyshka
2017-11-26[fetchDependency[ Make parameter mandatoryAlexander Karatarakis
2017-11-26vcpkgCreateDirectory->vcpkgCreateDirectoryIfNotExistsAlexander Karatarakis
2017-11-25[vcpkg] Allow compilation inside WSLRobert Schumacher
2017-11-25[vcpkg] Initial experimental support for VCPKG_BUILD_TYPE releaseRobert Schumacher
2017-11-25Merge pull request #2250 from AndyM84/masterRobert Schumacher
Adding UnitTest++ Port
2017-11-25[vcpkg-from-github] Improve argument handlingRobert Schumacher
2017-11-25[vcpkg] Improve external toolchain handling.Robert Schumacher
2017-11-21Merge pull request #1752 from martin-s/patch-vs2013Robert Schumacher
Added support for VS2013 build chain tools.
2017-11-20[qt5] Reduce duplication in modular build by extracting qt5modularscriptsRobert Schumacher
2017-11-19Added SCONS to vcpkg_find_acquire_programFrank Quinn
See: http://scons.org I have a port I would like to submit which uses scons (which in turn uses the python interpreter already provided). This change makes SCONS usable for vcpkg_execute_required_process.
2017-11-17[vcpkgExtractFile] Fix partial dir name. Special case 1-item zipsAlexander Karatarakis
- If the zip contains a single item, pull that up a directory - If the zip contains multiple items, place that in a directory on of the same name as the zip
2017-11-17Merge branch 'qt5_modular' of https://github.com/Barath-Kannan/vcpkg into ↵Robert Schumacher
Barath-Kannan-qt5_modular
2017-11-16Use temp-and-rename pattern for extractingAlexander Karatarakis
2017-11-15Introduce VcpkgPowershellUtilsAlexander Karatarakis
2017-11-15[tesseract] Fix static linking. [icu][tiff] Add patches in toolchain to fix ↵Robert Schumacher
static linking.
2017-11-15[llvm] Install debug targets for cmakeRobert Schumacher
2017-11-15[leptonica][tiff] Add LZMA to tiff's dependent libraries. Leptonica should ↵Robert Schumacher
use TIFF_LIBRARIES.
2017-11-13[vcpkg-metrics] Replace SQM with MAC hash.Robert Schumacher
2017-11-10[vcpkg-toolchain] Fix find_package detection of Boost. Fixes #2130.Robert Schumacher
2017-11-09Use Push-Location/Pop-Location instead of pushd/popdAlexander Karatarakis
2017-11-09Rename $explicitlyRequestedVSPath to $withVSPathAlexander Karatarakis
2017-11-09[bootstrap.ps1] Add option to specify VS pathAlexander Karatarakis
2017-11-09Make parameter mandatoryAlexander Karatarakis
2017-11-09Fix SHA-256 nameAlexander Karatarakis
2017-11-08[vcpkg-build-msbuild] Update examples.Robert Schumacher
2017-11-07[vcpkg_from_github] Handle '/' in REFs. Fixes #2141.Robert Schumacher
2017-11-06Merge pull request #2139 from UnaNancyOwen/fix_buildsystemsRobert Schumacher
Reset settings to find boost libraries
2017-11-05[Get-(File)Hash] Use namespaces and add Pscx checkAlexander Karatarakis
2017-11-05[Expand-Archive] Use namespaces to distringuish Powershell 5's and PSCX'sAlexander Karatarakis
2017-11-06Reset settings to find boost librariesTsukasa Sugiura
Reset the settings to find the boost libraries that installed by vcpkg. vcpkg will always rename to Boost libraries name that able to be find with default settings of FindBoost.cmake.
2017-11-05Merge branch 'master' of https://github.com/Microsoft/vcpkg into patch-vs2013martin-s
# Conflicts: # scripts/cmake/vcpkg_configure_cmake.cmake # toolsrc/src/vcpkg/vcpkgpaths.cpp
2017-11-06merge from masterBarath Kannan
2017-11-06resolve conflict on non-existant vcpkg_acquire_depot_toolsBarath Kannan
2017-11-06use install target in Makefiles; make all portfile uniformBarath Kannan
2017-11-04[vcpkg-msbuild-integration] Output warning when configuration is not ↵Robert Schumacher
determinable. Add special cases for RelWithDebInfo and MinSizeRel.
2017-11-03[cmake] Update to 3.9.5 (was 3.9.4)Alexander Karatarakis
2017-11-03[vswhere] Update to 2.2.11 (was 2.2.7)Alexander Karatarakis
2017-11-03[fetchDependency.ps1] Improve error message on hash mismatchAlexander Karatarakis
2017-11-03[fetchDependendy.ps1] Remove obsolete commentAlexander Karatarakis
2017-11-03Use download-at-temp-and-rename pattern in powershell tooAlexander Karatarakis
2017-11-03[ports.cmake] Use vcpkg_download_distfile()Alexander Karatarakis
2017-11-03[vcpkg_from_bitbucket] Use vcpkg_download_distfile()Alexander Karatarakis
2017-11-03vcpkg_from_github] Use vcpkg_download_distfile()Alexander Karatarakis
2017-11-03[vcpkg_acquire_msys] Use vcpkg_download_distfile()Alexander Karatarakis