summaryrefslogtreecommitdiffstats
path: root/src/client/ClientStore.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-12-14Use std::variantDavid Robillard1-2/+2
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-11/+13
2022-08-18Use auto when declaring iteratorsDavid Robillard1-12/+10
2021-01-02Update for latest raulDavid Robillard1-9/+9
2020-12-15Clean up includes in client libraryDavid Robillard1-0/+9
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-32/+32
2020-08-02Use nullptr for empty smart pointersDavid Robillard1-2/+2
2020-08-02Use auto with pointer casts to remove redundancyDavid Robillard1-12/+12
2020-08-02Fix shadow warningsDavid Robillard1-3/+3
2020-08-02Use std::make_sharedDavid Robillard1-2/+4
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-16/+17
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-5/+5
2020-08-02Fix multiple declarations on a single lineDavid Robillard1-1/+4
2020-08-02Fix unnecessary copies in for loopsDavid Robillard1-2/+2
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+8
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-23/+20
2018-09-23Use lowercase namespace namesDavid Robillard1-4/+4
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-8/+8
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-1/+1
2017-12-25Use auto for iteratorsDavid Robillard1-3/+3
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-7/+14
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 Robillard1-3/+5
2017-02-26Fix filtering by type in plugin selectorDavid Robillard1-5/+5
2017-02-15Move Properties out of ResourceDavid Robillard1-11/+8
2017-02-15Move static path stuff to its own headerDavid Robillard1-8/+8
2016-10-14Simplify port model codeDavid Robillard1-15/+2
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-24Fix invalid iterator accessDavid Robillard1-1/+1
2015-08-29Fix invalid conversion of URIDs to strings.David Robillard1-7/+8
2015-08-12Server-side presets.David Robillard1-16/+37
2015-06-09Server side loading.David Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-5/+7
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-6/+18
2014-02-02Remove client-side arcs in parent graph when ports are deleted (fix #960).David Robillard1-0/+9
2014-01-31Subscribe to ports before instantiating plugin UIs (fix #954).David Robillard1-2/+7
2014-01-24Fix various whitespace and formatting issues.David Robillard1-2/+1
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-6/+7
2014-01-18Consolidate URIs.David Robillard1-5/+6
2013-12-31Fix crash on bulk deletion and AtomWriter forge errors.David Robillard1-1/+2