Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-09 | Tests cleanup (take 2) | Karen Arutyunov | 29 | -2073/+2754 | |
2017-01-09 | Make use of operator<<(ostream, exception) | Karen Arutyunov | 30 | -139/+115 | |
2017-01-09 | Spec dot inversion flag in testscript regex | Boris Kolpackov | 1 | -5/+19 | |
2017-01-09 | Update testscript doc | Boris Kolpackov | 1 | -177/+318 | |
2017-01-09 | Implement test.target variable | Boris Kolpackov | 4 | -19/+42 | |
The plan is to use it for the portable path conversions. | |||||
2017-01-06 | Store platform targets as typed target_triplet | Boris Kolpackov | 20 | -239/+358 | |
2017-01-06 | Update style submodule | Boris Kolpackov | 1 | -0/+0 | |
2017-01-06 | Add testscript lexer support for portable path modifier (/) | Boris Kolpackov | 2 | -12/+28 | |
2017-01-06 | Update testscript manual | Boris Kolpackov | 1 | -245/+240 | |
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 | |
Even though we currently only recognize the include directive, we reserve any line that begins with a dot for future. | |||||
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 | |
The new config.import.* variable format is: config.import.<proj>.<name>[.<type>] For example: b config.import.build2.b=/opt/build2/bin/b b config.import.build2.b.exe=b-boot | |||||
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 | |
Such a targets is automatically resolved and converted to path. | |||||
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 | |
Currently we still stop on first error (or soon after) though the default mode should eventually be to keep going. | |||||
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 | |