aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/SourceParagraph.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-10-03[vcpkg] Add more operator== to CStringView. Uppercase Span to follow naming ↵Robert Schumacher
convention.
2017-09-01Use Strings::join() and Strings::format()Alexander Karatarakis
2017-09-01Don't return by const copyAlexander Karatarakis
2017-09-01Add missing constsAlexander Karatarakis
2017-08-28Use Strings::EMPTYAlexander Karatarakis
2017-08-24Introduce GlobalState structAlexander Karatarakis
2017-08-20[vcpkg] Remove incomplete default features implementationRobert Schumacher
2017-08-19[vcpkg] Reorganize some parsing functions.Robert Schumacher
2017-08-18[vcpkg] Consolidate specifier parsingRobert 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-15Merge branch 'master' into qualifier_changeRobert Schumacher
2017-08-08[vcpkg] Improve error messages during Binary Paragraph parsingRobert Schumacher
2017-08-01change qualifier bracket to parensDaniel Shaw
2017-06-20[vcpkg] Handle missing fields in print_error_message()Robert Schumacher
2017-06-20[vcpkg] Use unique_ptr<> for paragraphs. Post-parser phase rework.Robert Schumacher
2017-06-19[vcpkg] feature packages initial parsingDaniel Shaw
2017-06-08[vcpkg] Hotfix previous commit.Robert Schumacher
2017-06-08[vcpkg] Improve diagnostics upon port load failureRobert Schumacher
2017-06-06[vcpkg] Added parser support for 'Supports' fieldRobert Schumacher
2017-06-06minor changesDaniel Shaw
2017-06-06error message vector checkDaniel Shaw
2017-06-06ExpectedT factory classDaniel Shaw
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-format over the cpp filesAlexander Karatarakis
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
2017-04-04color -> ColorAlexander Karatarakis
2017-04-04dependency -> DependencyAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-03-22Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-10Nuke Joiner. Add wjoin()Alexander Karatarakis
2017-01-30Introduce Strings::JoinerAlexander 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[SourceParagraph] Make function staticAlexander Karatarakis
2016-11-03[SourceParagraph] Remove using namespace;Alexander Karatarakis
2016-11-03SourceParagraph checks fields at construction timeAlexander Karatarakis
2016-11-03[SourceParagraph] Consistency renameAlexander Karatarakis
2016-11-02Add checks for fields in CONTROL file. Resolves #228Alexander Karatarakis
2016-11-02parse_depends() now handles empty case internallyAlexander Karatarakis
2016-09-26vcpkglib_helpers: Return output instead of accepting it as argAlexander Karatarakis
2016-09-18Initial commitAlexander Karatarakis