aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/tests_dependencies.cpp
AgeCommit message (Collapse)Author
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.