Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-18 | Factor out common CLI types (scanners, etc) | Karen Arutyunov | 1 | -0/+2 | |
2021-11-23 | Add support for dynamic dependencies in ad hoc Buildscript recipes | Boris Kolpackov | 1 | -82/+143 | |
Specifically, add the new `depdb dyndep` builtin that can be used to extract dynamic dependencies from a program run or a file. For example: obje{hello.o}: cxx{hello} {{ s = $path($<[0]) depdb dyndep $cxx.poptions $cc.poptions --what=header --default-prereq-type=h -- $cxx.path $cxx.poptions $cc.poptions $cxx.mode -M -MG $s diag c++ ($<[0]) o = $path($>) $cxx.path $cxx.poptions $cc.poptions $cc.coptions $cxx.coptions $cxx.mode -o $o -c $s }} Currently only the `make` dependency format is supported. | |||||
2021-10-13 | Add --cwd|-t option to env pseudo-builtin | Karen Arutyunov | 1 | -9/+37 | |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -4/+4 | |
2021-09-14 | Impose 12K line count limit for regex matches in Testscript | Boris Kolpackov | 1 | -1/+15 | |
2021-09-13 | Impose 16KB line length limit for regex matches in Testscript | Boris Kolpackov | 1 | -1/+14 | |
2021-06-03 | Fix crashing on test command output regex match failure | Karen Arutyunov | 1 | -16/+42 | |
2021-04-21 | Add buildscript depdb builtin 'env' command | Karen Arutyunov | 1 | -1/+1 | |
2021-04-02 | Add support for propagating project environment | Boris Kolpackov | 1 | -2/+2 | |
2021-01-30 | Rework include translation support | Boris Kolpackov | 1 | -1/+0 | |
See the config.cxx.translate_include variable documentation in cxx/init.cxx for details. | |||||
2020-12-11 | Add export script pseudo-builtin | Karen Arutyunov | 1 | -15/+85 | |
2020-12-11 | Prefix pseudo-builtin diagnostincs messages with their names | Karen Arutyunov | 1 | -8/+8 | |
2020-12-08 | Fix buildscript assertion failure on redirecting command stderr to stdout | Karen Arutyunov | 1 | -1/+13 | |
2020-12-02 | Add support for buildscript depdb preamble | Karen Arutyunov | 1 | -41/+94 | |
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 | 1 | -105/+534 | |
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-18 | Add env script pseudo-builtin | Karen Arutyunov | 1 | -4/+7 | |
Also disable C++ recipe tests when cross-testing. | |||||
2020-06-08 | Cleanup script command failure diagnostics | Karen Arutyunov | 1 | -14/+17 | |
2020-06-03 | Allow process path values and targets as buildscript program names | Karen Arutyunov | 1 | -20/+36 | |
Also deduce the recipe name. | |||||
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -0/+2020 | |