summaryrefslogtreecommitdiffstats
path: root/src/serialisation
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Consistent local or installed includes for interface headers.David Robillard6-11/+13
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-1/+1
2011-02-19Partially working copy/paste.David Robillard2-9/+4
2011-02-19Sshh.David Robillard1-4/+0
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard5-274/+311
2011-02-18Trim more cruft.David Robillard1-43/+22
2011-02-18Trim more cruft.David Robillard2-146/+32
2011-02-18Save (patch ingen:node subpatch) for subpatch nodes.David Robillard1-0/+3
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 Robillard2-5/+1
2011-02-17Jack session support for ingen.David Robillard2-31/+46
2011-02-17Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins.David Robillard1-7/+2
2011-02-16Save subpatches to recursive bundles.David Robillard2-44/+52
2011-02-16Tidy up serialiser interface.David Robillard2-70/+50
2011-02-16Sord::Resource => Sord::URI.David Robillard3-192/+159
2011-02-16Use simpler, single, file extensions.David Robillard1-2/+2
2011-02-16Tidy.David Robillard4-242/+211
2011-02-16Drop redlandmm for sordmm.David Robillard5-216/+218
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard2-54/+126
2011-02-15Trim more redlandmm API.David Robillard2-20/+14
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard1-294/+178
2010-12-25Trim raul/Atom.hpp include tree.David Robillard1-1/+0
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-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard1-66/+63
2010-12-16Updates for waf 1.6.David Robillard1-8/+8
2010-11-26Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ...David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard6-6/+6
2010-03-10Remove unused USE_BLANK_NODES stuff.David Robillard1-5/+0
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard4-82/+142
2010-03-05Add missing file.David Robillard1-0/+24
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard2-6/+9
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-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-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 Robillard2-2/+6
2010-02-10Don't double-serialise port values.David Robillard1-4/+0
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-7/+7
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 Robillard3-42/+51
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard3-15/+17
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-1/+1
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard2-6/+6