Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-28 | Get rid of C++ modules related code and rename *.mxx files to *.hxx | Karen Arutyunov | 1 | -16/+3 | |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 1 | -2/+3 | |
2020-02-26 | Add notion of validator to char_scanner and make sure manifest is UTF-8 | Karen Arutyunov | 1 | -1/+39 | |
This involves implementing utf8_validator and UTF-8 utility functions and using them during the manifest parsing, serialization, and rewriting. | |||||
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 2 | -2/+0 | |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 2 | -4/+3 | |
2019-04-25 | Add parse_manifest() and serialize_manifest() functions | Karen Arutyunov | 1 | -187/+299 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 2 | -2/+2 | |
2019-01-08 | Add support for filtering during manifest parsing and serialization | Karen Arutyunov | 1 | -7/+28 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 2 | -2/+2 | |
2017-10-01 | Only enable modularized build if forced | Boris Kolpackov | 1 | -6/+1 | |
The two boolean command line variables that control this are: force_modules force_std_modules | |||||
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 2 | -3/+22 | |
Note: gave up on VC about half way though. | |||||
2017-08-02 | Add manifest_parser::split_comment() and manifest_serializer::merge_comment() | Karen Arutyunov | 1 | -0/+17 | |
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 1 | -1/+1 | |
2017-07-13 | Fix tests linkage | Karen Arutyunov | 1 | -2/+2 | |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 1 | -1/+1 | |
2017-05-15 | Fix VC15 warnings (/W3) | Karen Arutyunov | 1 | -1/+1 | |
2017-05-01 | Add hxx extension for headers and lib prefix for library dir | Karen Arutyunov | 2 | -3/+3 | |
2017-01-09 | Add operator<<(ostream, exception) | Karen Arutyunov | 1 | -1/+1 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 2 | -2/+2 | |
2016-09-29 | Add manifest_parser and manifest_serializer | Karen Arutyunov | 2 | -0/+214 | |