| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-13 | [vcpkg] Re-layout all files using new organization scheme. | Robert Schumacher | |
| All filenames and directories are lowercase. Use dots for namespace separation. | |||
| 2017-09-13 | Rework vcpkg install (and vcpkg ci) | Alexander Karatarakis | |
| - Refactor install-plan-execution code to reduce duplication - Add `vcpkg install --keep-going` option - Add elapsed time to each invidial package and total time - Add a counter to the install (e.g. Starting package 3/12: <name>) | |||
| 2017-08-29 | Remove Strings::is_empty(). Use std::string.empty() | Alexander Karatarakis | |
| 2017-08-28 | Make member functions const | Alexander Karatarakis | |
| 2017-08-28 | Use Strings::join() and Strings::format() | Alexander Karatarakis | |
| 2017-08-28 | [vcpkg_Dependencies.cpp] Remove redundant else | Alexander Karatarakis | |
| 2017-08-28 | [vcpkg_Dependencies.cpp] Order of initialization | Alexander Karatarakis | |
| 2017-08-23 | [vcpkg] Deduplicate code from feature packages | Robert Schumacher | |
| 2017-08-22 | [vcpkg] Add Util::ResourceBase, use MoveOnlyBase | Robert Schumacher | |
| 2017-08-21 | [vcpkg] Improve error messages when a feature is requested that doesn't exist. | Robert Schumacher | |
| 2017-08-21 | [vcpkg] Feature packages now include user requested packages even if they ↵ | Robert Schumacher | |
| are already installed. | |||
| 2017-08-21 | [vcpkg] Fix feature packages for non-default triplets. Reduce duplication ↵ | Robert Schumacher | |
| between normal installs and feature installs. | |||
| 2017-08-20 | [vcpkg] Refactor features implementation. Improve error handling. | Robert Schumacher | |
| 2017-08-20 | [vcpkg] Remove incomplete default features implementation | Robert Schumacher | |
| 2017-08-20 | [vcpkg] Refactor parsing together and flatten featurespec usages | Robert Schumacher | |
| 2017-08-18 | [vcpkg] Consolidate specifier parsing | Robert Schumacher | |
| 2017-08-16 | partial end to end feature packages hdf5 | Daniel Shaw | |
| added vcpkg feature package support to other commands remove comments change qualifier bracket to parens added features to qualified dependencies | |||
| 2017-07-24 | end to end feature pkg draft | Daniel Shaw | |
| 2017-07-19 | refactor feature packages | Daniel Shaw | |
| 2017-07-14 | feature packages graph traversal | Daniel Shaw | |
| 2017-06-27 | refactor create_install_plan tests | Daniel Shaw | |
| 2017-06-26 | Merge branch 'master' into create_install_tests | Daniel Shaw | |
| 2017-06-26 | adding tests for install plans | Daniel Shaw | |
| 2017-06-20 | [vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework. | Robert Schumacher | |
| 2017-06-19 | [vcpkg] feature packages initial parsing | Daniel Shaw | |
| 2017-06-08 | [vcpkg] Improve diagnostics upon port load failure | Robert Schumacher | |
| 2017-06-06 | ExpectedT factory class | Daniel Shaw | |
| 2017-04-28 | `export`: When package name is invalid, error out earlier and with a better ↵ | Alexander Karatarakis | |
| message | |||
| 2017-04-28 | [clang-format] Cpp11BracedListStyle: true | Alexander Karatarakis | |
| 2017-04-27 | `install`: When package name is invalid, error out earlier and with a better ↵ | Alexander Karatarakis | |
| message Resolves #986 | |||
| 2017-04-27 | Run clang-format over the cpp files | Alexander Karatarakis | |
| 2017-04-21 | Add skeleton code for `vcpkg export` | Alexander Karatarakis | |
| 2017-04-14 | Merge branch 'dev/roschuma/fs-testing' | Robert Schumacher | |
| 2017-04-14 | Merge from master | Robert Schumacher | |
| 2017-04-14 | Rename p->plan and formatting | Alexander Karatarakis | |
| 2017-04-13 | Use Util::erase_remove_if() | Alexander Karatarakis | |
| 2017-04-13 | Revert "Use Util::keep_if()" | Robert Schumacher | |
| This reverts commit 3739e8e0b998b14c0f320c21618057e50698c51d. | |||
| 2017-04-12 | Merge from master | Robert Schumacher | |
| 2017-04-12 | Use Util::keep_if() | Alexander Karatarakis | |
| 2017-04-12 | Remove AUTO_SELECTED && ALREADY_INSTALLED packages from the install plan | Alexander Karatarakis | |
| 2017-04-12 | Simplify Remove plan generation | Alexander Karatarakis | |
| 2017-04-12 | Simplify Install plan generation | Alexander Karatarakis | |
| 2017-04-12 | edges() -> dependencies() | Alexander Karatarakis | |
| 2017-04-12 | Rework create_install_plan() | Alexander Karatarakis | |
| 2017-04-12 | Move line below temp struct | Alexander Karatarakis | |
| 2017-04-12 | Improve create_remove_plan (still using Graph) | Alexander Karatarakis | |
| 2017-04-12 | Use status_db.find_installed() | Alexander Karatarakis | |
| 2017-04-12 | Rework toposort and create_install_plan | Alexander Karatarakis | |
| 2017-04-12 | Rename | Alexander Karatarakis | |
| 2017-04-11 | Merge from master | Robert Schumacher | |
