Age | Commit message (Expand) | Author | Files | Lines |
2019-10-26 | All - Compilation fixes on VS2015 (constructors, warnings, missing files, cla... | John Hodge | 1 | -0/+3 |
2019-10-20 | testrunner - Support 'skip-codegen' | John Hodge | 1 | -1/+17 |
2019-10-19 | testrunner - Add mode to only rebuild failing tests | John Hodge | 1 | -15/+29 |
2019-07-20 | testrunner - Less hard-coded options | John Hodge | 1 | -7/+27 |
2019-06-09 | testrunner - Timeout support, don't make "success" file until test completes | John Hodge | 1 | -10/+46 |
2018-09-30 | Merge pull request #84 from thepowersgang/ondemand-generation | John Hodge (Mutabah) | 1 | -9/+2 |
2018-09-22 | Testrunner - Remove debuginfo (smaller output) | John Hodge | 1 | -9/+2 |
2018-09-09 | Msvc compile fixes | John Hodge | 1 | -2/+4 |
2018-06-04 | All - Ensure that all files have a header comment, remove some dead code | John Hodge | 1 | -3/+10 |
2018-06-03 | Testrunner - Fix compilation on OSX, add optimisation and debuginfo | John Hodge | 1 | -1/+15 |
2018-05-20 | TestRunner - Don't pass -L when there's no dependencies | John Hodge | 1 | -0/+13 |
2018-04-01 | Testrunner - Include depfiles in clean | John Hodge | 1 | -1/+1 |
2018-04-01 | All - Move toml parser and path header to a common library, start on custom t... | John Hodge | 2 | -4/+4 |
2018-03-17 | testrunner - Capture stdout on windows | John Hodge | 1 | -1/+9 |
2018-02-24 | testrunner - Shut up msvc | John Hodge | 1 | -0/+1 |
2018-02-24 | testrunner - Add -v flag to increment debug spam | John Hodge | 1 | -0/+3 |
2018-02-24 | Testrunner - Some hacky changes to make it less verbose | John Hodge | 1 | -14/+34 |
2018-02-11 | Testrunner - Allow cherry-picking tests | John Hodge | 1 | -2/+9 |
2018-01-14 | MSVC compile fixes | John Hodge | 1 | -1/+6 |
2018-01-13 | TestRunner - Add option --fail-fast for stop on first test failure | Jakub Jirutka | 1 | -3/+19 |
2018-01-13 | TestRunner - Keep going and exit 1 if some tests failed | Jakub Jirutka | 1 | -3/+11 |
2017-12-30 | testrunner - Handle ignored tests, odd spacing, and print the counts | John Hodge | 1 | -5/+31 |
2017-11-25 | testrunner - Ignore any empty compiler flags | John Hodge | 1 | -2/+5 |
2017-11-25 | testrunner - Sort tests before running | John Hodge | 1 | -10/+13 |
2017-11-19 | testrunner - Correct handle of compiler args, some known failures | John Hodge | 1 | -2/+15 |
2017-11-19 | testrunner - Handle requested compiler args | John Hodge | 1 | -27/+41 |
2017-11-19 | testrunner - Fiddling along, can run a few tests | John Hodge | 1 | -19/+6 |
2017-11-19 | TestRunner - Build on linux, add some useful features | John Hodge | 2 | -17/+249 |
2017-09-23 | testrunner - Fiddling around | John Hodge | 1 | -4/+7 |
2017-09-22 | testrunner - Move running of tests to enumeration | John Hodge | 1 | -19/+17 |
2017-09-22 | Tools - Add draft testrunner | John Hodge | 1 | -0/+298 |