| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-12 | [vcpkg] Mark many types noexcept. Make certain code patterns more ↵ | Robert Schumacher | |
| transparent to /analyze. #ifdef-out unused code on non-windows. | |||
| 2018-04-11 | [vcpkg] Rework dependencies.cpp to improve type safety and error detection | Robert Schumacher | |
| 2018-04-07 | Remove more unused #include directives | Alexander Karatarakis | |
| 2018-04-06 | [Checks] Take parameter by ref | Alexander Karatarakis | |
| 2018-04-06 | Use Cache class | Alexander Karatarakis | |
| 2018-04-06 | [vcpkg hash] Add sanity checking | Alexander Karatarakis | |
| 2018-04-06 | [vcpkg hash] Add string hashing (as opposed to file hashing) | Alexander Karatarakis | |
| 2018-04-06 | [vcpkg hash] Don't use cmake for non-windows hashes. Use shasum instead | Alexander Karatarakis | |
| 2018-04-06 | Introduce "vcpkg fetch" | Alexander Karatarakis | |
| 2018-04-02 | [vcpkg] Add support of external downloader aria2 | Jacob Zhong | |
| 2018-04-02 | [vcpkg.exe] Look for vcpkgTools in downloads/tools/$toolname-$toolversion | Alexander Karatarakis | |
| (only non-windows currently) | |||
| 2018-03-24 | Fix name | Alexander Karatarakis | |
| 2018-03-24 | Introduce Maps::transform_values() | Alexander Karatarakis | |
| 2018-03-22 | [vcpkg] Sort abi tags to ensure stability | Robert Schumacher | |
| 2018-03-21 | System::get_program_files() now returns Optional<fs::path> | Alexander Karatarakis | |
| 2018-03-20 | [vcpkg] Handle failure to store archive | Robert Schumacher | |
| 2018-03-20 | [vcpkg-hash] Use BCrypt on Windows | Alexander Karatarakis | |
| 2018-03-20 | [vcpkg-ci] Do not rebuild libraries that were previously successful or failed | Robert Schumacher | |
| 2018-03-18 | Add options and documentation for env command (#3007) | Jacob Zhong | |
| * [vcpkg] Add options and documentation for env command * [vcpkg-env] Cleanup. Add tools/*. | |||
| 2018-03-14 | [vcpkg] Further refactoring inside `build_package()` | Robert Schumacher | |
| 2018-03-13 | [vcpkg] Improve default triplets for non-windows | Robert Schumacher | |
| 2018-03-13 | [vcpkg] Silence warnings on recent clang | Robert Schumacher | |
| 2018-03-13 | [vcpkg] Refactor do_build_package and add archive tombstoning | Robert Schumacher | |
| 2018-03-10 | [vcpkg] Add VCPKG_DEFAULT_VS_PATH environment variable | Robert Schumacher | |
| 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] Refactor VcpkgCmdArguments to not utilize global state | Robert Schumacher | |
| 2018-02-26 | [vcpkg] Add 7zip internal tool | Robert Schumacher | |
| 2018-02-25 | [vcpkg] Fix "just-in-time" requirements calculation | Robert Schumacher | |
| 2018-02-21 | [vcpkg] Enable metrics on linux | Robert Schumacher | |
| 2018-02-21 | [vcpkg] Fixup previous commit | Robert Schumacher | |
| 2018-02-21 | [vcpkg] Add non-throwing implementation of write_contents() | Robert Schumacher | |
| 2018-02-21 | Improve error message when we have an error code | Alexander Karatarakis | |
| 2018-02-21 | Add internal option to clean packages\<port> after the build | Alexander Karatarakis | |
| 2018-02-20 | [vcpkg-metrics] Adjust reporting of build times | Robert Schumacher | |
| 2018-02-20 | Expected::check_exit() now always shows line_info if it fails | Alexander Karatarakis | |
| 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 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-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-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-23 | Add missing method const | 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 | |
