Age | Commit message (Expand) | Author | Files | Lines |
2022-10-13 | Fix script 'for' loop tests | Karen Arutyunov | 1 | -1/+1 |
2022-10-13 | Add support for 'for' loop second (... | for x) and third (for x <...) forms ... | Karen Arutyunov | 1 | -14/+679 |
2022-09-28 | Add support for 'for' loop first form (for x:...) in script | Karen Arutyunov | 1 | -0/+122 |
2022-09-28 | Add support for 'while' loop in script | Karen Arutyunov | 1 | -14/+40 |
2022-09-19 | Allow computed variables in depdb preamble similar to impure functions | Boris Kolpackov | 1 | -5/+27 |
2022-07-07 | Use new cmdline type for canned command lines in {Build,Test}script | Boris Kolpackov | 1 | -0/+24 |
2022-04-19 | Use target recipe for auxiliary data storage during match-apply | Boris Kolpackov | 1 | -2/+2 |
2022-01-18 | Add dynamic prerequisites to $< unless --adhoc is specified | Boris Kolpackov | 1 | -57/+152 |
2021-06-09 | Fix cxx pattern rule test | Boris Kolpackov | 1 | -6/+7 |
2021-06-08 | Implement ad hoc regex pattern rule support | Boris Kolpackov | 2 | -0/+59 |
2021-04-21 | Add buildscript depdb builtin 'env' command | Karen Arutyunov | 1 | -0/+62 |
2020-12-14 | Make use of export testscript builtin | Karen Arutyunov | 1 | -5/+7 |
2020-12-11 | Add export script pseudo-builtin | Karen Arutyunov | 1 | -2/+35 |
2020-12-08 | Add support for config.test.runner | Karen Arutyunov | 1 | -2/+49 |
2020-12-08 | Fix buildscript assertion failure on redirecting command stderr to stdout | Karen Arutyunov | 1 | -0/+23 |
2020-12-02 | Add support for buildscript depdb preamble | Karen Arutyunov | 1 | -16/+301 |
2020-11-19 | Remove target files on ad hoc rule update buildscript error | Karen Arutyunov | 1 | -13/+60 |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 1 | -0/+120 |
2020-08-03 | Fix buildscript diagnostics so diff output is always in unified format | Karen Arutyunov | 1 | -0/+22 |
2020-06-18 | Add env script pseudo-builtin | Karen Arutyunov | 1 | -134/+135 |
2020-06-16 | Add metadata for exe{b}, including whether it is statically-linked | Boris Kolpackov | 1 | -0/+4 |
2020-06-12 | Fix invalid regex in C++ recipe tests | Boris Kolpackov | 1 | -2/+2 |
2020-06-11 | Add tests for ad hoc C++ recipes | Boris Kolpackov | 3 | -9/+168 |
2020-06-08 | Add buildscript recipe tests | Karen Arutyunov | 2 | -0/+100 |