Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-27 | Review (temp dir) | Boris Kolpackov | 1 | -2/+2 | |
2020-05-27 | Add script command redirect aliases | Karen Arutyunov | 1 | -5/+16 | |
2020-05-27 | Make build script to create special files in temporary directory | Karen Arutyunov | 1 | -5/+19 | |
2020-05-27 | Complete dump(ostream,script::lines) | Karen Arutyunov | 1 | -0/+6 | |
2020-05-27 | Set proper build script command default redirects | Karen Arutyunov | 1 | -11/+57 | |
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 pre-parsing into recipe parsing | Boris Kolpackov | 1 | -1/+1 | |
2020-05-27 | Add dump(ostream,script::lines) (partial implementation) | Karen Arutyunov | 1 | -0/+3 | |
2020-05-27 | Factor out generic script parsing/executing functionality from ↵ | Karen Arutyunov | 1 | -0/+395 | |
build2::test::script namespace |