Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-06 | Store platform targets as typed target_triplet | Boris Kolpackov | 1 | -2/+2 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2017-01-05 | Add support for regex in runner | Karen Arutyunov | 1 | -1/+1 | |
2017-01-04 | Treat any testscript line that starts with dot as directive | Boris Kolpackov | 1 | -3/+3 | |
Even though we currently only recognize the include directive, we reserve any line that begins with a dot for future. | |||||
2016-12-16 | Add line_regex | Karen Arutyunov | 1 | -1/+1 | |
2016-12-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 1 | -1/+4 | |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -2/+2 | |
2016-11-23 | Implement few builtin functions that can operate on any value | Boris Kolpackov | 1 | -1/+1 | |
type() null() empty () identity() | |||||
2016-11-21 | Add process_path.{recall,effect} build2 functions | Boris Kolpackov | 1 | -2/+3 | |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 1 | -2/+2 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. | |||||
2016-11-10 | Implement scope-if in testscript | Boris Kolpackov | 1 | -3/+3 | |
2016-11-08 | Implement testscript command-if | Boris Kolpackov | 1 | -1/+2 | |
2016-11-04 | Implement testscript inclusion support | Boris Kolpackov | 1 | -1/+1 | |
2016-11-04 | Implement command-pipe, command-expr in testscript parser | Boris Kolpackov | 1 | -2/+2 | |
2016-11-04 | Implement description support in testscript | Boris Kolpackov | 1 | -2/+2 | |
2016-11-04 | Add support of cleanups to testscript parser | Karen Arutyunov | 1 | -2/+2 | |
2016-11-04 | Add support of file redirects to testscript runner | Karen Arutyunov | 1 | -1/+2 | |
2016-11-04 | Diagnose semicolon after testscript setup/teardown commands | Boris Kolpackov | 1 | -1/+1 | |
2016-11-04 | Add support for testscript scope id, working directory | Boris Kolpackov | 1 | -1/+1 | |
2016-11-04 | Minor testscript changes | Boris Kolpackov | 1 | -1/+2 | |
2016-11-04 | Add testscript parser unit test | Boris Kolpackov | 1 | -0/+15 | |