aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/tests_paragraph.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-20[vcpkg] Refactor parsing together and flatten featurespec usagesRobert 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-15[vcpkg-tests] ReformatRobert Schumacher
2017-08-01change qualifier bracket to parensDaniel Shaw
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-06[vcpkg] Added parser support for 'Supports' fieldRobert Schumacher
2017-06-06ExpectedT factory classDaniel Shaw
2017-05-04Rename Strings:: function for utf8/utf16 conversionAlexander Karatarakis
2017-04-29[vcpkg] Fix regression in tests. Test classes must not be structs.Robert Schumacher
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-foramt over tests and remaining cpp filesAlexander Karatarakis
2017-04-12[vcpkg] Remove+indirect nearly all uses of iostreamsRobert Schumacher
2017-04-10PackageSpec.target_triplet() -> ".triplet()Alexander Karatarakis
2017-04-05Fix a infinite skip_comment check in Paragraphs.cppsdcb
This happens when git not checkout file's line break as CR-LF. When CONTROL file contains comment followed by \n instead of \r\n, there will be a infinite skip_comment check.
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04package_spec_parse_result -> PackageSpecParseResultAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-04-03adds line comments for CONTROLTobias Kohlbau
Adds line comments denoted by # within CONTROL files. For the moment a comment must be start with # and is valid until the end of the line. It's not possible to add a comment at the end of usable lines. Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
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-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2016-11-07[tests_paragraph] Don't #include "vcpkg.h"Alexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander 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.