summaryrefslogtreecommitdiffstats
path: root/src/server/BufferFactory.hpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Replace Delay internal with simpler BlockDelayDavid Robillard1-1/+3
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+2
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-1/+2
2013-12-17Fix atom vector communication (patch from Robin Gareus, #941).David Robillard1-1/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-02-04Replace Raul::thread with std::thread.David Robillard1-4/+2
2013-01-27Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability.David Robillard1-4/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-3/+3
2013-01-11Use C++11 atomics.David Robillard1-6/+6
2013-01-08Add support for URID ports.David Robillard1-0/+3
2012-08-12Remove message context cruft.David Robillard1-3/+2
2012-08-11Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().David Robillard1-1/+0
2012-08-08Support latest LV2 buf-size extension.David Robillard1-0/+2
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-10/+10
2012-05-23Fix creation of several ports in rapid succession (e.g. on patch load).David Robillard1-1/+1
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard1-1/+5
2012-05-11Fix compilation with clang.David Robillard1-2/+0
2012-05-11Move Forge to the appropriate namespace.David Robillard1-3/+3
2012-05-11Clean up and better document World interface.David Robillard1-11/+9
2012-04-28Lint.David Robillard1-1/+1
2012-04-23Localise buffer reference stuff.David Robillard1-6/+5
2012-04-23Maybe fix boost compilation errors again.David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+16
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-17/+18
2012-03-12Centralise atom creation in forge object.David Robillard1-0/+1
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-1/+2
2011-10-22Fix compilation on Mac OS XDavid Robillard1-0/+2
2011-10-21Separate URIs from LV2URIMap.David Robillard1-7/+7
2011-10-06Use an intrusive linked list for InputPort connections.David Robillard1-3/+7
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-1/+1
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-0/+92