summaryrefslogtreecommitdiffstats
path: root/engine/task.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add test for task and job, fix bug in jobNao Pross2019-01-221-1/+0
| | | | | By being a std::set job did not allow to add duplicate elements, changing it to a std::multiset fixed the issue.
* Re-implement flattask.h in task.hppNao Pross2019-01-221-0/+23
Note: On this commit NOTHING compiles.