summaryrefslogtreecommitdiffstats
path: root/src/server/PreProcessor.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Fix atomic event executionDavid Robillard1-0/+6
2016-10-14Fix occasionally stuck event queueDavid Robillard1-1/+0
2016-09-18Clean up codeDavid Robillard1-11/+20
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-2/+2
2016-07-30Add undo supportDavid Robillard1-3/+5
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2014-01-04More attempts at fixing deadlocks on exit.David Robillard1-1/+1
2013-02-04Replace Raul::thread with std::thread.David Robillard1-11/+7
2013-01-11Use C++11 atomics.David Robillard1-7/+8
2012-08-16Remove Raul::Slave class.David Robillard1-3/+10
2012-05-14Add missing includes and fix types that confuse Doxygen.David Robillard1-0/+1
2012-05-14Real-time safe LV2 message handling.David Robillard1-4/+4
2012-05-12Remove redundant thread assertions.David Robillard1-2/+2
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-0/+67