summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+1
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-02-19Partially working copy/paste.David Robillard1-4/+3
2011-02-19Sshh.David Robillard1-4/+0
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-151/+190
2011-02-18Trim more cruft.David Robillard1-43/+22
2011-02-18Trim more cruft.David Robillard1-132/+30
2011-02-17Remember document patches were loaded from (fix ticket #603).David Robillard1-2/+2
2011-02-17Remove deprecated Om patch loading code (resolve ticket #32).David Robillard1-4/+1
2011-02-17Jack session support for ingen.David Robillard1-27/+40
2011-02-16Sord::Resource => Sord::URI.David Robillard1-18/+18
2011-02-16Tidy.David Robillard1-109/+91
2011-02-16Drop redlandmm for sordmm.David Robillard1-97/+112
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-3/+4
2011-02-15Trim more redlandmm API.David Robillard1-15/+12
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard1-294/+178
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard1-66/+63
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-62/+86
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard1-4/+6
2010-03-04Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta...David Robillard1-2/+13
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-1/+1
2010-02-14Ssshh.David Robillard1-1/+0
2010-02-14Fix loading of subpatches.David Robillard1-46/+27
2010-02-14Preserve patch port indices across saves.David Robillard1-0/+35
2010-02-13Fix node creation via HTTP (port parsing from string).David Robillard1-1/+1
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-2/+4
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-7/+7
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-33/+40
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-7/+8
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-1/+1
2010-01-28Don't load ingen:node and lv2:port as properties (so they don't show up in pr...David Robillard1-0/+12
2010-01-06Do all logging output via Raul streams.David Robillard1-25/+25
2009-05-29Make connection parsing consistent with other parse methods.David Robillard1-8/+10
2009-05-29Node creation via HTTP.David Robillard1-6/+12
2009-05-28Working engine->client plugin information communication via HTTP.David Robillard1-12/+12
2009-05-28Ignore properties with blank values.David Robillard1-1/+1
2009-05-28Remove unused code.David Robillard1-45/+1
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard1-3/+2
2009-05-28Create objects via SetMetadataEvent.David Robillard1-48/+0
2009-05-28Fix property saving to/from file (e.g. module locations).David Robillard1-3/+3
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard1-33/+37
2009-05-28Fix URIs.David Robillard1-12/+9
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-1/+1
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-21/+19
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-1/+1
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-13/+27
2009-05-13Fix crash on patch load.David Robillard1-1/+1