summaryrefslogtreecommitdiffstats
path: root/src/Serialiser.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Fix incorrect strncmp lengthDavid Robillard1-1/+1
2020-08-02Make member functions const or static where possibleDavid Robillard1-2/+2
2020-08-01Use modern castsDavid Robillard1-10/+20
2019-12-08Cleanup: Add missing explicit initialisationsDavid Robillard1-0/+1
2019-12-08Cleanup: Remove redundant string initialisationsDavid Robillard1-1/+1
2019-12-08Cleanup: Add missing copy and assignment method declarationsDavid Robillard1-0/+5
2019-12-08Cleanup: Use "default" for default constructors and destructorsDavid Robillard1-2/+1
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-28/+28
2019-03-09Make start_to_file() take a FilePath for type safetyDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-9/+17
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-3/+3
2019-03-09Use smart pointers over manual memory managementDavid Robillard1-4/+2
2018-09-23Allow context to be passed for serialisationDavid Robillard1-4/+3
2018-09-23Use lowercase namespace namesDavid Robillard1-3/+3
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-09-04Remove dynamic exception specificationsDavid Robillard1-5/+2
2018-01-21Clean up URI and path handling in SerialiserDavid Robillard1-25/+22
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-46/+31
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-3/+2
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-27/+25
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-3/+1
2017-12-25Always use bracesDavid Robillard1-5/+10
2017-12-25Use nullptrDavid Robillard1-3/+3
2017-12-25Fix inconsistent parameter namesDavid Robillard1-11/+11
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-02-15Move Properties out of ResourceDavid Robillard1-9/+7
2016-10-06Add plugin state savingDavid Robillard1-1/+15
2016-10-02Fix saving and loading subgraphsDavid Robillard1-3/+4
2016-10-02Fix default doap:name of saved graphsDavid Robillard1-3/+10
2016-08-17Rename main graph and control/notify portsDavid Robillard1-18/+17
2016-07-29Save bundled graphs to graph.ttl by defaultDavid Robillard1-11/+6
2015-12-04Omit extension from default doap:name for graphsDavid Robillard1-1/+2
2015-10-25Fix saving and loading of copy-pasted blocksDavid Robillard1-4/+4
2015-10-24Fix subgraph serialisationDavid Robillard1-0/+1
2015-08-29Save plugin version information in bundles.David Robillard1-4/+50
2015-08-12Server-side presets.David Robillard1-1/+0
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-4/+16
2015-04-05Don't save symbol (problematic on save as).David Robillard1-19/+4
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-1/+1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-0/+545