Age | Commit message (Expand) | Author | Files | Lines |
2023-09-20 | Fix issue with fallback rule priority in dist module | Boris Kolpackov | 1 | -8/+10 |
2023-04-05 | Allow creating context with bare minimum of initializations | Boris Kolpackov | 2 | -29/+29 |
2023-03-01 | Add support for installation manifest | Boris Kolpackov | 1 | -8/+6 |
2023-01-09 | Fix simple and script tests to correctly terminate processes which don't clos... | Karen Arutyunov | 1 | -14/+84 |
2022-12-15 | Improve escape sequence support | Boris Kolpackov | 2 | -4/+6 |
2022-11-24 | Fix forcing diag buffering for diff in simple test | Karen Arutyunov | 1 | -3/+5 |
2022-11-23 | Rework diag_buffer interface to facilitate correct destruction order | Boris Kolpackov | 1 | -5/+29 |
2022-11-16 | Initial low verbosity diagnostics rework | Boris Kolpackov | 1 | -6/+14 |
2022-11-14 | Add buffering for simple test diagnosticsdiag-buffer | Karen Arutyunov | 1 | -74/+286 |
2022-11-09 | Use diag_buffer in script | Karen Arutyunov | 2 | -2/+3 |
2022-11-09 | Make process exit diagnostics in executable metadata extraction consistent | Boris Kolpackov | 1 | -1/+1 |
2022-11-08 | Make process exit diagnostics consistent | Boris Kolpackov | 1 | -1/+3 |
2022-10-27 | Suppress (potential) bogus GCC 12 -Wrestrict warnings | Boris Kolpackov | 1 | -1/+1 |
2022-10-21 | Change attribute syntax in script to come after variable in set and for (set ... | Karen Arutyunov | 2 | -23/+32 |
2022-10-18 | Fix unexpected 'unterminated double-quoted sequence' script error | Karen Arutyunov | 3 | -11/+25 |
2022-10-14 | Fix 'for [<attrs>] x: ...' to treat <attrs> as value attributes | Karen Arutyunov | 2 | -15/+15 |
2022-10-14 | Fix printing test id multiple times on test failure | Karen Arutyunov | 2 | -14/+44 |
2022-10-13 | Add support for 'for' loop second (... | for x) and third (for x <...) forms ... | Karen Arutyunov | 11 | -99/+1128 |
2022-10-13 | Optimize by going straight to public variable pool where applicable | Boris Kolpackov | 1 | -3/+7 |
2022-10-13 | Switch to public/private variables model | Boris Kolpackov | 2 | -7/+5 |
2022-10-10 | Preparatory work for public/private variable distinction | Boris Kolpackov | 1 | -2/+2 |
2022-09-29 | Fix variable append logic in script | Boris Kolpackov | 2 | -14/+36 |
2022-09-28 | Add support for 'for' loop first form (for x:...) in script | Karen Arutyunov | 3 | -52/+427 |
2022-09-28 | Add support for 'while' loop in script | Karen Arutyunov | 9 | -112/+517 |
2022-07-07 | Use new cmdline type for canned command lines in {Build,Test}script | Boris Kolpackov | 5 | -16/+105 |
2022-06-28 | Add support for querying out-qualified target-specific variables | Boris Kolpackov | 2 | -2/+2 |
2022-06-21 | Add --trace-{match,execute} options | Boris Kolpackov | 1 | -14/+14 |
2022-05-23 | Cache build.host value in context | Boris Kolpackov | 2 | -2/+2 |
2022-04-15 | Get rid of target::dynamic_type() virtual function | Boris Kolpackov | 1 | -2/+5 |
2022-04-06 | Add support for rule hints | Boris Kolpackov | 3 | -7/+7 |
2022-03-07 | Fix operation-specific variables logic for inner/outer operations | Boris Kolpackov | 1 | -1/+1 |
2022-03-02 | Add update operation-specific variable with unmatch|match additional values | Boris Kolpackov | 1 | -0/+2 |
2022-02-21 | Factor process-wide initialization to init_process() function | Boris Kolpackov | 1 | -1/+1 |
2022-02-16 | Invent quoting modes for to_stream(name) | Karen Arutyunov | 1 | -1/+1 |
2022-02-11 | Remove unnecessary header inclusions | Boris Kolpackov | 1 | -0/+2 |
2022-02-10 | Make few global types separately constructible/initializable | Boris Kolpackov | 1 | -1/+1 |
2021-12-16 | Pass context to (meta-)operation hooks | Boris Kolpackov | 1 | -3/+6 |
2021-10-14 | Disable re-parse of sole expansions in Buildscript | Boris Kolpackov | 1 | -1/+1 |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 2 | -2/+6 |
2021-06-21 | Add support for automatic generation of symbol exporting .def file | Boris Kolpackov | 2 | -5/+2 |
2021-05-28 | Recognize quoting of first character in token | Boris Kolpackov | 1 | -3/+2 |
2021-05-28 | Add pattern_mode::ignore and use in appropriate places | Boris Kolpackov | 1 | -1/+1 |
2021-04-07 | Register environment variables for hermetic build configurations | Boris Kolpackov | 1 | -0/+6 |
2021-03-18 | Add noop mode to file cache, add --file-cache option to select | Boris Kolpackov | 1 | -1/+1 |
2021-03-16 | Define intermediate build results file cache interface | Boris Kolpackov | 1 | -1/+3 |
2021-01-30 | Add std::{map, multimap} to types.hxx | Boris Kolpackov | 1 | -0/+1 |
2020-12-15 | Cache more results of executing programs (compilers, etc) | Boris Kolpackov | 1 | -0/+2 |
2020-12-11 | Add export script pseudo-builtin | Karen Arutyunov | 3 | -1/+16 |
2020-12-11 | Copy parent scope's test program list in runner's entry() function rather tha... | Karen Arutyunov | 3 | -30/+29 |
2020-12-11 | Fix set pseudo-builtin to reset special variables when required | Karen Arutyunov | 3 | -10/+19 |