summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard2-39/+97
2012-01-18Fix memory leaks.David Robillard2-23/+30
2012-01-17Add test cases for lilv_expand and fix bugs.David Robillard1-0/+10
2012-01-17Remove use of wordexp.David Robillard1-6/+42
2012-01-16Use correct WIN32 define.David Robillard1-1/+1
2012-01-09Make lilv_state_save take a full filename with extension.David Robillard1-5/+9
2012-01-08Add file support to state implementation.David Robillard2-23/+251
2012-01-04Use platform specific shared library extension in test suite.David Robillard3-17/+25
2012-01-04Implement proper support for LV2_STATE_BUNDLE.David Robillard1-0/+34
2012-01-03Improved coverage for plugin.c.David Robillard1-0/+66
2012-01-03100% coverage for query.c.David Robillard1-6/+37
2011-12-30Support arbitrary binary data in plugin state via base64 encoding.David Robillard4-0/+436
2011-12-09Fix memory leak in test program.David Robillard1-0/+1
2011-11-11Add lilv_plugin_has_extension_data.David Robillard1-0/+11
2011-11-11Make scale point test tolerate different results orders.David Robillard1-4/+12
2011-11-11Add feature test macro required for setenv.David Robillard1-0/+2
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-2/+0
2011-09-29Create ~/.lv2 if necessaryDavid Robillard1-1/+3
2011-09-28Improve test coverage.David Robillard1-0/+28
2011-05-11Update license of lilv_text.c (with permission from kfoltman).David Robillard1-18/+16
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-2/+2
2011-04-29Tidy.David Robillard1-19/+19
2011-04-29LilvValue => LilvNode.David Robillard1-261/+261
2011-04-29Fix unit test.David Robillard1-1/+1
2011-04-29Terser names for value constructors.David Robillard1-49/+49
2011-04-29Don't hide pointers behind typedefs.David Robillard1-111/+112
2011-04-28Rename slv2 to lilv.David Robillard2-976/+970
2011-04-28More future-proof collection APIs.David Robillard1-19/+0
2011-04-16Update copyright headersDavid Robillard1-2/+2
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-2/+0
2011-03-09New collections and iterator API.David Robillard1-84/+17
2011-03-07Don't run plugin test twice.David Robillard1-1/+0
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-9/+0
2011-02-19Remove bogus noisy test case.David Robillard1-2/+0
2011-02-12Make UI support a compile-time option, and separate UI functions into slv2/ui.h.David Robillard1-1/+11
2011-02-11Add support for boolean values.David Robillard1-4/+26
2011-02-11Better, tested, i18n system.David Robillard1-7/+44
2011-02-04Drop librdf in favour of serd/sord.David Robillard1-2/+2
2011-01-31Fix memory leaks.David Robillard1-3/+5
2011-01-30Remove all use of, and API support for, SPARQL.David Robillard1-19/+0
2011-01-30Fix erroneous test case (first port does have one property in this case: lv2:...David Robillard1-1/+1
2010-10-16Use #include <redland.h> over #include <librdf.h> (since redland 1.0.11 broke...David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard1-4/+4
2010-01-07Move unit testing and coverage framework into autowaf.David Robillard3-36/+2
2009-11-09lv2:hardRtCapable -> lv2:hardRTCapable. Oops.David Robillard1-3/+3
2009-06-03Kludge around broken raptor_sequence_set_at.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-32/+32
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-1/+1
2009-03-30Fix memory leaks.David Robillard2-7/+9