aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2016-11-16added x64 as a prefix to search for cl.exe in the toolchain file, this makes ↵charlie barto
things work with VS '15' if you manually specify the triplet
2016-11-11[vcpkg-cmake-toolchain] Avoid IN_LIST to reduce required cmake versionRobert Schumacher
2016-11-10Merge pull request #273 from Morten242/multithreaded_installRobert Schumacher
Add /m switch to vcpkg_install_cmake
2016-11-11Add /m switch to vcpkg_install_cmakeMårten Nordheim
(https://github.com/Microsoft/vcpkg/issues/258#issuecomment-259839046)
2016-11-11Add /m switch to vcpkg_build_msbuild.cmakeMårten Nordheim
(https://github.com/Microsoft/vcpkg/issues/258#issuecomment-259018977)
2016-11-08Use /DEPENDENTS instead of /IMPORTS in applocal.ps1Alexander Karatarakis
2016-11-08Merge branch 'postbuild'Alexander Karatarakis
2016-11-08Remove triplet inclusion from the template portfileAlexander Karatarakis
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-11-08Introduce BUILD_INFO file. Significant change in the way static/dynamic isAlexander Karatarakis
handled
2016-11-07Merge branch 'qt5-add' of https://github.com/Barath-Kannan/vcpkg into ↵Robert Schumacher
Barath-Kannan-qt5-add
2016-11-06Do a git-reset after using git --worktree checkoutAlexander Karatarakis
2016-11-04Revert d58f0c6680. MSBuild (and CMake) do not allow switching on CRT type ↵Robert Schumacher
effectively, so we should use more robust logic.
2016-11-02[vcpkg-apply-patches] Correct issue with src directories which contain a ↵Robert Schumacher
config\ folder. Reduce verbosity of output.
2016-11-01made some qt5 fixesCharles Barto
2016-10-31Fix issues with the integration fileAlexander Karatarakis
2016-10-31[vcpkg_configure_cmake] Fix C_FLAGSAlexander Karatarakis
2016-10-31[integration] Enable static lib integration. Also, detect .vcpkg-rootAlexander Karatarakis
2016-10-31[vcpkg_copy_pdbs] Branch on dynamic/static. Resolves #224Alexander Karatarakis
2016-10-31[vcpkg-cmake] Fix regression in Ninja generator support for x86.Robert Schumacher
2016-10-31[vcpkg-cmake] Added slightly more error checkingRobert Schumacher
2016-10-30Add cl.exe path based architecture detection for CMake toolchainkumar8600
2016-10-28[vcpkg.targets] Change VCPkg casing to VcpkgAlexander Karatarakis
2016-10-25incorrect error file variableBarath Kannan
2016-10-25need a function to repeatedly build up to a number of failures, since qt ↵Barath Kannan
builds are so flaky
2016-10-24[vcpkg_apply_patches] Improve error message from failed patch apply.Robert Schumacher
2016-10-25static linkage and jom fixesBarath Kannan
2016-10-24[vcpkg_apply_patches] Specify git-dir to avoid errors due to invalid git repoRobert Schumacher
2016-10-25add qt5 support, working install but static linkage with RT needs to be ↵Barath Kannan
implemented
2016-10-20Add two spaces in front of message() to fix formattingAlexander Karatarakis
In Warning or Error, indented text is considered preformatted. Otherwise CMake tries to format it itself, and there are issues with whitespace in the path
2016-10-18[vcpkg_apply_patches] Print that patch applying failed instead ofAlexander Karatarakis
FATAL_ERROR
2016-10-18[vcpkg_apply_patches] Also print working dirAlexander Karatarakis
2016-10-18Merge branch 'master' of https://github.com/Microsoft/vcpkgAlexander Karatarakis
2016-10-18[vcpkg_apply_patches] Check if patch was properly appliedAlexander Karatarakis
2016-10-18added static support to glbindingCharles Barto
changed glbinding to support new configure
2016-10-11[vcpkg] Force compiler character set to UTF-8. Fixes #141.Robert Schumacher
2016-10-11Use -noprofile to avoid loading powershell profilesMårten Nordheim
2016-10-11[vcpkg] Tweak default compiler flags to match the VS new project defaults ↵Robert Schumacher
where appropriate
2016-10-11Merge branch 'release-pdbs'Robert Schumacher
2016-10-09Fixed tabs to spaces formattingAdam Martin
2016-10-09Add the tools directory to CMAKE_PROGRAM_PATH so find_program and similar ↵Adam Martin
can locate installed tools
2016-10-07Change VCPKG_BUILD_SHARED_LIBS to VCPKG_LIBRARY_LINKAGE with valuesAlexander Karatarakis
dynamic or static
2016-10-07[vcpkg] Change CMake build flags to enable pdbs in ReleaseRobert Schumacher
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-10-06Release script no longer adds a git tagAlexander Karatarakis
2016-10-06Forward triplet options to default CMAKE variablesAlexander Karatarakis
2016-10-05Fix release script to properly checkout .vcpkg-root in the temp dirsAlexander Karatarakis
2016-10-05[doVcpkgRelease] ErrorActionPreference = "Stop"Alexander Karatarakis
To prevent tags from being created on fail
2016-10-05Update portfile template to include SOURCE_PATHAlexander Karatarakis
2016-10-03[vcpkg] Fix UWP regression introduced with ac2e248e8f. Fixes #111Robert Schumacher