summaryrefslogtreecommitdiffstats
path: root/src/gui/ThreadedLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-09-23Clean up includes and forward declarationsDavid Robillard1-0/+1
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-5/+5
2022-12-14Use std::optionalDavid Robillard1-14/+13
2022-12-14Use std::filesystem and std::make_uniqueDavid Robillard1-2/+2
2022-08-18Use default member initializationDavid Robillard1-2/+0
2021-01-02Update for latest raulDavid Robillard1-4/+4
2020-12-15Clean up includes in guiDavid Robillard1-1/+16
2020-12-14Use emplace_back()David Robillard1-2/+2
2020-12-14Fix unnecessary parameter copying overheadDavid Robillard1-13/+14
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-5/+8
2019-03-09Make start_to_file() take a FilePath for type safetyDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-4/+5
2019-03-08Pass World everywhere by referenceDavid Robillard1-10/+10
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard1-2/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-6/+6
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-11/+10
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-22/+22
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-5/+4
2017-12-25Always use bracesDavid Robillard1-2/+3
2017-02-15Move Properties out of ResourceDavid Robillard1-9/+9
2015-05-23Prevent concurrent Sord access.David Robillard1-6/+19
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-8/+3
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-3/+6
2014-01-24Fix various whitespace and formatting issues.David Robillard1-3/+4
2013-02-04Replace Raul::thread with std::thread.David Robillard1-6/+6
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-6/+6
2012-08-19GraphObject => NodeDavid Robillard1-5/+5
2012-08-19Patch => GraphDavid Robillard1-6/+6
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-4/+5
2012-08-16Remove all 'using namespace Raul'.David Robillard1-4/+3
2012-08-16Remove verbose logging stuff from Thread.David Robillard1-1/+1
2012-08-16Remove Raul::Slave class.David Robillard1-13/+18
2012-08-15Clean up includes.David Robillard1-3/+5
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-4/+4
2012-05-14Clean up Thread interface.David Robillard1-3/+2
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-1/+1
2012-04-28Remove using declarations from headers.David Robillard1-6/+7
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2011-10-22De-singleton-ify GUI.David Robillard1-9/+10
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-2/+2
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-2/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+1
2011-05-13Make models const in client code.David Robillard1-2/+4
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-18Saner module loading API.David Robillard1-1/+1