summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Use consistent test naming schemeDavid Robillard2-440/+0
2021-01-01Use separate clang-tidy configurations for headers and testsDavid Robillard1-0/+12
2020-12-31Format all code with clang-formatDavid Robillard1-332/+348
2020-12-22Remove cloned branchesDavid Robillard1-7/+4
2020-09-27Clean up includesDavid Robillard1-5/+10
2020-07-15Add printf format function annotationDavid Robillard1-0/+7
2019-10-17Add test case for nested anonymous nodesDavid Robillard1-1/+5
2019-04-14Use modern LV2 includesDavid Robillard1-3/+3
2018-12-27Remove static data in test and fix unused parameter warningsDavid Robillard1-47/+53
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-07-31Add sratom_set_env() for setting prefixesDavid Robillard1-7/+26
2016-07-24Fix vector paddingHanspeter Portner1-9/+9
2016-07-10Support round-trip serialisation of relative pathsDavid Robillard1-17/+24
2016-07-10Test Windows pathsDavid Robillard1-17/+24
2016-03-15Support sequences with beat time stampsDavid Robillard1-6/+26
2016-03-15Add multi-byte literal to test dataDavid Robillard1-3/+4
2016-03-15Fix incorrect commentDavid Robillard1-1/+1
2015-10-03Improve test coverageDavid Robillard1-20/+53
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-01-24Update for latest LV2 Atom Object simplifications.David Robillard1-22/+22
2013-01-22Fix serialisation of nested tuples.David Robillard1-2/+16
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