summaryrefslogtreecommitdiffstats
path: root/src/server/PreProcessor.cpp
AgeCommit message (Expand)AuthorFilesLines
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