Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-27 | Use dir_name_view for script environment working and sandbox directories | Karen Arutyunov | 1 | -1/+1 | |
2020-05-27 | Wrap up $<, $> variables and related ($target.path(), hashing, cleanup) | Boris Kolpackov | 1 | -1/+1 | |
2020-05-27 | Add script command redirect aliases | Karen Arutyunov | 1 | -68/+50 | |
2020-05-27 | Complete dump(ostream,script::lines) | Karen Arutyunov | 1 | -35/+127 | |
2020-05-27 | Implement build script variable hashing | Boris Kolpackov | 1 | -2/+0 | |
2020-05-27 | Partially implement dump(ostream,script::lines) | Karen Arutyunov | 1 | -7/+22 | |
2020-05-27 | Set proper build script command default redirects | Karen Arutyunov | 1 | -23/+79 | |
Also add printing of set and exit pseudo-builtin command arguments for verb >= 2 as we do for normal builtins. | |||||
2020-05-27 | Add dump(ostream,script::lines) (partial implementation) | Karen Arutyunov | 1 | -0/+68 | |
2020-05-27 | Factor out generic script parsing/executing functionality from ↵ | Karen Arutyunov | 1 | -0/+448 | |
build2::test::script namespace |