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