summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Serialiser.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-12Centralise atom creation in forge object.David Robillard1-2/+3
2012-03-11Implement state save/restore when Ingen is an LV2 plugin.David Robillard1-8/+10
2012-03-10Delete trailing whitespace.David Robillard1-1/+0
2012-03-09Fix patch saving.David Robillard1-5/+7
2012-01-14Fix broken link to engine library in saved bundles (fix #806).David Robillard1-1/+1
2011-12-07Fix saving.David Robillard1-1/+2
2011-10-22Fix serialisation.David Robillard1-23/+8
2011-10-21Move more headers to shared include directory.David Robillard1-3/+3
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard1-20/+0
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