summaryrefslogtreecommitdiffstats
path: root/src/server/NodeImpl.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-15Move static path stuff to its own headerDavid Robillard1-1/+1
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-3/+1
2016-12-14Don't use path to determine if nodes are the main graphDavid Robillard1-0/+8
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-3/+2
2015-10-26Fix include guardDavid Robillard1-3/+3
2015-10-25Document protocolDavid Robillard1-2/+1
2015-08-12Server-side presets.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-1/+0
2012-08-19GraphObject => NodeDavid Robillard1-0/+108
2012-08-18Node => BlockDavid Robillard1-175/+0
2012-08-15Use intrusive lists to store nodes and ports in their parent patch to avoid t...David Robillard1-4/+5
2012-08-12Remove message context cruft.David Robillard1-4/+0
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-4/+3
2012-07-31Remove rotten parallelism stuff.David Robillard1-33/+0
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard1-5/+5
2012-07-25Remove unnecessary NodeImpl::_srate field.David Robillard1-5/+3
2012-07-17Implement worker extension correctly (for one voice only).David Robillard1-3/+1
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-4/+4
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard1-5/+6
2012-05-11Fix compilation with clang.David Robillard1-6/+5
2012-04-28Lint.David Robillard1-1/+4
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-23Fix compilation with latest LV2.David Robillard1-19/+14
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+2
2011-10-06Align members of NodeImpl for slightly less memory consumption per node.David Robillard1-23/+18
2011-10-06Simpler providers/dependants implementation.David Robillard1-12/+7
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-3/+9
2011-05-23Apply patch from pgiblox in ticket #694 to fix compilation without Raul::Intr...David Robillard1-5/+5
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+223