summaryrefslogtreecommitdiffstats
path: root/src/server/PreProcessor.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-30Hopefully fix dead lock issues with locked events.David Robillard1-3/+5
2014-01-04More attempts at fixing deadlocks on exit.David Robillard1-10/+7
2013-02-04Replace Raul::thread with std::thread.David Robillard1-7/+10
2013-02-03Fix potential deadlock on exit.David Robillard1-1/+4
2013-01-11Initialise atomics.David Robillard1-0/+3
2013-01-11Use C++11 atomics.David Robillard1-5/+5
2012-08-22Fix event list bugs. Maybe.David Robillard1-25/+21
2012-08-20Replace several assertions with graceful error handling.David Robillard1-2/+2
2012-08-20Fix crash (bad assertion) on high event rates (notably fast GUI parameter twi...David Robillard1-3/+5
2012-08-16Remove verbose logging stuff from Thread.David Robillard1-1/+1
2012-08-16Remove Raul::Slave class.David Robillard1-11/+14
2012-05-22More work on test suite.David Robillard1-0/+4
2012-05-14Clean up Thread interface.David Robillard1-1/+1
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-1/+2
2012-05-14Real-time safe LV2 message handling.David Robillard1-3/+3
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-2/+0
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-1/+1
2012-05-12Remove redundant thread assertions.David Robillard1-3/+1
2012-05-12Add thread assertion.David Robillard1-0/+2
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-0/+125