aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/Paragraphs.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-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-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] Improve diagnostics upon port load failureRobert Schumacher
2017-06-06ExpectedT factory classDaniel Shaw
2017-04-28[clang-format] Increase PenaltyReturnTypeOnItsOwnLineAlexander Karatarakis
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location ↵Alexander Karatarakis
of VersionT.cpp
2017-04-08[vcpkg] Further work on filesystem abstraction layer.Robert Schumacher
2017-04-08[vcpkg] Initial addition of Filesystem abstraction to enable testing.Robert Schumacher
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04version_t -> VersionTAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-04-01[vcpkg] ImmutableSortedVector is actually Mutable via move.Robert Schumacher
Use fmap instead of construct/insert. Don't cache VS2015 instances since it is called once. Add ParagraphDataMap alias.
2017-03-31Version_tAlexander Karatarakis
2017-03-31Rename expected.h to vcpkg_expected.hAlexander Karatarakis
2017-03-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander Karatarakis
2017-02-27Introduce extract_port_names_and_versions()Alexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis