summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Options.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Pass World everywhere by referenceDavid Robillard1-1/+1
2018-09-23Use override specifiersDavid Robillard1-2/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-5/+5
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2017-12-25Use nullptrDavid Robillard1-1/+1
2016-07-31Reduce duplicated codeDavid Robillard1-7/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-01-18Consolidate URIs.David Robillard1-1/+1
2013-10-29Remove engine dependency from LV2Options.David Robillard1-37/+21
2013-10-28Pass sample rate to nodes (fix #931).David Robillard1-0/+5
2013-02-03Fix compilation with Clang 3.1.David Robillard1-1/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-3/+3
2013-01-12Lint.David Robillard1-1/+1
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ...David Robillard1-1/+3
2012-09-16Support latest options and morph extensions.David Robillard1-7/+7
2012-08-31Implement host side of buf-size via options.David Robillard1-0/+84