Age | Commit message (Expand) | Author | Files | Lines |
2017-01-05 | Sketch bit stealing interface for regex line_char | Boris Kolpackov | 1 | -0/+20 |
2017-01-05 | Cosmetic change | Boris Kolpackov | 1 | -2/+2 |
2017-01-05 | Update copyright year | Boris Kolpackov | 241 | -243/+243 |
2017-01-05 | Update submodules | Boris Kolpackov | 2 | -0/+0 |
2017-01-05 | Testscript documentation rewrite (still in progress) | Boris Kolpackov | 1 | -402/+776 |
2017-01-05 | Tests cleanup | Karen Arutyunov | 11 | -577/+692 |
2017-01-05 | Print signal/core dump like shell/make | Karen Arutyunov | 3 | -33/+142 |
2017-01-05 | Save diff output for {stdout,stderr}.diff | Karen Arutyunov | 3 | -61/+136 |
2017-01-05 | Add support for regex in runner | Karen Arutyunov | 22 | -292/+1266 |
2017-01-04 | Treat any testscript line that starts with dot as directive | Boris Kolpackov | 8 | -79/+119 |
2017-01-04 | Update tests to reflect lexer mode renames (previous commit) | Boris Kolpackov | 5 | -219/+219 |
2017-01-04 | Change lexer modes to be semantically accurate | Boris Kolpackov | 3 | -22/+24 |
2016-12-17 | Add support for specifying individual paths of imported targets | Boris Kolpackov | 5 | -51/+105 |
2016-12-17 | Use PATH search as fallback import mechanism for exe{} targets | Boris Kolpackov | 2 | -7/+64 |
2016-12-17 | Don't try to test out-of-project prerequisites | Boris Kolpackov | 7 | -67/+102 |
2016-12-16 | Add scheduler.txx to buildfile | Karen Arutyunov | 1 | -1/+1 |
2016-12-16 | Add line_regex | Karen Arutyunov | 11 | -132/+1213 |
2016-12-16 | Convert tests/ to subproject, initial work on cross-testing support | Boris Kolpackov | 24 | -67/+122 |
2016-12-16 | Add support for passing target name to testscript via test variable | Boris Kolpackov | 4 | -27/+85 |
2016-12-16 | Move exe{} to build2 core, add fallback extensions (existing files) | Boris Kolpackov | 14 | -59/+74 |
2016-12-16 | Whitespace cleanup | Boris Kolpackov | 1 | -2/+2 |
2016-12-16 | Minor code cleanup | Boris Kolpackov | 1 | -11/+19 |
2016-12-15 | Allow dot as special line-level special character | Boris Kolpackov | 1 | -1/+1 |
2016-12-15 | Minor testscript cleanups | Boris Kolpackov | 8 | -47/+7 |
2016-12-15 | Implement test.redirects, test.cleanups | Boris Kolpackov | 4 | -12/+35 |
2016-12-15 | Testscript documentation additions | Boris Kolpackov | 1 | -264/+393 |
2016-12-14 | Rename concurrent_runner to default_runner | Boris Kolpackov | 3 | -6/+6 |
2016-12-14 | Add support for cxx.std=latest, use when building build2 | Boris Kolpackov | 4 | -6/+50 |
2016-12-13 | Use config macros from libbutl | Boris Kolpackov | 4 | -14/+7 |
2016-12-13 | Handle exceptions in parallel tests runs | Boris Kolpackov | 2 | -19/+55 |
2016-12-13 | Various scheduler improvements and fixes | Boris Kolpackov | 4 | -182/+415 |
2016-12-09 | Fix GCC 5 compilation error, improve scheduler unit test | Boris Kolpackov | 2 | -20/+37 |
2016-12-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 26 | -189/+1220 |
2016-12-07 | Make use of butl::path::current(), butl::path::parent() | Karen Arutyunov | 3 | -5/+5 |
2016-12-06 | Work around wrong static initialization order in VC | Boris Kolpackov | 3 | -24/+55 |
2016-12-06 | Work around bogus VC14u3 warning | Boris Kolpackov | 1 | -1/+1 |
2016-12-05 | Distribution, installation fixes | Karen Arutyunov | 2 | -3/+4 |
2016-12-05 | Make use of casts and canonicalizations in testscripts | Karen Arutyunov | 8 | -76/+83 |
2016-12-05 | Eliminate the use of '/...' paths on Windows | Karen Arutyunov | 4 | -36/+40 |
2016-12-05 | Use empty path for root scope | Karen Arutyunov | 3 | -16/+16 |
2016-12-05 | Adapt to semantics change of path::normalize() | Karen Arutyunov | 3 | -3/+7 |
2016-12-05 | Add rm builtin | Karen Arutyunov | 4 | -3/+236 |
2016-12-05 | Use new convert() in if-else, assert parsing | Boris Kolpackov | 3 | -30/+20 |
2016-12-05 | Add optional actualize argument to $path.normalize() | Boris Kolpackov | 2 | -19/+56 |
2016-12-05 | Add comma, ternary, logical operators support in eval context | Boris Kolpackov | 28 | -318/+742 |
2016-12-01 | Implement testscript variable-if | Boris Kolpackov | 8 | -80/+159 |
2016-12-01 | Port old value reversibility tests | Boris Kolpackov | 14 | -157/+94 |
2016-12-01 | Add path.canonicalize() function | Boris Kolpackov | 2 | -1/+36 |
2016-12-01 | Organize tests/, factor common testscript fragments | Boris Kolpackov | 22 | -85/+95 |
2016-12-01 | Move old tests to old-tests/ | Boris Kolpackov | 176 | -5/+6 |