summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Move public headers to a separate include directoryDavid Robillard1-2/+2
2020-08-02Use std::make_sharedDavid Robillard1-2/+4
2020-08-02Remove wrappers for standard memory functionsDavid Robillard4-27/+31
2020-08-02Pass by value and use std::moveDavid Robillard1-8/+6
2020-08-02Don't access static methods through instancesDavid Robillard1-3/+3
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-7/+8
2020-08-02Fix unnecessary parameter copiesDavid Robillard3-11/+10
2020-08-02Fix suppressed automatic movesDavid Robillard1-1/+1
2020-08-02Make member functions const or static where possibleDavid Robillard1-1/+1
2020-08-02Fix multiple declarations on a single lineDavid Robillard1-1/+4
2020-08-02Fix unnecessary copies in for loopsDavid Robillard4-5/+5
2020-08-02Fix include orderDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard2-9/+9
2020-08-01Add explicit accessors to QuarkDavid Robillard2-3/+3
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard4-24/+24
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-12-08Cleanup: Format Python code to be mostly flake8 cleanDavid Robillard1-1/+1
2019-04-21Switch to using a submodule for autowafDavid Robillard1-2/+2
2019-04-13Clean up symbol tableDavid Robillard1-0/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard8-19/+47
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard2-37/+34
2019-03-08Pass World everywhere by referenceDavid Robillard3-28/+28
2018-09-23Use override specifiersDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard8-37/+37
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-2/+0
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard5-20/+20
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard3-4/+3
2017-12-25Use auto for iteratorsDavid Robillard4-10/+10
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard5-17/+9
2017-12-25Always use bracesDavid Robillard5-24/+45
2017-12-25Use nullptrDavid Robillard3-24/+24
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-4/+0
2017-12-24Clean up includes in public headersDavid Robillard1-1/+1
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-56/+48
2017-03-20Fix round-trip preservation of property contextsDavid Robillard2-8/+13
2017-02-26Fix filtering by type in plugin selectorDavid Robillard1-5/+5
2017-02-18Fix loading UIs with separate data filesDavid Robillard1-1/+5
2017-02-15Move Properties out of ResourceDavid Robillard3-16/+13
2017-02-15Move static path stuff to its own headerDavid Robillard2-9/+9
2016-10-14Simplify port model codeDavid Robillard2-16/+2
2016-10-02Fix custom UI port notificationsDavid Robillard1-1/+1
2016-09-18Add fancy communication loggingDavid Robillard1-48/+0
2016-07-29Use more Turtley debug dump outputDavid Robillard1-7/+7
2016-03-14Remove arcs in client store on object deletionDavid Robillard1-16/+18
2016-03-14Add missing client store debug dumpsDavid Robillard1-0/+13
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-0/+6
2015-10-27Remove unused variableDavid Robillard1-2/+0
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1