aboutsummaryrefslogtreecommitdiff
path: root/adapters
Commit message (Expand)AuthorAgeFilesLines
* Add list command, copy for bash command, and ability to run non-directory com...HEADv0.1.6masterFlu0r1ne2021-09-192-4/+29
* Remove fast rulev0.1.5Flu0r1ne2021-09-091-1/+1
* Add traces when segfaults prohibit JSON output from being omittedv0.1.4Flu0r1ne2021-09-081-5/+4
* Show debug output if student links external mainFlu0r1ne2021-09-061-5/+10
* Precompiler gtest and gmock libraries to stop threads from trampling on one a...Flu0r1ne2021-09-061-0/+6
* Set individual cmd working dir rather than using chdir. Robust multithreading.Flu0r1ne2021-09-062-16/+23
* Add directives for compiler options and shared linkingFlu0r1ne2021-09-063-40/+93
* Thread bash adapterFlu0r1ne2021-09-051-3/+10
* Add bash adapterFlu0r1ne2021-09-052-0/+160
* 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-054-191/+254
* Refactor build/eval pipeline to use clearer IO model and adapter segmentation...Flu0r1ne2021-09-042-29/+33
* Add new test runner APIFlu0r1ne2021-09-031-2/+5
* BUG: Fix decoding when no defaults is presentFlu0r1ne2021-09-031-0/+11
* Add clean option and fix issue with dir propegationFlu0r1ne2021-09-032-6/+2
* Make adapters and internals complient with new directory structureFlu0r1ne2021-09-023-50/+50
* Fix bug where paths with spaces would fail to build due to lack of CMake escapeFlu0r1ne2021-08-302-5/+5
* Refactoring & Enhanced loggingFlu0r1ne2021-08-223-58/+79
* Opt to show CLI output over JSON outputFlu0r1ne2021-08-132-2/+5
* Fenced test & compilation outputFlu0r1ne2021-08-131-1/+1
* Add colorized output and build tracesFlu0r1ne2021-08-132-24/+63
* Improvised a basic text report, finished evaluation mappingsFlu0r1ne2021-08-052-16/+65
* --amendFlu0r1ne2021-08-051-1/+0
* Runtime & reorganziationFlu0r1ne2021-08-055-156/+279
* Prototyped build pipelineFlu0r1ne2021-08-042-29/+170
* Initial commit with basic build structureFlu0r1ne2021-08-031-0/+97