Age | Commit message (Expand) | Author | Files | Lines |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -2/+2 |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -7/+5 |
2018-09-23 | Use override specifiers | David Robillard | 1 | -6/+6 |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -6/+6 |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -1/+1 |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 1 | -2/+0 |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -1/+1 |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -3/+1 |
2016-12-14 | Don't use path to determine if nodes are the main graph | David Robillard | 1 | -0/+8 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -3/+2 |
2015-10-26 | Fix include guard | David Robillard | 1 | -3/+3 |
2015-10-25 | Document protocol | David Robillard | 1 | -2/+1 |
2015-08-12 | Server-side presets. | David Robillard | 1 | -1/+1 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -1/+0 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -0/+108 |
2012-08-18 | Node => Block | David Robillard | 1 | -175/+0 |
2012-08-15 | Use intrusive lists to store nodes and ports in their parent patch to avoid t... | David Robillard | 1 | -4/+5 |
2012-08-12 | Remove message context cruft. | David Robillard | 1 | -4/+0 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -4/+3 |
2012-07-31 | Remove rotten parallelism stuff. | David Robillard | 1 | -33/+0 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 1 | -5/+5 |
2012-07-25 | Remove unnecessary NodeImpl::_srate field. | David Robillard | 1 | -5/+3 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -3/+1 |
2012-05-14 | Remove Thread context stuff and add a thread-specific variable class, ThreadV... | David Robillard | 1 | -4/+4 |
2012-05-12 | Use compiler checkable ProcessContext parameter rather than runtime context a... | David Robillard | 1 | -5/+6 |
2012-05-11 | Fix compilation with clang. | David Robillard | 1 | -6/+5 |
2012-04-28 | Lint. | David Robillard | 1 | -1/+4 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-23 | Fix compilation with latest LV2. | David Robillard | 1 | -19/+14 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -2/+2 |
2011-10-06 | Align members of NodeImpl for slightly less memory consumption per node. | David Robillard | 1 | -23/+18 |
2011-10-06 | Simpler providers/dependants implementation. | David Robillard | 1 | -12/+7 |
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 1 | -3/+9 |
2011-05-23 | Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr... | David Robillard | 1 | -5/+5 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -0/+223 |