Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-23 | Increase terminated process timeout from 1 to 2 sec before killing it on ↵ | Karen Arutyunov | 1 | -2/+2 | |
script pipeline termination | |||||
2020-11-19 | Fix set buildscript builtin crash on Windows | Karen Arutyunov | 1 | -1/+19 | |
2020-11-17 | Increase builtin timeout from 1 sec to 2 sec before aborting on script ↵ | Karen Arutyunov | 1 | -2/+2 | |
pipeline termination | |||||
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 13 | -148/+1181 | |
2020-09-12 | Regenerate options parsing code | Karen Arutyunov | 1 | -6/+6 | |
2020-08-03 | Fix buildscript diagnostics so diff output is always in unified format | Karen Arutyunov | 1 | -11/+32 | |
Also make sure diff refers program stdout as 'stdout' rather than '-' in the test rule diagnostics. | |||||
2020-06-26 | Drop workarounds for script::redirect struct compile errors | Karen Arutyunov | 2 | -58/+4 | |
Thanks to the butl::optional improvement to better deal with lack of copy/move constructors. | |||||
2020-06-19 | Raise libcpp version in regex-related check to 10.0 | Karen Arutyunov | 1 | -1/+1 | |
2020-06-18 | Add env script pseudo-builtin | Karen Arutyunov | 5 | -19/+306 | |
Also disable C++ recipe tests when cross-testing. | |||||
2020-06-18 | Fix build2::script::parser::[reset_]quoted() to consider peeked token in ↵ | Karen Arutyunov | 1 | -2/+3 | |
replay mode | |||||
2020-06-10 | Handle special variable names in base lexer via mode data | Boris Kolpackov | 1 | -1/+1 | |
2020-06-08 | Cleanup script command failure diagnostics | Karen Arutyunov | 3 | -18/+23 | |
2020-06-08 | Various minor fixes | Karen Arutyunov | 1 | -1/+1 | |
2020-06-05 | Add depdb buildscript builtin | Karen Arutyunov | 2 | -129/+160 | |
2020-06-04 | Properly handle diag directive in build script parser | Karen Arutyunov | 2 | -27/+31 | |
2020-06-03 | Allow process path values and targets as buildscript program names | Karen Arutyunov | 5 | -39/+141 | |
Also deduce the recipe name. | |||||
2020-05-28 | Regenerate options parsing code | Boris Kolpackov | 1 | -9/+10 | |
2020-05-27 | Add support for value subscript after expansions | Boris Kolpackov | 1 | -3/+2 | |
Value subscript is only recognized in evaluation contexts (due to ambiguity with wildcard patterns; consider: $x[123].txt) and should be unseparated from the previous token. For example: x = ($y[1]) x = (($f ? $y : $z)[1]) x = ($identity($y)[$z]) | |||||
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 21 | -0/+9222 | |