aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add list command, copy for bash command, and ability to run non-directory ↵HEADv0.1.6masterFlu0r1ne2021-09-199-23/+206
| | | | commands anywhere
* Remove fast rulev0.1.5Flu0r1ne2021-09-092-2/+2
|
* Add traces when segfaults prohibit JSON output from being omittedv0.1.4Flu0r1ne2021-09-083-7/+6
|
* Bump versionv0.1.3Flu0r1ne2021-09-071-1/+1
|
* Add --extra flag to print addtional configuration infoFlu0r1ne2021-09-065-20/+45
|
* Ignore non-toml filesFlu0r1ne2021-09-061-0/+4
|
* Fix nulls in adapter getter methodFlu0r1ne2021-09-062-2/+2
|
* Show debug output if student links external mainFlu0r1ne2021-09-061-5/+10
|
* Bumb versionv0.1.2Flu0r1ne2021-09-062-1/+11
|
* Precompiler gtest and gmock libraries to stop threads from trampling on one ↵Flu0r1ne2021-09-061-0/+6
| | | | another
* Set individual cmd working dir rather than using chdir. Robust multithreading.Flu0r1ne2021-09-065-32/+54
|
* Bump versionv0.1.1Flu0r1ne2021-09-061-1/+1
|
* Add directives for compiler options and shared linkingFlu0r1ne2021-09-063-40/+93
|
* Fix testsFlu0r1ne2021-09-051-1/+1
|
* Fix bug where standard dirs are not set due to abs positioningv0.1.0Flu0r1ne2021-09-052-6/+6
|
* Do not throw fatal error when missing config, this behavior will be enabled ↵Flu0r1ne2021-09-054-8/+15
| | | | in future releases
* Add changelog and bump versionFlu0r1ne2021-09-052-1/+53
|
* Add mechanism to conditionally run some tests - FS approch should be taken ↵Flu0r1ne2021-09-052-6/+31
| | | | upon revision
* Clarify config cmd in versionFlu0r1ne2021-09-051-1/+1
|
* Add flag for JSON eval outputFlu0r1ne2021-09-052-8/+45
|
* Refactor with scoring objectFlu0r1ne2021-09-053-27/+40
|
* Preserve original orderingFlu0r1ne2021-09-053-0/+13
|
* Concurrent Eval LoopFlu0r1ne2021-09-051-6/+13
|
* Thread bash adapterFlu0r1ne2021-09-051-3/+10
|
* Add bash adapterFlu0r1ne2021-09-053-5/+166
|
* Add config w/ version informationFlu0r1ne2021-09-057-18/+50
|
* Add CPU profiling flagFlu0r1ne2021-09-051-11/+23
|
* Add concurrency to evaluateFlu0r1ne2021-09-051-7/+14
|
* Remove pointers and cleanup templating, add version infoFlu0r1ne2021-09-053-29/+54
|
* Refactor gtest adapter to fit new pipelineFlu0r1ne2021-09-0510-229/+289
|
* Refactor build/eval pipeline to use clearer IO model and adapter ↵Flu0r1ne2021-09-048-76/+107
| | | | segmentation methods
* Add runner initalizationFlu0r1ne2021-09-042-13/+11
|
* Forgo scoring zero point assignmentFlu0r1ne2021-09-041-3/+5
|
* Add new test runner APIFlu0r1ne2021-09-034-33/+57
|
* Don't export testcase LUTFlu0r1ne2021-09-031-3/+3
|
* Use version code in PLANR for the CLIFlu0r1ne2021-09-031-5/+1
|
* Renamed softscript to dirtyscripting to better describe functionFlu0r1ne2021-09-031-0/+0
|
* Add project-wide configuration fileFlu0r1ne2021-09-033-150/+184
|
* Add config command to retrieve configuration values and clean command to ↵Flu0r1ne2021-09-036-26/+104
| | | | clean build files
* Ensure stddirs returns an absolute path for correct operation in adapter ↵Flu0r1ne2021-09-031-4/+14
| | | | build directories
* BUG: Fix decoding when no defaults is presentFlu0r1ne2021-09-033-8/+18
|
* Add clean option and fix issue with dir propegationFlu0r1ne2021-09-038-38/+62
|
* Make adapters and internals complient with new directory structureFlu0r1ne2021-09-0211-238/+170
|
* Break searching / error handling for standard directory structure into ↵Flu0r1ne2021-09-021-0/+177
| | | | auxiliary file / struct
* Bumb versionv0.0.3Flu0r1ne2021-08-301-1/+1
|
* Fix bug where paths with spaces would fail to build due to lack of CMake escapeFlu0r1ne2021-08-302-5/+5
|
* Bump versionv0.0.2Flu0r1ne2021-08-231-1/+1
|
* Refactoring & Enhanced loggingFlu0r1ne2021-08-228-81/+144
|
* Opt to show CLI output over JSON outputFlu0r1ne2021-08-134-5/+8
|
* Clean up fencingFlu0r1ne2021-08-131-26/+27
|