summaryrefslogtreecommitdiffstats
path: root/ingen/LV2Features.hpp
AgeCommit message (Collapse)AuthorFilesLines
2017-12-25Fix inconsistent parameter namesDavid Robillard1-1/+1
2017-12-25Make single parameter destructors explicitDavid Robillard1-1/+1
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-1/+1
2017-12-25Use overrideDavid Robillard1-2/+2
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2016-08-01Fix compilation on OSXDavid Robillard1-4/+1
2016-07-31Reduce duplicated codeDavid Robillard1-1/+7
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1
2013-03-25Explicitly support bufsz block length features (fix #893).David Robillard1-0/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5102 a436a847-0d15-0410-975c-d299462d15a1
2013-01-20Add missing include.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4999 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-9/+9
Use project local short type aliases for shared_ptr and friends. Move Raul::Disposable and Raul::Manageable into Raul::Maid. Use sets to store machina nodes and edges to avoid O(n) searches. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4939 a436a847-0d15-0410-975c-d299462d15a1
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ↵David Robillard1-0/+3
port types. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4882 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19GraphObject => NodeDavid Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1
2012-08-18Node => BlockDavid Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-0/+74
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1