aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/BinaryParagraph.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-29Remove Strings::is_empty(). Use std::string.empty()Alexander Karatarakis
2017-08-28Improve BinaryParagraph::displayname()Alexander Karatarakis
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-28Add missing constAlexander Karatarakis
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-08[vcpkg] Improve error messages during Binary Paragraph parsingRobert Schumacher
2017-07-24end to end feature pkg draftDaniel Shaw
2017-07-14feature packages graph traversalDaniel Shaw
2017-06-20[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.Robert Schumacher
2017-06-06[vcpkg] Added parser support for 'Supports' fieldRobert Schumacher
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
2017-04-10[BinaryParagraph] target_triplet -> tripletAlexander Karatarakis
2017-04-10PackageSpec.target_triplet() -> ".triplet()Alexander Karatarakis
2017-04-07Remove triplet operator<< overloadAlexander Karatarakis
2017-04-07Remove PackageSpec.display_name()Alexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-03-31Rename expected::get_or_exit() to expected::value_or_exit()Robert Schumacher
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-02-15Remove unused functionAlexander Karatarakis
2017-01-30Add package_spec::display_name()Alexander Karatarakis
2017-01-30Introduce precompiled headersAlexander 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.
2016-11-03[BinaryParagraph] Refactor implementationAlexander Karatarakis
2016-11-02parse_depends() now handles empty case internallyAlexander Karatarakis
2016-10-04BinaryParagraph now contains a package_spec instead of name+tripletAlexander Karatarakis
2016-10-03[triplet] Force using the factory that does sanity checksAlexander Karatarakis
2016-09-26vcpkglib_helpers: Return output instead of accepting it as argAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis