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 | -18/+4 | |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 1 | -2/+3 | |
2021-08-02 | Add version_string, list of modules to b_info() result | Boris Kolpackov | 1 | -0/+12 | |
Also only attempt to parse the string version to standard version if the version modules is loaded. | |||||
2020-10-01 | Add ext_mods parameter to b_info() | Karen Arutyunov | 1 | -3/+4 | |
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 | |
2019-08-21 | Don't load default options from directories which subdirectory contains ↵ | Karen Arutyunov | 1 | -1/+6 | |
--no-default-options | |||||
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 1 | -3/+3 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2019-01-16 | Add b_info() that runs `b info` command and parses and returns build2 ↵ | Karen Arutyunov | 1 | -0/+118 | |
project info |