| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump versionv0.1.3 | Flu0r1ne | 2021-09-07 | 1 | -1/+1 |
* | Add --extra flag to print addtional configuration info | Flu0r1ne | 2021-09-06 | 5 | -20/+45 |
* | Ignore non-toml files | Flu0r1ne | 2021-09-06 | 1 | -0/+4 |
* | Fix nulls in adapter getter method | Flu0r1ne | 2021-09-06 | 2 | -2/+2 |
* | Show debug output if student links external main | Flu0r1ne | 2021-09-06 | 1 | -5/+10 |
* | Bumb versionv0.1.2 | Flu0r1ne | 2021-09-06 | 2 | -1/+11 |
* | Precompiler gtest and gmock libraries to stop threads from trampling on one a... | Flu0r1ne | 2021-09-06 | 1 | -0/+6 |
* | Set individual cmd working dir rather than using chdir. Robust multithreading. | Flu0r1ne | 2021-09-06 | 5 | -32/+54 |
* | Bump versionv0.1.1 | Flu0r1ne | 2021-09-06 | 1 | -1/+1 |
* | Add directives for compiler options and shared linking | Flu0r1ne | 2021-09-06 | 3 | -40/+93 |
* | Fix tests | Flu0r1ne | 2021-09-05 | 1 | -1/+1 |
* | Fix bug where standard dirs are not set due to abs positioningv0.1.0 | Flu0r1ne | 2021-09-05 | 2 | -6/+6 |
* | Do not throw fatal error when missing config, this behavior will be enabled i... | Flu0r1ne | 2021-09-05 | 4 | -8/+15 |
* | Add changelog and bump version | Flu0r1ne | 2021-09-05 | 2 | -1/+53 |
* | Add mechanism to conditionally run some tests - FS approch should be taken up... | Flu0r1ne | 2021-09-05 | 2 | -6/+31 |
* | Clarify config cmd in version | Flu0r1ne | 2021-09-05 | 1 | -1/+1 |
* | Add flag for JSON eval output | Flu0r1ne | 2021-09-05 | 2 | -8/+45 |
* | Refactor with scoring object | Flu0r1ne | 2021-09-05 | 3 | -27/+40 |
* | Preserve original ordering | Flu0r1ne | 2021-09-05 | 3 | -0/+13 |
* | Concurrent Eval Loop | Flu0r1ne | 2021-09-05 | 1 | -6/+13 |
* | Thread bash adapter | Flu0r1ne | 2021-09-05 | 1 | -3/+10 |
* | Add bash adapter | Flu0r1ne | 2021-09-05 | 3 | -5/+166 |
* | Add config w/ version information | Flu0r1ne | 2021-09-05 | 7 | -18/+50 |
* | Add CPU profiling flag | Flu0r1ne | 2021-09-05 | 1 | -11/+23 |
* | Add concurrency to evaluate | Flu0r1ne | 2021-09-05 | 1 | -7/+14 |
* | Remove pointers and cleanup templating, add version info | Flu0r1ne | 2021-09-05 | 3 | -29/+54 |
* | Refactor gtest adapter to fit new pipeline | Flu0r1ne | 2021-09-05 | 10 | -229/+289 |
* | Refactor build/eval pipeline to use clearer IO model and adapter segmentation... | Flu0r1ne | 2021-09-04 | 8 | -76/+107 |
* | Add runner initalization | Flu0r1ne | 2021-09-04 | 2 | -13/+11 |
* | Forgo scoring zero point assignment | Flu0r1ne | 2021-09-04 | 1 | -3/+5 |
* | Add new test runner API | Flu0r1ne | 2021-09-03 | 4 | -33/+57 |
* | Don't export testcase LUT | Flu0r1ne | 2021-09-03 | 1 | -3/+3 |
* | Use version code in PLANR for the CLI | Flu0r1ne | 2021-09-03 | 1 | -5/+1 |
* | Renamed softscript to dirtyscripting to better describe function | Flu0r1ne | 2021-09-03 | 1 | -0/+0 |
* | Add project-wide configuration file | Flu0r1ne | 2021-09-03 | 3 | -150/+184 |
* | Add config command to retrieve configuration values and clean command to clea... | Flu0r1ne | 2021-09-03 | 6 | -26/+104 |
* | Ensure stddirs returns an absolute path for correct operation in adapter buil... | Flu0r1ne | 2021-09-03 | 1 | -4/+14 |
* | BUG: Fix decoding when no defaults is present | Flu0r1ne | 2021-09-03 | 3 | -8/+18 |
* | Add clean option and fix issue with dir propegation | Flu0r1ne | 2021-09-03 | 8 | -38/+62 |
* | Make adapters and internals complient with new directory structure | Flu0r1ne | 2021-09-02 | 11 | -238/+170 |
* | Break searching / error handling for standard directory structure into auxili... | Flu0r1ne | 2021-09-02 | 1 | -0/+177 |
* | Bumb versionv0.0.3 | Flu0r1ne | 2021-08-30 | 1 | -1/+1 |
* | Fix bug where paths with spaces would fail to build due to lack of CMake escape | Flu0r1ne | 2021-08-30 | 2 | -5/+5 |
* | Bump versionv0.0.2 | Flu0r1ne | 2021-08-23 | 1 | -1/+1 |
* | Refactoring & Enhanced logging | Flu0r1ne | 2021-08-22 | 8 | -81/+144 |
* | Opt to show CLI output over JSON output | Flu0r1ne | 2021-08-13 | 4 | -5/+8 |
* | Clean up fencing | Flu0r1ne | 2021-08-13 | 1 | -26/+27 |
* | Fenced test & compilation output | Flu0r1ne | 2021-08-13 | 2 | -3/+33 |
* | Add colorized output and build traces | Flu0r1ne | 2021-08-13 | 8 | -54/+189 |
* | Prepare for dh-golangv0.0.1 | Flu0r1ne | 2021-08-11 | 5 | -4/+3 |