aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/tests_dependencies.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-19[vcpkg] Reorganize some parsing functions.Robert 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-08-01change qualifier bracket to parensDaniel Shaw
2017-06-08[vcpkg] Hotfix previous commit.Robert Schumacher
2017-06-06[vcpkg] Added parser support for 'Supports' fieldRobert Schumacher
2017-04-29[vcpkg] Fix regression in tests. Test classes must not be structs.Robert Schumacher
2017-04-27Run clang-foramt over tests and remaining cpp filesAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2016-11-05Enable qualified dependencies. Fix bug in internal 'build' command.Robert Schumacher
Added capability for CONTROL files to specify qualified dependencies, which are substring searched inside triplet names. Fixed bug in internal 'build' command where if a package is already built, that built package's dependencies will be used to determine requirements for the build instead of the port directory's CONTROL file.