summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard1-31/+0
2012-03-12Centralise atom creation in forge object.David Robillard1-8/+12
2012-03-10Delete trailing whitespace.David Robillard1-16/+16
2012-01-14Fix loading patches by relative path (fix #798).David Robillard1-4/+15
2011-12-10Fix crash on load and subsequent save.David Robillard1-1/+1
2011-10-22Fix serialisation.David Robillard1-17/+20
2011-10-22Simplify Parser.David Robillard1-104/+57
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-3/+3
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Fix running as an LV2 plugin.David Robillard1-3/+8
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-302/+350
2011-05-21Fix patch loading.David Robillard1-4/+26
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard1-1/+1
2011-05-18Update for new Serd and Sord APIs.David Robillard1-8/+8
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard1-5/+13
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-11/+11
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-1/+1
2011-02-19Partially working copy/paste.David Robillard1-4/+3
2011-02-19Sshh.David Robillard1-4/+0
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard1-151/+190
2011-02-18Trim more cruft.David Robillard1-43/+22
2011-02-18Trim more cruft.David Robillard1-132/+30
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 Robillard1-4/+1
2011-02-17Jack session support for ingen.David Robillard1-27/+40
2011-02-16Sord::Resource => Sord::URI.David Robillard1-18/+18
2011-02-16Tidy.David Robillard1-109/+91
2011-02-16Drop redlandmm for sordmm.David Robillard1-97/+112
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-3/+4
2011-02-15Trim more redlandmm API.David Robillard1-15/+12
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard1-294/+178
2010-12-17Use an actual wrapper for query results (instead of building a Bindings and r...David Robillard1-66/+63
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-62/+86
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard1-4/+6
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-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 Robillard1-2/+4
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-7/+7
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-33/+40
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-7/+8