aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/test_install_plan.cpp
AgeCommit 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-08-22[vcpkg] Add Util::ResourceBase, use MoveOnlyBaseRobert Schumacher
2017-08-22[vcpkg] Compact tests for improved maintainability.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] Remove incomplete default features implementationRobert Schumacher
2017-08-20[vcpkg] Refactor parsing together and flatten featurespec usagesRobert Schumacher
2017-08-16partial end to end feature packages hdf5Daniel Shaw
added vcpkg feature package support to other commands remove comments change qualifier bracket to parens added features to qualified dependencies
2017-07-24end to end feature pkg draftDaniel Shaw
2017-07-19refactor feature packagesDaniel Shaw
2017-07-17clean testsDaniel Shaw
2017-07-14feature packages graph traversalDaniel Shaw
2017-06-27refactor create_install_plan testsDaniel Shaw
2017-06-26Merge branch 'master' into create_install_testsDaniel Shaw
2017-06-26adding tests for install plansDaniel Shaw