summaryrefslogtreecommitdiffstats
path: root/src/server/PostProcessor.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-29Use nullptrDavid Robillard1-1/+1
2018-09-23Use override specifiersDavid Robillard1-3/+3
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-02-12Fix check for pending eventsDavid Robillard1-1/+1
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-1/+1
2016-10-02Add parallel graph executionDavid Robillard1-5/+5
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-7/+7
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2014-08-10Fix some memory leaks.David Robillard1-1/+9
2014-03-31Yet another attempt at fixing event deadlock issues.David Robillard1-25/+31
2014-03-30Hopefully fix dead lock issues with locked events.David Robillard1-14/+19
2013-01-11Initialise atomics.David Robillard1-0/+2
2013-01-11Use C++11 atomics.David Robillard1-6/+6
2012-08-22Fix warning.David Robillard1-1/+1
2012-08-22Fix occasional crash in event handling.David Robillard1-1/+1
2012-08-20Fix crash (bad assertion) on high event rates (notably fast GUI parameter twi...David Robillard1-1/+0
2012-08-12Fix notifications when running as LV2.David Robillard1-1/+7
2012-07-26Process notifications when no events are pending (prevent overflow).David Robillard1-0/+2
2012-07-26Fix post processor ordering to be correctly monotonic between both pre-proces...David Robillard1-16/+14
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard1-1/+0
2012-07-17Wrap notification stuff behind simple API and hide details in Context.David Robillard1-8/+1
2012-05-23Trim unnecessary includes.David Robillard1-4/+0
2012-05-14Tidy.David Robillard1-1/+1
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-2/+1
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-1/+0
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard1-9/+6
2012-05-02Add some assertions to hopefully track down a rare bug.David Robillard1-1/+3
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-10Delete trailing whitespace.David Robillard1-1/+1
2011-10-21Merge QueuedEvent into Event.David Robillard1-6/+6
2011-10-09Attempted blind fix for #778.David Robillard1-4/+6
2011-09-17Fix RingBuffer underrun and consequent execution of uninitialized Notification.David Robillard1-1/+1
2011-09-15Fix control bindings (MIDI learn).David Robillard1-12/+7
2011-09-15Fix crash on client event post-processing (e.g. when rapidly manipulating con...David Robillard1-16/+16
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard1-9/+7
2011-05-18Use an intrusive linked list for event queue rather than Raul::List.David Robillard1-18/+37
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+92