aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/Paragraphs.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-02Show warning instead of failing if port cannot be parsedAlexander Karatarakis
2017-08-24Introduce GlobalState structAlexander 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-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 cpp filesAlexander Karatarakis
2017-04-12get_files_recursive()/get_files_non_recursive()Alexander Karatarakis
2017-04-11[vcpkg] Alias out standard filesystem headers to ensure clean separation.Robert Schumacher
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-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-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04version_t -> VersionTAlexander Karatarakis
2017-04-04paragraph_parse_result -> ParagraphParseResultAlexander 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-31Version_tAlexander Karatarakis
2017-03-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-01load_all_ports() no longer aborts when a port failsAlexander Karatarakis
2017-02-27Introduce extract_port_names_and_versions()Alexander Karatarakis
2017-02-27Move some functions from vcpkglib.h to Paragraphs.hAlexander Karatarakis
2017-02-22Use check_exit() instead of check_throw()Alexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-24Add error message when CONTROL file cannot be openedAlexander Karatarakis
2017-01-05Use Nested Namespace DefinitionAlexander Karatarakis
2016-12-16Files::get_contents() -> Files::read_contents()Alexander Karatarakis
2016-11-07Refactor: create new Paragraphs.h/cppAlexander Karatarakis