| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-16 | [vcpkg] Add find/find_installed/is_installed for FeatureSpec | Squareys | |
| Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-02-16 | [vcpkg] http_proxy and https_proxy should be lowercase (#2815) | Fujii Hironori | |
| Pacman of Msys understands only lowercase environment variables http_proxy and https_proxy. | |||
| 2018-02-14 | [vcpkg] Implement Default-Features (#2697) | Jonathan Hale | |
| * [vcpkg] Add Default-Feature to make_status_pgh utility function Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Parse "Default-Features" as dependencies and add test for parsing Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Document some methods and structures Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Add install_default_features_test Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Change install_default_features_test to not have preinstalled package * [vcpkg] Test install behaviour of default features Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Implement default features Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Test default features upgrade behavior Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Implement upgrade with default features Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Test behaviour of upgrade with default features in dependencies Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Make upgrade install new default features Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Move collecting of packages for which to prevent defaults Further down the line to create_feature_install_plan. Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Fix core missing from default features and potential inf loop Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Rename, fix and move some tests Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-02-10 | fixed typo in warning message (#2773) | ChrisBFX | |
| 2018-02-09 | [vcpkg-ci] Delete intermediate build folders even on unsuccesful builds | Alexander Karatarakis | |
| 2018-02-07 | Update CHANGELOG and bump version to v0.0.104 | Alexander Karatarakis | |
| 2018-02-07 | Merge findFileRecursivelyUp into VcpkgPowershellUtils | Alexander Karatarakis | |
| 2018-02-03 | [vcpkg] Fix crash when trying to enumerate nonexistent directory. | Robert Schumacher | |
| 2018-02-03 | [vcpkg] Add cmake variable containing all features in the package | Squareys | |
| Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-02-01 | [vcpkg] Add missing include. Fixes #2700. | Robert Schumacher | |
| 2018-01-26 | [vcpkg] Add string constructor (#2429) | atkawa7 | |
| * [vcpkg] Add string constructor * Update versiont.h | |||
| 2018-01-24 | Update CHANGELOG and bump version to v0.0.103 | Alexander Karatarakis | |
| 2018-01-24 | [vcpkg] Fix issue with any command executing more than 10 transactions with ↵ | Robert Schumacher | |
| mixed types. Fixes #2600. Fixes #2582. | |||
| 2018-01-23 | Update CHANGELOG and bump version to v0.0.102 | Alexander Karatarakis | |
| 2018-01-23 | Use !empty() instead of size() > 0 | Alexander Karatarakis | |
| 2018-01-23 | Add missing method const | Alexander Karatarakis | |
| 2018-01-23 | Remove unneeded else | Alexander Karatarakis | |
| 2018-01-23 | Init order should match order of fields | Alexander Karatarakis | |
| 2018-01-23 | Use =default for trivial destructor | Alexander Karatarakis | |
| 2018-01-23 | Parameter name consistency between declaration and definition | Alexander Karatarakis | |
| 2018-01-23 | Use empty() instead of size() == 0 | Alexander Karatarakis | |
| 2018-01-23 | Use char instead of string when string-searching for a single char | Alexander Karatarakis | |
| 2018-01-23 | Use for-each loop | Alexander Karatarakis | |
| 2018-01-23 | Rename to avoid variable hiding. Move temp into vector | Alexander Karatarakis | |
| 2018-01-23 | Use emplace_back() instead of push_back() | Alexander Karatarakis | |
| 2018-01-23 | Use empty() instead of comparing with size() | Alexander Karatarakis | |
| 2018-01-23 | Add missing initializer | Alexander Karatarakis | |
| 2018-01-23 | Fix #include casing | Alexander Karatarakis | |
| 2018-01-23 | Update CMake to 3.10.2 | Alexander Karatarakis | |
| 2018-01-23 | [vcpkg] Revert making remove_package() take status_db by const | Robert 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 vectors | Robert Schumacher | |
| 2018-01-23 | [vcpkg] Remove overload of StatusParagraphs::find_installed() | Robert Schumacher | |
| 2018-01-23 | [vcpkg] Remove AnyParagraph and InstallPlanType::INSTALL | Robert Schumacher | |
| 2018-01-23 | [vcpkg] Added StatusParagraph::is_installed() | Robert Schumacher | |
| 2018-01-23 | [vcpkg] Span usage improvements. | 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-17 | Use StringLiteral and constexpr for options/switches | Alexander Karatarakis | |
| 2018-01-17 | Add new struct: StringLiteral | Alexander Karatarakis | |
| 2018-01-17 | Fix variable lifetime issue | Alexander Karatarakis | |
| 2018-01-12 | Add output option to export | Ryan Fitzsimon | |
| - The '--output=...' option allows the date/time string used in exported filenames to be overridden | |||
| 2018-01-10 | Update CHANGELOG and bump version to v0.0.101 | Alexander Karatarakis | |
| 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 | |
