summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Serialiser.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-23Fix memory leaks and errors.David Robillard1-0/+5
2011-09-06Report serialisation errorsDavid Robillard1-1/+5
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-50/+117
2011-05-24Update for new Sord APIDavid Robillard1-1/+1
2011-05-18Update for new Serd and Sord APIs.David Robillard1-2/+2
2011-05-13Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific...David Robillard1-0/+1
2011-05-13Make models const in client code.David Robillard1-17/+17
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-19Partially fix HTTP.David Robillard1-3/+2
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-24/+24
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-6/+6
2011-02-19Partially working copy/paste.David Robillard1-5/+1
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-108/+104
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