summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-22Add API to control whether named resources are read as LV2 objects or URIs.David Robillard3-11/+59
2012-05-20Support writing top level Resource descriptions.David Robillard2-51/+111
2012-05-20Update to r68/autowaf.David Robillard1-0/+0
2012-05-13Fix potential NULL dereference.David Robillard1-1/+1
2012-05-10Support writing Object Atoms as top level descriptions if subject and predica...David Robillard2-13/+18
2012-05-02Correctly read objects with several rdf:type properties.David Robillard3-2/+9
2012-04-18Add documentation stuff.David Robillard4-2/+2275
2012-04-18Bump dependency versions.David Robillard2-4/+5
2012-04-18Add NEWS and README files.David Robillard2-0/+16
2012-04-13Fix compilation of test program.David Robillard1-0/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard3-12/+11
2012-04-12Update for latest atom extension.David Robillard1-7/+5
2012-04-11Write port values in presets as pretty numbers.David Robillard2-11/+24
2012-04-11Save/restore atom:Chunk as base64Binary literals (not blank nodes).David Robillard3-12/+28
2012-04-06Fix compilation under MSVC.David Robillard2-3/+12
2012-04-02Add COPYING file.David Robillard1-0/+13
2012-03-26Update LV2 pkg-config dependencies.David Robillard1-1/+1
2012-03-26Update for latest LV2.David Robillard1-8/+5
2012-03-21Actually use LV2 extension flags.David Robillard1-3/+3
2012-03-21Use LV2 extension CFLAGS.David Robillard1-1/+1
2012-03-21Add missing pkg-config deps.David Robillard1-1/+1
2012-03-20Bump sratom versionDavid Robillard1-1/+1
2012-03-20Depend on sratom as a proper library and eliminate rampant copy/paste code re...David Robillard1-1/+1
2012-03-20Support writing to a statement sink (particularly for writing to a model).David Robillard3-84/+147
2012-03-16Update for latest atom extension.David Robillard2-22/+20
2012-03-08Update for latest serd.David Robillard1-2/+2
2012-03-08Write paths as file URIs.David Robillard3-39/+72
2012-03-07Serialise the null atom as rdf:nil, i.e. "()" in Turtle.David Robillard2-7/+14
2012-03-03Add forge sink and only require a URID_Unmap for writing.David Robillard4-64/+69
2012-03-02Fix atom:Path serialisation.David Robillard2-1/+3
2012-03-02Fix memory leaks.David Robillard1-0/+2
2012-03-02Tidy.David Robillard1-20/+19
2012-03-02Fix atom:Event URI.David Robillard1-1/+1
2012-03-02Implement binary blob serialisation.David Robillard2-28/+47
2012-03-02Fix memory leaks.David Robillard2-3/+9
2012-03-02Full round-trip support for every atom type, and midi:MidiEvent.David Robillard2-33/+59
2012-03-02Proper vector serialisation (sans error checking, anyway).David Robillard1-10/+48
2012-03-01Implement Turtle reading (except for atom:Vector).David Robillard5-162/+378
2012-02-23atom_to_rdf.c => sratom.cDavid Robillard2-3/+1
2012-02-23Pretty.David Robillard1-1/+1
2012-02-23Clean up API.David Robillard4-73/+43
2012-02-23Update for latest Atom extension.David Robillard4-166/+180
2012-02-23Seriatom => Sratom.David Robillard1-0/+0
2012-02-23Seriatom => Sratom.David Robillard4-50/+158
2012-02-21Tidy.David Robillard1-14/+8
2012-02-21Tuple serialisation.David Robillard4-43/+169
2012-02-19Add 'seriatom', an LV2 Atom RDF serialisation library.David Robillard6-0/+727