Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-16 | Invent quoting modes for to_stream(name) | Karen Arutyunov | 1 | -3/+3 | |
2021-11-23 | Add support for dynamic dependencies in ad hoc Buildscript recipes | Boris Kolpackov | 1 | -1/+1 | |
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-14 | Disable re-parse of sole expansions in Buildscript | Boris Kolpackov | 1 | -7/+14 | |
2021-10-14 | Pass along parse_names_result during script command parsing | Boris Kolpackov | 1 | -14/+19 | |
2021-10-13 | Add --cwd|-t option to env pseudo-builtin | Karen Arutyunov | 1 | -4/+36 | |
2021-05-28 | Add pattern_mode::ignore and use in appropriate places | Boris Kolpackov | 1 | -6/+6 | |
2021-05-28 | Make notion of name pattern explicit, fix various related loose ends | Boris Kolpackov | 1 | -6/+6 | |
2021-04-21 | Add buildscript depdb builtin 'env' command | Karen Arutyunov | 1 | -1/+1 | |
2020-12-11 | Add export script pseudo-builtin | Karen Arutyunov | 1 | -19/+5 | |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 1 | -25/+70 | |
2020-06-18 | Add env script pseudo-builtin | Karen Arutyunov | 1 | -5/+157 | |
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-04 | Properly handle diag directive in build script parser | Karen Arutyunov | 1 | -25/+28 | |
2020-06-03 | Allow process path values and targets as buildscript program names | Karen Arutyunov | 1 | -15/+68 | |
Also deduce the recipe name. | |||||
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -0/+2015 | |