summaryrefslogtreecommitdiffstats
path: root/engine/include/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small fix T& -> T*ancarola2019-01-271-1/+1
|
* Debug signals attemptedancarola2019-01-271-1/+1
|
* Merge remote-tracking branch 'raffa/master'Nao Pross2019-01-262-17/+17
|\
| * Fix signal template errorsignal-fixNao Pross2019-01-261-3/+7
| |
| * Template error on compile signal testancarola2019-01-251-3/+4
| |
| * Core channel in flatland and signal testancarola2019-01-252-16/+11
| |
* | Rewrite minimal flatland initNao Pross2019-01-251-1/+1
|/
* Fixes on signalsancarola2019-01-231-52/+56
|
* 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-232-6/+6
| | |
* | | Labelled, signalancarola2019-01-233-54/+70
|/ /
* | 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-224-0/+251