summaryrefslogtreecommitdiffstats
path: root/src/server/events/Mark.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-1/+1
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard1-3/+3
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-4/+0
2017-12-16Make events take the corresponding message directlyDavid Robillard1-9/+17
2017-12-16Make CompiledGraph::compile a free functionDavid Robillard1-2/+1
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-6/+4
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-2/+25
2016-09-29Atomic bundle executionDavid Robillard1-2/+25
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-1/+1
2016-07-30Add undo supportDavid Robillard1-0/+65