summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-10/+10
2012-05-22Add API to control whether named resources are read as LV2 objects or URIs.David Robillard1-0/+3
2012-05-20Support writing top level Resource descriptions.David Robillard1-10/+42
2012-04-13Fix compilation of test program.David Robillard1-0/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-3/+2
2012-04-11Save/restore atom:Chunk as base64Binary literals (not blank nodes).David Robillard1-5/+12
2012-03-20Support writing to a statement sink (particularly for writing to a model).David Robillard1-2/+2
2012-03-16Update for latest atom extension.David Robillard1-7/+7
2012-03-08Write paths as file URIs.David Robillard1-22/+19
2012-03-07Serialise the null atom as rdf:nil, i.e. "()" in Turtle.David Robillard1-5/+10
2012-03-03Add forge sink and only require a URID_Unmap for writing.David Robillard1-3/+3
2012-03-02Fix atom:Path serialisation.David Robillard1-1/+1
2012-03-02Implement binary blob serialisation.David Robillard1-6/+14
2012-03-02Fix memory leaks.David Robillard1-0/+5
2012-03-02Full round-trip support for every atom type, and midi:MidiEvent.David Robillard1-18/+25
2012-03-01Implement Turtle reading (except for atom:Vector).David Robillard1-100/+36
2012-02-23Clean up API.David Robillard1-1/+2
2012-02-23Update for latest Atom extension.David Robillard1-24/+38
2012-02-23Seriatom => Sratom.David Robillard1-0/+0
2012-02-21Tuple serialisation.David Robillard1-1/+4
2012-02-19Add 'seriatom', an LV2 Atom RDF serialisation library.David Robillard1-0/+274