summaryrefslogtreecommitdiffstats
path: root/src/server/BlockFactory.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-10/+9
2019-03-09Use smart pointers over manual memory managementDavid Robillard1-10/+5
2019-03-08Pass World everywhere by referenceDavid Robillard1-12/+12
2018-09-23Use lowercase namespace namesDavid Robillard1-7/+7
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-4/+4
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-7/+7
2017-12-25Use auto for iteratorsDavid Robillard1-2/+2
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-1/+2
2017-12-25Use nullptrDavid Robillard1-1/+1
2016-10-02Replace Delay internal with simpler BlockDelayDavid Robillard1-4/+4
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-3/+38
2015-08-28Get rid of LV2Info class.David Robillard1-12/+6
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-08-10Fix some memory leaks.David Robillard1-0/+1
2014-01-12Log how many plugins are loaded when loading is finished.David Robillard1-0/+2
2013-12-25Implement lv2:connectionOptional (#847).David Robillard1-1/+7
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-3/+3
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-4/+4
2013-01-11Use range-based for loops where possible.David Robillard1-4/+4
2013-01-11Use type safe enumerations.David Robillard1-2/+2
2012-12-21Strip trailing whitespace.David Robillard1-1/+1
2012-12-21Gracefully ignore plugins which require unsupported features or have unknown ...David Robillard1-6/+55
2012-11-17Gracefully ignore plugins with invalid ports.David Robillard1-2/+7
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard1-0/+4
2012-08-18Node => BlockDavid Robillard1-0/+134