aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/script/run.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Use diag_buffer in scriptKaren Arutyunov1-51/+29
2022-10-13Add support for 'for' loop second (... | for x) and third (for x <...) forms ↵Karen Arutyunov1-4/+62
in script
2022-09-28Add support for 'while' loop in scriptKaren Arutyunov1-6/+6
2021-11-23Add support for dynamic dependencies in ad hoc Buildscript recipesBoris Kolpackov1-2/+13
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.
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-0/+75