Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-27 | Partially implement dump(ostream,script::lines) | Karen Arutyunov | 2 | -0/+21 | |
2020-05-27 | Remove redundant script member from build::script::environment class | Karen Arutyunov | 5 | -10/+8 | |
2020-05-27 | Add support for dry run mode for build script runner | Karen Arutyunov | 2 | -5/+21 | |
2020-05-27 | Set proper build script command default redirects | Karen Arutyunov | 2 | -3/+14 | |
Also add printing of set and exit pseudo-builtin command arguments for verb >= 2 as we do for normal builtins. | |||||
2020-05-27 | Make build script parser unit test compilable | Karen Arutyunov | 1 | -4/+2 | |
2020-05-27 | Integrate buildscript running into recipe default_action() | Boris Kolpackov | 4 | -7/+16 | |
2020-05-27 | Integrate buildscript pre-parsing into recipe parsing | Boris Kolpackov | 2 | -6/+9 | |
2020-05-27 | Make build script variable pool local to execution environment | Boris Kolpackov | 3 | -61/+25 | |
2020-05-27 | Add dump(ostream,script::lines) (partial implementation) | Karen Arutyunov | 5 | -8/+60 | |
2020-05-27 | Add build script | Karen Arutyunov | 29 | -0/+3322 | |