summaryrefslogtreecommitdiffstats
path: root/src/server/Engine.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-07Remove Engine dependency from TaskDavid Robillard1-1/+1
2017-04-12Refuse to start if driver requires a graph and one is not providedDavid Robillard1-0/+6
2017-04-12Fix const correctnessDavid Robillard1-1/+1
2017-03-20Revert removal of DirectDriver and fix test suiteDavid Robillard1-0/+7
2017-03-20Fix event timing with PortAudio driverDavid Robillard1-3/+3
2017-03-20Fix event timing and remove vestigial DirectDriverDavid Robillard1-15/+1
2017-03-19Shrink status bar text and fix initial DSP load displayDavid Robillard1-23/+21
2017-02-18Add experimental PortAudio driverDavid Robillard1-31/+57
2017-02-18Reduce Driver couplingDavid Robillard1-2/+20
2017-02-15Move Properties out of ResourceDavid Robillard1-4/+4
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-1/+1
2017-02-12Fix check for pending eventsDavid Robillard1-1/+1
2017-02-12Fix memory leaksDavid Robillard1-2/+12
2016-12-13Fix some real-time safety issuesDavid Robillard1-1/+10
2016-10-14Fix LV2 initialisationDavid Robillard1-0/+6
2016-10-02Implement microsecond clock for Linux and OSXDavid Robillard1-8/+1
2016-10-02Defer graph compilation in atomic bundlesDavid Robillard1-3/+5
2016-10-02Show audio and load information in status lineDavid Robillard1-5/+58
2016-10-02Add parallel graph executionDavid Robillard1-12/+77
2016-10-01Fix OSX buildDavid Robillard1-2/+2
2016-09-29Atomic bundle executionDavid Robillard1-0/+1
2016-09-20Use C++11 thread_localDavid Robillard1-2/+2
2016-09-18Add fancy communication loggingDavid Robillard1-2/+19
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-13/+13
2016-07-31Support thread-safe state restorationDavid Robillard1-0/+1
2016-07-30Add undo supportDavid Robillard1-4/+10
2016-03-14Load default plugin stateDavid Robillard1-0/+4
2015-10-25Create all graphs the same wayDavid Robillard1-89/+19
2015-04-05Use a fixed max buffer size to avoid several values.David Robillard1-1/+2
2015-02-24Use sequence buffer size from Jack.David Robillard1-3/+3
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-09Fix broadcasting to several clients.David Robillard1-6/+6
2015-02-07Demodularize socket stuff.David Robillard1-1/+18
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-4/+4
2014-03-31Yet another attempt at fixing event deadlock issues.David Robillard1-1/+1
2014-01-04Fix event throughput.David Robillard1-1/+1
2014-01-04More attempts at fixing deadlocks on exit.David Robillard1-6/+7
2013-12-31Hopefully fix deadlock on exit for real this time.David Robillard1-4/+8
2013-12-30Fix occasional crashes and deadlocks on exit.David Robillard1-1/+10
2013-10-29Remove engine dependency from LV2Options.David Robillard1-3/+5
2013-06-08Fix crash on destruction when running in LV2.David Robillard1-0/+1
2013-06-08Specify rsz:minimumSize for main control ports.David Robillard1-0/+3
2013-03-25Explicitly support bufsz block length features (fix #893).David Robillard1-0/+11
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-2/+2
2013-02-04Replace Raul::thread with std::thread.David Robillard1-4/+0
2013-02-03Port control performance improvements (further improvement for #879).David Robillard1-0/+2
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-11/+11
2013-01-11Use range-based for loops where possible.David Robillard1-5/+5
2013-01-11Use type safe enumerations.David Robillard1-6/+10