aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Collapse)Author
2018-01-23Fix #include casingAlexander Karatarakis
2018-01-23Update CMake to 3.10.2Alexander Karatarakis
2018-01-23[vcpkg] Revert making remove_package() take status_db by constRobert Schumacher
The in-memory database must be updated to communicate to future actions that they need to look at this package's files (or not)
2018-01-23[vcpkg] Use InstalledPackageView instead of unsorted raw vectorsRobert Schumacher
2018-01-23[vcpkg] Remove overload of StatusParagraphs::find_installed()Robert Schumacher
2018-01-23[vcpkg] Remove AnyParagraph and InstallPlanType::INSTALLRobert Schumacher
2018-01-23[vcpkg] Added StatusParagraph::is_installed()Robert Schumacher
2018-01-22[vcpkg] Store Optional<&> instead of Optional<*>Robert Schumacher
2018-01-19[vcpkg] Add additional tests. Enable featurepackages by default.Robert Schumacher
2018-01-18[vkpkg] Fix edit command not considering EDITOR environment variable (#2597)Jonathan Hale
* [vkpkg] Fix edit command not considering EDITOR environment variable Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg-edit] Reformat and improve code consistency
2018-01-17Use StringLiteral and constexpr for options/switchesAlexander Karatarakis
2018-01-17Fix variable lifetime issueAlexander Karatarakis
2018-01-12Add output option to exportRyan Fitzsimon
- The '--output=...' option allows the date/time string used in exported filenames to be overridden
2018-01-06[vcpkg] fix typos in error messagesStanislav Ershov
2018-01-05Merge pull request #2218 from jasjuang/llvmRobert Schumacher
[llvm] add in clang and enable tools
2018-01-03Add preliminary support for arm-windows and arm64-windows triplets (#2371)Jacek Blaszczynski
* Add preliminary support for arm-windows and arm64-windows triplets Visual Studio 15.4 shipped with new VC tools targeting arm and arm64 for desktop. This change allows for recognition and usage of new triplets supporting arm and arm64 Windows desktop and server targets. * Remove unnecessary changes * Part 2 * Part 3 * Make detection of Arm64 _VCPKG_TARGET_ARCHITECTURE precise * Enforce usage of Visual Studio CMake generatorfor arm and temporarily arm64 targets * Address code review feedback, clean libjpeg-turbo port.cmake * [libjpeg-turbo][tiff] Reduce changes to existing libraries. * [vcpkg-cmake] Simplify toolchain selection logic and improve comments
2018-01-03Update cmake to 3.10.1Albert Ziegenhagel
2018-01-02Merge pull request #2431 from procxx/certutil_replaceAlexander Karatarakis
[vcpkg-hash] Use cmake built-in hash commands instead of certutil.exe call
2017-12-23Revert "clang-tidy fixes"Robert Schumacher
This reverts commit 2d0a76370ead152896411d17aa19934235b93d1c.
2017-12-23[vcpkg-hash] Replace certutil.exe with cmake built-in hash commandsStanislav Ershov
2017-12-22clang-tidy fixesAlexander Karatarakis
2017-12-21[vcpkg-build-cmake] Build at IDLE priority. Try to detect out-of-memory ↵Robert Schumacher
issues in the linker, and restart the build once.
2017-12-19[vcpkg-list] Improve list output for long tripletsRobert Schumacher
2017-12-18[vcpkg] Improve error message upon graph cycle detected.Robert Schumacher
2017-12-14[vcpkg] Fix regressions in WSL build.Robert Schumacher
2017-12-13[vcpkg] Revert revert of #2369.Robert Schumacher
2017-12-13Revert "Add quotation marks to support user profiles with spaces in them"Robert Schumacher
This reverts commit 0ba4b66293085601d458b52ddf30deb07b279fa1.
2017-12-13Add quotation marks to support user profiles with spaces in themJUAN DENT
2017-12-13[vcpkg] Fix regressions introduced with update command. Fixed issue with ↵Robert Schumacher
upgrade where it assumed downloads were not allowed.
2017-12-13Revert "[vcpkg-upgrade] Initial commit of upgrade command."Robert Schumacher
This reverts commit 803347a0c545687f6e6b8b3594b52d11435491b3.
2017-12-13Revert "[vcpkg-upgrade] Accept list of packages to specifically upgrade."Robert Schumacher
This reverts commit d88563cd095b9aaad81d57f1c0a254d7e17cf859.
2017-12-13[vcpkg-upgrade] Accept list of packages to specifically upgrade.Robert Schumacher
2017-12-13[vcpkg-upgrade] Initial commit of upgrade command.Robert Schumacher
2017-12-12Fix fetching dependency textAlexander Karatarakis
2017-12-06Improve error message on invalid dependency of packageAlexander Karatarakis
2017-12-05Improve error message when failing to parse packageAlexander Karatarakis
2017-12-04Add `vcpkg integrate powershell` for tab completionAlexander Karatarakis
2017-12-01[vcpkg-contact-survey] Add monthly survey promptRobert Schumacher
2017-12-01Properly fix VSLANG=1033Alexander Karatarakis
2017-12-01[hotfix] Remove VSLANG=1033. It is causing a lot of Process creation failed ↵Alexander Karatarakis
with error code: 87
2017-11-30Exclude and warn about VS instances without English language packAlexander Karatarakis
Resolves several locale-specific issues outside our control
2017-11-30Specify VSLANG=1033 to use english locale in buildsAlexander Karatarakis
Resolves several locale-specific issues outside our control
2017-11-30[vcpkg] Add --x-xunit internal command to print installation results in a ↵Robert Schumacher
VSTS friendly format.
2017-11-26[cmake] update to 3.10.0 (#2236)Mikhail Paulyshka
2017-11-26Add System::powershell_execute()Alexander 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-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-21[vcpkg] Improve cmake targets outputRobert Schumacher