summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-01Use modern castsDavid Robillard1-2/+5
2019-12-08Cleanup: Add missing explicit initialisationsDavid Robillard1-0/+1
2019-12-08Cleanup: Add missing copy and assignment method declarationsDavid Robillard1-0/+5
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-4/+4
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-5/+5
2019-12-08Cleanup: Use std::make_sharedDavid Robillard1-5/+5
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard1-2/+1
2019-03-16Use search path facilities to find modulesDavid Robillard1-29/+10
2019-03-09Clean up includes and forward declarationsDavid Robillard1-9/+15
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-10/+11
2019-03-09Use smart pointers over manual memory managementDavid Robillard1-43/+39
2019-03-08Pass World everywhere by referenceDavid Robillard1-5/+5
2018-09-23Use lowercase namespace namesDavid Robillard1-7/+7
2018-01-21Replace Glib::ModuleDavid Robillard1-25/+24
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-10/+8
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-3/+3
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-2/+2
2017-12-25Use auto for iteratorsDavid Robillard1-2/+2
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+2
2017-12-25Use nullptrDavid Robillard1-5/+5
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-02-18Improve parallel analysis and execution algorithmsDavid Robillard1-27/+28
2016-08-01Implement LV2 log extension as hostDavid Robillard1-2/+4
2016-07-30Use consistent prefix orderDavid Robillard1-2/+2
2015-11-08Add support for instance-access and data-accessDavid Robillard1-0/+4
2015-08-29Add option to flush logs after every entry.David Robillard1-0/+1
2015-08-28Get rid of LV2Info class.David Robillard1-3/+3
2015-05-23Prevent concurrent Sord access.David Robillard1-0/+3
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-33/+32
2015-02-07Demodularize socket stuff.David Robillard1-0/+1
2014-08-10Fix some memory leaks.David Robillard1-0/+1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2014-01-18Consolidate URIs.David Robillard1-2/+3
2014-01-06Fix potential segfault on exit.David Robillard1-1/+3
2013-12-31Hopefully fix deadlock on exit for real this time.David Robillard1-0/+3
2013-12-30Fix occasional crashes and deadlocks on exit.David Robillard1-2/+1
2013-12-30Fix deadlocks on exit.David Robillard1-7/+8
2013-06-09Add rdf prefix.David Robillard1-0/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-7/+7
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-1/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-31/+31
2013-01-11Use range-based for loops where possible.David Robillard1-9/+7
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-1/+14
2013-01-05Remove unused event extension prefix.David Robillard1-1/+0
2012-12-21Fix memory leaks.David Robillard1-7/+1
2012-12-21Fix UI operation via socket.David Robillard1-10/+11
2012-11-21Use atoms for option values.David Robillard1-1/+2
2012-11-21Configuration file support.David Robillard1-0/+10