Age | Commit message (Expand) | Author | Files | Lines |
2018-09-10 | Replace libu with libue in buildfiles | Karen Arutyunov | 1 | -1/+1 |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Boris Kolpackov | 18 | -53/+53 |
2018-05-19 | Update copyright year | Karen Arutyunov | 19 | -19/+19 |
2018-05-16 | Redo testscript diagnostics not to rely on invalid paths | Karen Arutyunov | 1 | -0/+20 |
2018-02-12 | Preprend testscript expressions with ': ' for verbosity >= 3 | Karen Arutyunov | 1 | -1/+10 |
2017-07-28 | Use utility library to arrange unit testing | Boris Kolpackov | 1 | -14/+1 |
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 1 | -2/+2 |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 1 | -5/+2 |
2017-06-27 | Add support for regex function family | Karen Arutyunov | 1 | -5/+7 |
2017-06-26 | Add support for $path_search() and $path_match() | Karen Arutyunov | 1 | -5/+5 |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 2 | -11/+11 |
2017-03-17 | Implement create meta-operation | Boris Kolpackov | 1 | -1/+1 |
2017-03-16 | Add ability for meta-operation to preprocess buildspec | Boris Kolpackov | 1 | -1/+1 |
2017-03-16 | Add support for >! test command redirect | Karen Arutyunov | 1 | -1/+8 |
2017-03-15 | Add support for config.test.output variable | Karen Arutyunov | 4 | -7/+7 |
2017-03-02 | Fix unit test code generation | Boris Kolpackov | 1 | -3/+1 |
2017-03-02 | Implement parallel match | Boris Kolpackov | 1 | -5/+1 |
2017-02-13 | Add notion of load phase generation | Boris Kolpackov | 1 | -1/+1 |
2017-02-13 | Add scheduling calls to operation's match() | Boris Kolpackov | 1 | -4/+7 |
2017-02-13 | Add model mutex, make var_pool const by default | Boris Kolpackov | 1 | -4/+5 |
2017-02-11 | Fix testscript parser not to strip leading blanks in here-doc | Karen Arutyunov | 1 | -0/+2 |
2017-01-31 | Add support for test command pipe, expression and command-if | Karen Arutyunov | 1 | -0/+44 |
2017-01-24 | Add support for shared here-documents | Karen Arutyunov | 1 | -0/+80 |
2017-01-24 | Add support for comparison of test command output to a file | Karen Arutyunov | 3 | -20/+28 |
2017-01-19 | Add support for portable path modifer and dot character escaping inversion | Karen Arutyunov | 3 | -48/+150 |
2017-01-19 | Get rid of extension_pool | Boris Kolpackov | 1 | -8/+7 |
2017-01-18 | Add missing diagnostics in testscript parser | Boris Kolpackov | 1 | -0/+68 |
2017-01-12 | Implement support for narrowing down tests (config.test) | Boris Kolpackov | 1 | -5/+12 |
2017-01-09 | Workaround libc++'s basic_string<line_char> crash | Karen Arutyunov | 1 | -5/+9 |
2017-01-09 | Tests cleanup (take 2) | Karen Arutyunov | 17 | -1446/+1817 |
2017-01-06 | Store platform targets as typed target_triplet | Boris Kolpackov | 1 | -2/+2 |
2017-01-06 | Add testscript lexer support for portable path modifier (/) | Boris Kolpackov | 1 | -0/+12 |
2017-01-05 | Update copyright year | Boris Kolpackov | 3 | -3/+3 |
2017-01-05 | Add support for regex in runner | Karen Arutyunov | 4 | -17/+201 |
2017-01-04 | Treat any testscript line that starts with dot as directive | Boris Kolpackov | 3 | -52/+74 |
2016-12-16 | Add line_regex | Karen Arutyunov | 1 | -1/+1 |
2016-12-15 | Minor testscript cleanups | Boris Kolpackov | 1 | -40/+0 |
2016-12-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 2 | -1/+6 |
2016-12-05 | Make use of casts and canonicalizations in testscripts | Karen Arutyunov | 1 | -2/+9 |
2016-12-01 | Implement testscript variable-if | Boris Kolpackov | 1 | -0/+17 |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 3 | -6/+6 |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 7 | -18/+18 |
2016-11-25 | Allow here-document end marker to be wholly quoted | Boris Kolpackov | 4 | -9/+86 |
2016-11-23 | Implement few builtin functions that can operate on any value | Boris Kolpackov | 1 | -1/+1 |
2016-11-21 | Change build.driver/path variable to build.path/process_path | Boris Kolpackov | 1 | -1/+1 |
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 |
2016-11-11 | Clean up testscript grammar and parser | Boris Kolpackov | 1 | -1/+1 |
2016-11-10 | Implement scope-if in testscript | Boris Kolpackov | 4 | -12/+536 |
2016-11-09 | Various minor semantics changes in testscript language | Boris Kolpackov | 2 | -30/+31 |