| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-02 | [vcpkg] Improve handling of external toolchain files | Robert Schumacher | |
| 2018-02-28 | [vcpkg] Add tests for create_export_plan and remove unused arguments | Robert Schumacher | |
| 2018-02-28 | [vcpkg] Fix exporting packages with features-depending-on-features | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Initial commit of experimental compressed binary archiving behind a flag | Robert Schumacher | |
| 2018-02-26 | [vcpkg-hash] Fix target paths containing spaces | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Refactor VcpkgCmdArguments to not utilize global state | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Add 7zip internal tool | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Fix feature interdependency during install | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Fix inter-feature references | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Add test for default-features with a preinstalled dependency | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Fix issue when removing packages that have explicit feature ↵ | Robert Schumacher | |
| dependencies. | |||
| 2018-02-25 | [vcpkg] Fix "just-in-time" requirements calculation | Robert Schumacher | |
| 2018-02-25 | [vcpkg] Fix exclusions in ci | Robert Schumacher | |
| 2018-02-23 | [vcpkgTools.xml] Reuse in vcpkg.exe | Alexander Karatarakis | |
| 2018-02-23 | Rename "depenencies" to tools. Rework xml file to reduce fields. | Alexander Karatarakis | |
| 2018-02-22 | [vcpkg] Avoid use of atomic copy constructor on older compilers | Robert Schumacher | |
| 2018-02-22 | [vcpkg] Fix previous commit's typo | Robert Schumacher | |
| 2018-02-21 | [vcpkg] Enable metrics on linux | Robert Schumacher | |
| 2018-02-21 | [vcpkg] Add non-throwing implementation of write_contents() | Robert Schumacher | |
| 2018-02-21 | [CI] Fix too early deletion of files | Alexander Karatarakis | |
| 2018-02-21 | Add internal option to clean packages\<port> after the build | Alexander Karatarakis | |
| 2018-02-20 | Update git to 2.16.2 | Alexander Karatarakis | |
| 2018-02-20 | [vcpkg-metrics] Adjust reporting of build times | Robert Schumacher | |
| 2018-02-19 | [vcpkg] Remove create_install_plan in favor of create_feature_install_plan | Robert Schumacher | |
| 2018-02-16 | Merge pull request #2817 from Squareys/fix-build-with-feature-deps | Robert Schumacher | |
| * [vcpkg] Add find/find_installed/is_installed for FeatureSpec Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Fix build command for packages that depend of features Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-02-16 | [vcpkg] Avoid using s::status_known() -- it does not do what you think it does | Robert Schumacher | |
| 2018-02-16 | [vcpkg] Fix bug with missing dependencies introduced in #2697 (#2819) | Jonathan Hale | |
| When a package dependency was not found (has no source control file), install would exit with "Value was null" when trying to install its default features, as the dependency would be marked erroneously as found in this case. Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 2018-02-16 | [vcpkg] Fix build command for packages that depend of features | Squareys | |
| Signed-off-by: Squareys <squareys@googlemail.com> | |||
| 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-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-01-26 | [vcpkg] Add string constructor (#2429) | atkawa7 | |
| * [vcpkg] Add string constructor * Update versiont.h | |||
| 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 | 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 | |
