summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Serialiser.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Save (patch ingen:node subpatch) for subpatch nodes.David Robillard1-0/+3
2011-02-16Save subpatches to recursive bundles.David Robillard1-42/+50
2011-02-16Tidy up serialiser interface.David Robillard1-53/+42
2011-02-16Sord::Resource => Sord::URI.David Robillard1-172/+140
2011-02-16Tidy.David Robillard1-51/+37
2011-02-16Drop redlandmm for sordmm.David Robillard1-94/+82
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-51/+122
2011-02-15Trim more redlandmm API.David Robillard1-5/+2
2010-12-17Take RDF serialisation language as a parameter (rather than hardcoded "turtle").David Robillard1-2/+2
2010-12-17Simplify blank node ID stuff (and remove circular dependency of World and Node).David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-16/+39
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard1-2/+3
2010-02-25Work on contexts and polymorphic ports.David Robillard1-5/+9
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard1-1/+1
2010-02-21Remove accidental absolute include (fix ticket #484).David Robillard1-3/+0
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-0/+3
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-0/+2
2010-02-10Don't double-serialise port values.David Robillard1-4/+0
2010-02-04Use full URIs where necessary (fix lost properties bugs).David Robillard1-4/+4
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-8/+8
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-7/+8
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-12/+16
2010-01-06Do all logging output via Raul streams.David Robillard1-7/+9
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-1/+1
2009-12-30Fix serialisation of subpatches.David Robillard1-6/+6
2009-12-03Clean up interface headers.David Robillard1-1/+1
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard1-2/+2
2009-11-12String port support.David Robillard1-2/+0
2009-10-19Fix saving properties of root patch ports (fix ticket #389).David Robillard1-0/+2
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-34/+21
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-9/+13
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-3/+8
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-24/+24
2009-05-13The great ID refactoring of 2009.David Robillard1-10/+10
2009-05-11* New ontology.David Robillard1-208/+127
2009-02-25Check USE_BLANK_NODES consistently, shut waf up.David Robillard1-1/+1
2008-11-30Some support for bundle saving.David Robillard1-1/+67
2008-11-29Only write index for Patches (i.e. don't even save the index of plugin ports,...David Robillard1-2/+3
2008-11-28Store module locations on drop (fix ticket #281).David Robillard1-1/+1
2008-11-16Remember patch save file location in client (fix ticket #239).David Robillard1-1/+1
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard1-1/+1
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard1-3/+3
2008-11-08Don't die if serialisation returns a NULL string.David Robillard1-2/+4
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-7/+7
2008-10-12Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c...David Robillard1-5/+32
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+501