aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-02-08bootstrap.ps1 now detects the available Windows SDKsAlexander Karatarakis
2017-02-08Reorder path alterations to generally append instead of prepend.Robert Schumacher
This solves the issue where some software bundles (git) provide multiple executables in the same folder, which can override other desired programs (link.exe).
2017-02-08Merge branch 'master' into codicodi-ninja-supportRobert Schumacher
2017-02-08Fix variable name and guard against 0 instancesAlexander Karatarakis
2017-02-08Merge pull request #644 from Microsoft/dev/roschuma/no-intel-mklRobert Schumacher
[vcpkg] Disable Intel MKL for all internal builds. Fixes #609.
2017-02-07Add new Policy: Empty PackageAlexander Karatarakis
2017-02-06Update SetupAPI version. Explicitly specify version. Use -nocacheAlexander Karatarakis
2017-02-06Don't download nupkg. nuget.exe auto-downloads itAlexander Karatarakis
2017-02-06Add a workaround for another BITS code pathBen Harper
The fix from last week (ce9927f7327bc71ade246108a7d984deda6293fd) worked for downloading most dependencies, but there is still one BITS transfer code path, which this fix addresses.
2017-02-03[vcpkg] Disable Intel MKL for all internal builds. Fixes #609.Robert Schumacher
2017-02-03Add Ninja supportcodicodi
2017-02-02Improve error handling if BITS transfer failsAlexander Karatarakis
2017-02-02[vcpkg] Override Boost_COMPILER setting for all packages and toolchain to ↵Robert Schumacher
enable mixing VS2015 and VS2017
2017-02-01[vcpkg] Add /MP to base compilation flags, enabling parallel builds.Robert Schumacher
2017-02-01Add PolicyDLLsWithoutLIBs policyAlexander Karatarakis
2017-02-01Download 32-bit perl instead of 64-bit. Resolves #620Alexander Karatarakis
2017-01-31[vcpkg-msbuild] Add troubleshooting message to MSBuild projects with ↵Robert Schumacher
Importance=Normal
2017-01-30Remove doVcpkgRelease.ps1Alexander Karatarakis
2017-01-25[vcpkg_copy_pdbs] Force output to be in en-us. Resolves #587Alexander Karatarakis
2017-01-25[vcpkg] Do not build tests when running scripts\bootstrap.ps1.Robert Schumacher
2017-01-24[vcpkg] Add user-facing notification to prompt rebuilding vcpkg.exe in face ↵Robert Schumacher
of cmake changes.
2017-01-24Improve detection of VS installation instancesAlexander Karatarakis
2017-01-24[vcpkg integrate] Exit silently if target cannot be found.Robert Schumacher
2017-01-24FetchDependency.ps1 now returns the downloaded exe's pathAlexander Karatarakis
2017-01-24Fix path to nuget.exeAlexander Karatarakis
2017-01-24Download nuget.exe in a version-including subfolder in Downloads\Alexander Karatarakis
2017-01-24Remove $downloadName variableAlexander Karatarakis
2017-01-23[VS2017] Enable building with v141 toolsetAlexander Karatarakis
2017-01-23Bump downloaded git versionAlexander Karatarakis
2017-01-23Bump nuget.exe versionAlexander Karatarakis
2017-01-23[vcpkg integrate] Lower verbosity of MSBuild messages.Robert Schumacher
2017-01-23Bump version of required CMake to 3.7.2Alexander Karatarakis
2017-01-23[VS2017] Enable building vcpkg itself with VS2017Alexander Karatarakis
2017-01-23[VS2017] Add powershell script to find any MSBuild with C++ supportAlexander Karatarakis
2017-01-23[VS2017] Add powershell script to enumerator VS2017 instancesAlexander Karatarakis
2017-01-19Fix integration when $(Platform) is emptyAlexander Karatarakis
2017-01-19Merge pull request #529 from codicodi/add-glibRobert Schumacher
Add glib
2017-01-13[vcpkg_build/install_cmake] Add option to disable parallel buildingAlexander Karatarakis
2017-01-14[glib] toooolscodicodi
2017-01-14Revert "[glib] use win_iconv and add subdir for tools"codicodi
This reverts commit ccd3e399f023129a39bb9a402324676a9391a970.
2017-01-13[vcpkg integration] Explicitly skip empty entries instead of recursing. ↵Robert Schumacher
Fixes #460.
2017-01-13[vcpkg_build_cmake] Add option to specify the 64-bit toolsetAlexander Karatarakis
2017-01-14[glib] use win_iconv and add subdir for toolscodicodi
2017-01-11[7zip] Also consider the system version, if availableAlexander Karatarakis
2017-01-11Add glibcodicodi
2017-01-11Acquire 7zAlbert Ziegenhagel
Since 7zip is distribute as installer only (no archive) we use msiexec to extract the installer without installing it. msiexec should be available on all windows computers (located in C:/Windows/system32)
2017-01-10Fix error message when looking for PYTHON2Alexander Karatarakis
2017-01-06[vcpkg_apply_pathces] Fix typo (also trailing whitespace)Alexander Karatarakis
2017-01-05cmake: add qmake-related helpers functionSilvio
2017-01-05vcpkg_apply_patches: add QUIET optionSilvio