aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/build/script/script.hxx
AgeCommit message (Collapse)AuthorFilesLines
2021-11-23Add support for dynamic dependencies in ad hoc Buildscript recipesBoris Kolpackov1-3/+8
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-12-02Add support for buildscript depdb preambleKaren Arutyunov1-6/+16
2020-11-06Add support for test timeoutsKaren Arutyunov1-2/+24
2020-06-08Add note on why not using rule-specific variables for ad hoc recipesBoris Kolpackov1-2/+10
2020-06-05Add depdb buildscript builtinKaren Arutyunov1-2/+12
2020-06-04Properly handle diag directive in build script parserKaren Arutyunov1-2/+4
2020-06-03Allow process path values and targets as buildscript program namesKaren Arutyunov1-1/+0
Also deduce the recipe name.
2020-05-29Move low-verbosity command name from adhoc_script_rule to scriptBoris Kolpackov1-0/+5
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-0/+156