Age | Commit message (Expand) | Author | Files | Lines |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -4/+4 |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -5/+3 |
2017-12-25 | Always use braces | David Robillard | 1 | -1/+2 |
2017-12-16 | Adjust indices when ports are deleted | David Robillard | 1 | -6/+32 |
2017-03-20 | Fix clear_buffers() prototype | David Robillard | 1 | -1/+1 |
2017-02-18 | Reduce Driver coupling | David Robillard | 1 | -2/+1 |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -17/+13 |
2016-12-14 | Fix real-time issues with buffer allocation | David Robillard | 1 | -4/+6 |
2016-10-02 | Defer graph compilation in atomic bundles | David Robillard | 1 | -4/+5 |
2016-10-02 | Show audio and load information in status line | David Robillard | 1 | -1/+2 |
2016-10-02 | Add parallelism-aware graph traversal | David Robillard | 1 | -59/+7 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -9/+9 |
2015-10-25 | Create all graphs the same way | David Robillard | 1 | -3/+7 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 1 | -23/+0 |
2015-10-23 | Reduce overhead | David Robillard | 1 | -3/+5 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -0/+63 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -3/+19 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -1/+1 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -2/+2 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -1/+1 |
2013-01-27 | Move comments to header. | David Robillard | 1 | -41/+0 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -4/+4 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -28/+27 |
2012-12-29 | "edge" => "arc". | David Robillard | 1 | -15/+15 |
2012-12-21 | Fix crash when deleting subgraphs. | David Robillard | 1 | -6/+2 |
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -0/+10 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -0/+381 |