summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix commasyn2020-02-071-1/+1
| | | | How the fuck did it work?
* Make Pid directlysyn2020-02-071-7/+7
| | | | Constructing Pid instead of i32 looks prettier
* Lil' mo' refactorsyn2020-02-071-1/+1
|
* Remove test filessyn2020-02-073-36/+5
| | | | Piping is a shell's job, not evr's
* Lil refactorsyn2020-02-071-1/+3
|
* Extract 'stdin from file' & add to clangsyn2020-01-183-19/+26
|
* Report if reading test from filesyn2020-01-181-2/+5
|
* Support reporting signalled processessyn2020-01-184-24/+71
|
* Use std::iosyn2020-01-181-5/+5
|
* Remove structoptsyn2020-01-181-28/+25
| | | | There are 3 options, so structopt is an unnecessary dependency
* Actually use compiler's return codesyn2020-01-171-1/+5
|
* Use io error types directlysyn2020-01-171-3/+4
|
* Get rid of some optionssyn2020-01-171-17/+3
|
* Add c/cxx supportsyn2020-01-161-5/+68
|
* Support tmp dir to place binariessyn2020-01-162-0/+20
|
* Add timeout featuresyn2020-01-141-7/+25
|
* Mo refactorsyn2020-01-141-4/+26
|
* Some more refactoringsyn2020-01-142-4/+5
|
* Some refactoringsyn2020-01-133-24/+15
|
* Something is donesyn2019-12-275-0/+261