aboutsummaryrefslogtreecommitdiff
path: root/tests/manifest-parser/driver.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-06-24Split and merge manifest value/comment pair differently depending on whether ...Karen Arutyunov1-4/+61
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-16/+3
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-2/+3
2020-02-26Add notion of validator to char_scanner and make sure manifest is UTF-8Karen Arutyunov1-1/+39
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov1-3/+3
2019-04-25Add parse_manifest() and serialize_manifest() functionsKaren Arutyunov1-187/+299
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-08Add support for filtering during manifest parsing and serializationKaren Arutyunov1-7/+28
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-3/+16
2017-08-02Add manifest_parser::split_comment() and manifest_serializer::merge_comment()Karen Arutyunov1-0/+17
2017-05-15Fix VC15 warnings (/W3)Karen Arutyunov1-1/+1
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov1-1/+1
2017-01-09Add operator<<(ostream, exception)Karen Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-09-29Add manifest_parser and manifest_serializerKaren Arutyunov1-0/+207