summaryrefslogtreecommitdiffstats
path: root/src/serialisation
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard2-13/+20
2010-01-28Don't load ingen:node and lv2:port as properties (so they don't show up in pr...David Robillard2-0/+14
2010-01-06Do all logging output via Raul streams.David Robillard2-32/+34
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-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard2-63/+19
2009-12-18Install headers.David Robillard1-0/+3
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-06-03Update bindings.David Robillard1-2/+4
2009-05-29Make connection parsing consistent with other parse methods.David Robillard2-9/+11
2009-05-29Node creation via HTTP.David Robillard1-6/+12
2009-05-28Working engine->client plugin information communication via HTTP.David Robillard2-13/+13
2009-05-28Ignore properties with blank values.David Robillard1-1/+1
2009-05-28Remove unused code.David Robillard2-53/+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 Robillard2-35/+22
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard4-34/+36
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 Robillard2-16/+35
2009-05-13Fix crash on patch load.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard6-6/+6
2009-05-13Strip trailing whitespace.David Robillard6-89/+89
2009-05-13Remove 'using' declarations from headers.David Robillard3-81/+79
2009-05-13The great ID refactoring of 2009.David Robillard2-16/+16
2009-05-11* New ontology.David Robillard4-499/+464
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2009-02-25Check USE_BLANK_NODES consistently, shut waf up.David Robillard1-1/+1