Age | Commit message (Expand) | Author | Files | Lines |
2013-03-25 | Explicitly support bufsz block length features (fix #893). | David Robillard | 2 | -1/+11 |
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 2 | -6/+3 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 7 | -22/+21 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 29 | -114/+118 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 11 | -83/+63 |
2013-02-03 | Don't lose peaks for cycles where notifications are not sent. | David Robillard | 2 | -21/+14 |
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 3 | -1/+11 |
2013-02-03 | Fix potential deadlock on exit. | David Robillard | 1 | -1/+4 |
2013-02-03 | Check for required boost headers. | David Robillard | 1 | -1/+0 |
2013-02-03 | Fix compilation with Clang 3.1. | David Robillard | 2 | -2/+4 |
2013-02-03 | Fix compilation with GCC 4.6. | David Robillard | 1 | -2/+3 |
2013-02-02 | Fix trigger and controller learn updating. | David Robillard | 4 | -5/+7 |
2013-02-02 | More generic Atom class. | David Robillard | 12 | -34/+34 |
2013-02-02 | Divorce monitor rate from block size, send updates at 10Hz. | David Robillard | 3 | -22/+79 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 12 | -41/+105 |
2013-01-27 | Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability. | David Robillard | 4 | -10/+10 |
2013-01-27 | Remove unused fields. | David Robillard | 1 | -3/+1 |
2013-01-27 | Move comments to header. | David Robillard | 2 | -44/+45 |
2013-01-22 | Fix compilation with Delta debug dumping enabled. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 52 | -264/+264 |
2013-01-12 | Lint. | David Robillard | 4 | -8/+4 |
2013-01-12 | Fix connection bug introduced in r4918 (fix #875). | David Robillard | 2 | -5/+4 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 13 | -115/+108 |
2013-01-11 | Use type safe enumerations. | David Robillard | 35 | -246/+260 |
2013-01-11 | Initialise atomics. | David Robillard | 4 | -1/+12 |
2013-01-11 | Use C++11 atomics. | David Robillard | 10 | -51/+52 |
2013-01-11 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2013-01-11 | C++11-safe conversions. | David Robillard | 3 | -15/+25 |
2013-01-08 | Add log plugin. | David Robillard | 1 | -0/+2 |
2013-01-08 | Add support for URID ports. | David Robillard | 7 | -4/+37 |
2013-01-06 | Fix incorrect setting of CV values in the middle of a cycle which resulted in... | David Robillard | 1 | -3/+1 |
2013-01-05 | Send LV2 time properties with correct types from specification. | David Robillard | 1 | -2/+2 |
2012-12-29 | "edge" => "arc". | David Robillard | 13 | -134/+134 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 4 | -7/+7 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 8 | -9/+9 |
2012-12-21 | Gracefully ignore plugins which require unsupported features or have unknown ... | David Robillard | 4 | -7/+62 |
2012-12-21 | Fix crash when deleting subgraphs. | David Robillard | 1 | -6/+2 |
2012-12-21 | Fix memory leaks. | David Robillard | 12 | -18/+28 |
2012-12-21 | Fix memory leaks. | David Robillard | 3 | -0/+14 |
2012-12-21 | Fix UI operation via socket. | David Robillard | 2 | -0/+7 |
2012-12-21 | Add Broadcaster::Transfer for scoped recursion-safe reply bundling. | David Robillard | 12 | -4/+38 |
2012-12-20 | Fix crash on bad delete events. | David Robillard | 1 | -1/+2 |
2012-11-21 | Use atoms for option values. | David Robillard | 3 | -4/+6 |
2012-11-21 | Configuration file support. | David Robillard | 2 | -3/+4 |
2012-11-21 | Move Configuration from Raul to Ingen. | David Robillard | 1 | -3/+3 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 4 | -7/+20 |
2012-11-18 | Don't broadcast CV inputs connected to audio outputs. | David Robillard | 1 | -2/+4 |
2012-11-18 | Set atom:supports properties for patch event inputs. | David Robillard | 1 | -1/+8 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 2 | -6/+3 |
2012-11-17 | Gracefully handle failure to send notifications due to buffer overrun. | David Robillard | 3 | -12/+20 |