| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-06 | [vcpkg] fix typos in error messages | Stanislav Ershov | |
| 2018-01-05 | Merge pull request #2218 from jasjuang/llvm | Robert Schumacher | |
| [llvm] add in clang and enable tools | |||
| 2018-01-03 | Add 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-03 | Update cmake to 3.10.1 | Albert Ziegenhagel | |
| 2018-01-02 | Merge pull request #2431 from procxx/certutil_replace | Alexander Karatarakis | |
| [vcpkg-hash] Use cmake built-in hash commands instead of certutil.exe call | |||
| 2017-12-23 | Revert "clang-tidy fixes" | Robert Schumacher | |
| This reverts commit 2d0a76370ead152896411d17aa19934235b93d1c. | |||
| 2017-12-23 | [vcpkg-hash] Replace certutil.exe with cmake built-in hash commands | Stanislav Ershov | |
| 2017-12-22 | clang-tidy fixes | Alexander 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 triplets | Robert 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-13 | Revert "Add quotation marks to support user profiles with spaces in them" | Robert Schumacher | |
| This reverts commit 0ba4b66293085601d458b52ddf30deb07b279fa1. | |||
| 2017-12-13 | Add quotation marks to support user profiles with spaces in them | JUAN 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-13 | Revert "[vcpkg-upgrade] Initial commit of upgrade command." | Robert Schumacher | |
| This reverts commit 803347a0c545687f6e6b8b3594b52d11435491b3. | |||
| 2017-12-13 | Revert "[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-12 | Fix fetching dependency text | Alexander Karatarakis | |
| 2017-12-06 | Improve error message on invalid dependency of package | Alexander Karatarakis | |
| 2017-12-05 | Improve error message when failing to parse package | Alexander Karatarakis | |
| 2017-12-04 | Add `vcpkg integrate powershell` for tab completion | Alexander Karatarakis | |
| 2017-12-01 | [vcpkg-contact-survey] Add monthly survey prompt | Robert Schumacher | |
| 2017-12-01 | Properly fix VSLANG=1033 | Alexander 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-30 | Exclude and warn about VS instances without English language pack | Alexander Karatarakis | |
| Resolves several locale-specific issues outside our control | |||
| 2017-11-30 | Specify VSLANG=1033 to use english locale in builds | Alexander 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-26 | Add System::powershell_execute() | Alexander Karatarakis | |
| 2017-11-25 | [vcpkg] Allow compilation inside WSL | Robert Schumacher | |
| 2017-11-25 | [vcpkg] Initial experimental support for VCPKG_BUILD_TYPE release | Robert Schumacher | |
| 2017-11-25 | [vcpkg] Improve external toolchain handling. | Robert Schumacher | |
| 2017-11-21 | Merge pull request #1752 from martin-s/patch-vs2013 | Robert Schumacher | |
| Added support for VS2013 build chain tools. | |||
| 2017-11-21 | [vcpkg] Improve cmake targets output | Robert Schumacher | |
| 2017-11-20 | Fix `vcpkg integrate install` for unicode usernames | Alexander Karatarakis | |
| 2017-11-20 | Fix path | Alexander Karatarakis | |
| 2017-11-20 | Introduce PowershellParameter to add '' to parameter values. | Alexander Karatarakis | |
| Also place that and CMakeVariable in System.h | |||
| 2017-11-16 | [vcpkg] Support \share\<port>\usage to handle libraries which are found ↵ | Robert Schumacher | |
| through built-in Find Modules. | |||
| 2017-11-16 | [vcpkg] Refactor to remove Build::BuildResults -- too similar to ↵ | Robert Schumacher | |
| ExtendedBuildResult | |||
| 2017-11-16 | [vcpkg] Output autodetected CMake usage information after install. | Robert Schumacher | |
| 2017-11-14 | [vcpkg-ci] Clean up buildtrees during build to avoid consuming 200+ Gb of SSD | Robert Schumacher | |
| 2017-11-13 | [vcpkg-contact] Add --survey so users can easily provide feedback | Robert Schumacher | |
| 2017-11-13 | [vcpkg-metrics] Replace SQM with MAC hash. | Robert Schumacher | |
| 2017-11-11 | Improve error message | Alexander Karatarakis | |
| 2017-11-11 | [vcpkg] Simplify code -- Maps::maybe_find is not very useful compared to ↵ | Robert Schumacher | |
| iterators. | |||
| 2017-11-11 | [vcpkg-ci] Fix crash when not passed --exclude. | Robert Schumacher | |
| Added Util::Maps::maybe_find. Added Optional<T&>. | |||
| 2017-11-11 | [vcpkg-tests] Use PCH. | Robert Schumacher | |
| [vcpkg-update] Fix feature packages with update command. Fixes #2003. | |||
