summaryrefslogtreecommitdiffstats
path: root/engine/include/core/signal.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve signal obj forwarding with move semantics (and performance)Nao Pross2019-02-031-20/+25
|
* Clean up unused stuff in task, remove dead code in signalNao Pross2019-02-031-6/+4
|
* Clean up code and comments, minor changes in signal_testNao Pross2019-02-031-32/+95
|
* Fix few pointer castsNao Pross2019-02-021-4/+3
|
* Finish signal, it compiles signal_test and works(!!)Nao Pross2019-02-021-38/+61
| | | | But the whole library doesn't compile yet
* Fix all template errors, it compiles! (but doesn't work yet)Nao Pross2019-02-021-34/+20
| | | | Move semantics is hard.
* Update signal_test, fix a few bugs (but doesn't compile yet)Nao Pross2019-02-021-25/+52
| | | | | Change: signal_test is now a specific test for signal.cpp instead of a general test.
* Rewrite signal.hpp and signal.cpp to NOT use std::sequence(s)Nao Pross2019-02-011-261/+106
| | | | Its a f*cking mess right now.
* dasfancarola2019-02-011-4/+4
|
* std sequencesancarola2019-02-011-22/+22
|
* Another step towards the comprehentionancarola2019-02-011-12/+56
|
* Little fixesancarola2019-01-311-3/+4
|
* It compilesancarola2019-01-291-16/+16
|
* Experimental status of signalancarola2019-01-281-53/+150
|
* Listener pre-reconstructionancarola2019-01-281-0/+2
|
* Channel interface improvedancarola2019-01-281-5/+45
|
* Small fix T& -> T*ancarola2019-01-271-1/+1
|
* 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-251-4/+11
|
* Fixes on signalsancarola2019-01-231-52/+56
|
* Signal finalized?ancarola2019-01-231-5/+5
|
* Labelled, signalancarola2019-01-231-20/+40
|
* signal optancarola2019-01-231-2/+2
|
* Integrate prioritized into task, rename prior_t to priority_tNao Pross2019-01-231-3/+3
| | | | | | | | 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
* Here we goancarola2019-01-221-0/+108