Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-27 | Add script command redirect aliases | Karen Arutyunov | 1 | -6/+7 | |
2020-05-27 | Make build script to create special files in temporary directory | Karen Arutyunov | 1 | -35/+72 | |
2020-05-27 | Set proper build script command default redirects | Karen Arutyunov | 1 | -27/+35 | |
Also add printing of set and exit pseudo-builtin command arguments for verb >= 2 as we do for normal builtins. | |||||
2020-05-27 | Integrate buildscript running into recipe default_action() | Boris Kolpackov | 1 | -25/+25 | |
2020-05-27 | Factor out generic script parsing/executing functionality from ↵ | Karen Arutyunov | 1 | -0/+1947 | |
build2::test::script namespace |