summaryrefslogtreecommitdiffstats
path: root/engine/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix signal template errorsignal-fixNao Pross2019-01-261-3/+7
|
* Template error on compile signal testancarola2019-01-259-19/+17
|
* Core channel in flatland and signal testancarola2019-01-254-22/+23
|
* It compiles! Probably super broken, but compiles!Nao Pross2019-01-2512-45/+62
|
* Fix all header names in #include statementsNao Pross2019-01-254-4/+4
|
* Rename everything under engine/ to remove `flat' and be `.hpp'Nao Pross2019-01-2517-0/+0
|
* Fixes on signalsancarola2019-01-233-64/+77
|
* Merge remote-tracking branch 'nao/master'ancarola2019-01-232-13/+26
|\ | | | | | | No conflits, YEEESS
| * Update job interface to allow safe ownership delegationNao Pross2019-01-232-15/+24
| |
| * Merge branch 'raii-task'Nao Pross2019-01-232-2/+6
| |\
| | * Fix bug in RAII jobs, debug session on ts3Nao Pross2019-01-232-2/+6
| | |
* | | Signal finalized?ancarola2019-01-237-14/+15
| | |
* | | Labelled, signalancarola2019-01-234-57/+87
|/ /
* | Task debuggingancarola2019-01-231-1/+1
| |
* | Merge remote-tracking branch 'nao/raii-task'ancarola2019-01-232-10/+26
|\ \ | |/ | | | | Ci siamo
| * Make job hold RAII pointers that can expire, update testNao Pross2019-01-232-10/+26
| | | | | | | | Note: does not work, idk why
* | signal optancarola2019-01-231-2/+2
|/
* Use custom comparison for core::prioritize (instead of std::less)Nao Pross2019-01-232-7/+15
| | | | | This way, another class can iherit core::prioritized and overload its operator<().
* Integrate prioritized into task, rename prior_t to priority_tNao Pross2019-01-233-60/+25
| | | | | | | | There was a bunch of code in core/priority.hpp that has been reduced. It works the same as before, just with less stuff. task.cpp is buildable without errors with: $ ninja build/engine/task.o
* cehancarola2019-01-221-2/+2
|
* Here we goancarola2019-01-225-112/+171
|
* Merge remote-tracking branch 'raffa/master'Nao Pross2019-01-2213-159/+184
|\
| * Duplicateancarola2019-01-222-150/+12
| |
| * Wooancarola2019-01-221-0/+112
| |
| * Sedancarola2019-01-221-2/+2
| |
| * Soosancarola2019-01-2213-20/+27
| |
| * Fin qui tutto beneancarola2019-01-2210-16/+16
| |
| * Signal changeancarola2019-01-225-138/+182
| |
* | Add test for task and job, fix bug in jobNao Pross2019-01-221-2/+2
| | | | | | | | | | 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-222-69/+38
| | | | | | | | Note: On this commit NOTHING compiles.
* | Delete flatevolvable.h and flatevolvable.cppNao Pross2019-01-222-32/+1
|/
* Flat removedancarola2019-01-213-1/+28
|
* Test 3 partially executedancarola2019-01-207-16/+45
|
* Ignore swap filesancarola2019-01-192-0/+0
|
* minor fixesancarola2019-01-194-0/+33
|
* Test two completed successfullyancarola2019-01-198-62/+156
|
* edasancarola2019-01-1221-135/+1039
|
* initializationancarola2018-11-1719-0/+502