summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use consistent naming for context parametersDavid Robillard1-7/+7
2020-08-02Use std::make_sharedDavid Robillard1-0/+1
2020-08-01Use modern castsDavid Robillard1-7/+7
2019-12-08Fix use of virtual functions in destructorsDavid Robillard1-0/+4
2019-12-08Cleanup: Use "auto" to avoid repeating type namesDavid Robillard1-8/+8
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-4/+4
2019-11-10Fix passing NaN to control ports with no default valueDavid Robillard1-3/+10
2019-03-09Clean up includes and forward declarationsDavid Robillard1-20/+19
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-11/+12
2019-03-08Pass World everywhere by referenceDavid Robillard1-25/+24
2018-09-23Use lowercase namespace namesDavid Robillard1-7/+7
2018-09-22Use new LV2 include pathsDavid Robillard1-5/+5
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-13/+12
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-2/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-6/+6
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard1-1/+1
2018-01-16Add missing includesDavid Robillard1-0/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-5/+3
2017-12-25Always use bracesDavid Robillard1-6/+12
2017-12-25Use nullptrDavid Robillard1-20/+20
2017-03-20Always use sample accurate controlsDavid Robillard1-2/+3
2017-03-20Remove dubious Buffer::nframes() methodDavid Robillard1-5/+7
2017-02-18Reduce Driver couplingDavid Robillard1-4/+3
2017-02-12Use smart pointers to handle real-time memory disposalDavid Robillard1-21/+19
2016-12-13Remove virtual inheritance from Port hierarchyDavid Robillard1-0/+1
2016-10-06Add plugin state savingDavid Robillard1-31/+72
2016-10-02Fix monitoring sequence portsDavid Robillard1-2/+6
2016-09-11Remove last vestiges of multiple run contextsDavid Robillard1-4/+4
2016-07-31Support thread-safe state restorationDavid Robillard1-9/+26
2016-03-14Load default plugin stateDavid Robillard1-0/+16
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
2015-08-28Get rid of LV2Info class.David Robillard1-28/+23
2015-08-12Server-side presets.David Robillard1-0/+71
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-13Check for options interface before getting.David Robillard1-4/+13
2015-02-19Server side presets.David Robillard1-0/+27
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-0/+41
2015-02-05Fix sequence=>sequence connections.David Robillard1-1/+2
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-12/+16
2014-08-10Fix some memory leaks.David Robillard1-0/+2
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-2/+0
2013-12-25Implement lv2:connectionOptional (#847).David Robillard1-2/+11
2013-12-17Fix atom vector communication (patch from Robin Gareus, #941).David Robillard1-0/+3
2013-12-17Fix more const issues.David Robillard1-1/+1
2013-11-01Tidy.David Robillard1-4/+4
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-6/+6
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-5/+5
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-8/+8