Age | Commit message (Expand) | Author | Files | Lines |
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 |