Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-21 | Add support for dynamic target extraction in addition to prerequisites | Boris Kolpackov | 1 | -1/+3 | |
This functionality is enabled with the depdb-dyndep --dyn-target option. Only the make format is supported, where the listed targets are added as ad hoc group members (unless already specified as static members). This functionality is not available in the --byproduct mode. | |||||
2022-10-13 | Add support for 'for' loop second (... | for x) and third (for x <...) forms ↵ | Karen Arutyunov | 1 | -11/+13 | |
in script | |||||
2022-09-28 | Add support for 'for' loop first form (for x:...) in script | Karen Arutyunov | 1 | -1/+3 | |
2022-09-28 | Add support for 'while' loop in script | Karen Arutyunov | 1 | -9/+12 | |
2021-10-13 | Add --cwd|-t option to env pseudo-builtin | Karen Arutyunov | 1 | -1/+9 | |
2021-04-21 | Add buildscript depdb builtin 'env' command | Karen Arutyunov | 1 | -6/+22 | |
2020-12-11 | Add export script pseudo-builtin | Karen Arutyunov | 1 | -0/+94 | |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 1 | -10/+16 | |
2020-06-26 | Drop workarounds for script::redirect struct compile errors | Karen Arutyunov | 1 | -51/+0 | |
Thanks to the butl::optional improvement to better deal with lack of copy/move constructors. | |||||
2020-06-18 | Add env script pseudo-builtin | Karen Arutyunov | 1 | -7/+123 | |
Also disable C++ recipe tests when cross-testing. | |||||
2020-06-08 | Cleanup script command failure diagnostics | Karen Arutyunov | 1 | -3/+3 | |
2020-06-08 | Various minor fixes | Karen Arutyunov | 1 | -1/+1 | |
2020-06-05 | Add depdb buildscript builtin | Karen Arutyunov | 1 | -129/+154 | |
2020-06-03 | Allow process path values and targets as buildscript program names | Karen Arutyunov | 1 | -1/+1 | |
Also deduce the recipe name. | |||||
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -0/+659 | |