summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2013-12-26Add test cases.David Robillard2-3/+1
2013-12-26Implement port methods for DirectDriver.David Robillard1-9/+23
2013-12-25Fix handling setting of several special properties per request.David Robillard1-5/+9
2013-12-25Fix unportable use of NULL va_list (#921).David Robillard1-4/+4
2013-12-25Implement lv2:connectionOptional (#847).David Robillard2-3/+18
2013-12-17Fix atom vector communication (patch from Robin Gareus, #941).David Robillard3-3/+6
2013-12-17Fix more const issues.David Robillard1-1/+1
2013-12-15Fix const-violating casts.David Robillard1-2/+2
2013-11-01Tidy.David Robillard1-4/+4
2013-11-01Remove unused typedefs.David Robillard1-2/+0
2013-10-29Remove engine dependency from LV2Options.David Robillard2-40/+26
2013-10-28Pass sample rate to nodes (fix #931).David Robillard1-0/+5
2013-08-20Remove unused class members.David Robillard3-3/+0
2013-06-09Inherit certain properties from ports connected to patch ports.David Robillard10-7/+70
2013-06-09Fix saving of bad node URIs in state.David Robillard1-1/+1
2013-06-08Fix crash on destruction when running in LV2.David Robillard2-3/+10
2013-06-08Specify rsz:minimumSize for main control ports.David Robillard2-4/+16
2013-03-25Explicitly support bufsz block length features (fix #893).David Robillard2-1/+11
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard2-6/+3
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard7-22/+21
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard29-114/+118
2013-02-04Replace Raul::thread with std::thread.David Robillard11-83/+63
2013-02-03Don't lose peaks for cycles where notifications are not sent.David Robillard2-21/+14
2013-02-03Port control performance improvements (further improvement for #879).David Robillard3-1/+11
2013-02-03Fix potential deadlock on exit.David Robillard1-1/+4
2013-02-03Check for required boost headers.David Robillard1-1/+0
2013-02-03Fix compilation with Clang 3.1.David Robillard2-2/+4
2013-02-03Fix compilation with GCC 4.6.David Robillard1-2/+3
2013-02-02Fix trigger and controller learn updating.David Robillard4-5/+7
2013-02-02More generic Atom class.David Robillard12-34/+34
2013-02-02Divorce monitor rate from block size, send updates at 10Hz.David Robillard3-22/+79
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard12-41/+105
2013-01-27Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability.David Robillard4-10/+10
2013-01-27Remove unused fields.David Robillard1-3/+1
2013-01-27Move comments to header.David Robillard2-44/+45
2013-01-22Fix compilation with Delta debug dumping enabled.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard52-264/+264
2013-01-12Lint.David Robillard4-8/+4
2013-01-12Fix connection bug introduced in r4918 (fix #875).David Robillard2-5/+4
2013-01-11Use range-based for loops where possible.David Robillard13-115/+108
2013-01-11Use type safe enumerations.David Robillard35-246/+260
2013-01-11Initialise atomics.David Robillard4-1/+12
2013-01-11Use C++11 atomics.David Robillard10-51/+52
2013-01-11Remove unnecessary include.David Robillard1-1/+0
2013-01-11C++11-safe conversions.David Robillard3-15/+25
2013-01-08Add log plugin.David Robillard1-0/+2
2013-01-08Add support for URID ports.David Robillard7-4/+37
2013-01-06Fix incorrect setting of CV values in the middle of a cycle which resulted in...David Robillard1-3/+1
2013-01-05Send LV2 time properties with correct types from specification.David Robillard1-2/+2
2012-12-29"edge" => "arc".David Robillard13-134/+134