aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/SourceParagraph.h
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-01Remove unused #includeAlexander Karatarakis
2017-09-01Don't return by const copyAlexander 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-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-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-06ExpectedT factory classDaniel Shaw
2017-05-24[vcpkg] Add commentsRobert Schumacher
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵Alexander Karatarakis
of VersionT.cpp
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
2017-04-04dependency -> DependencyAlexander 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.
2016-11-03[SourceParagraph] Make function staticAlexander 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-09-18Initial commitAlexander Karatarakis