summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-21Test cases for query API.David Robillard1-1/+12
2009-02-14Remove dead code.David Robillard1-47/+16
2009-02-12Fix memory leaks.David Robillard1-0/+1
2009-01-21Add slv2_plugin_classes_free to public API (fix ticket #324).David Robillard1-7/+36
2008-12-20Fix TEST_ASSERT macro trailing semicolon stuff.David Robillard1-10/+10
2008-12-13Test querying for float values.David Robillard1-3/+14
2008-12-13Test (and fix) slv2_plugin_get_value_for_subject: 94.3% coverageDavid Robillard1-1/+10
2008-12-13Complete test coverage for UI stuff: 93.5% coverageDavid Robillard1-6/+109
2008-12-13Test author information stuff: 86.2% coverageDavid Robillard1-2/+22
2008-12-13Test port lookup by symbol using new value constructors: 83.4% coverage.David Robillard1-3/+4
2008-12-13Test successful and failed verification.David Robillard1-1/+24
2008-12-13More complete port.c testing: 80.8% coverage.David Robillard1-3/+46
2008-12-13Factor out "load plugin if necessary" concept.David Robillard1-0/+45
2008-12-13Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str...David Robillard3-42/+85
2008-12-13Complete test coverage for plugin class stuff: 71.4% coverageDavid Robillard1-0/+46
2008-12-13More test cases (plugin stuff): 69.3% coverageDavid Robillard1-9/+125
2008-12-13More test cases (port and scale values): 58.5% coverageDavid Robillard1-0/+74
2008-12-13Remove that whole "I love amgiguous scope and uninitialized variables" ancien...David Robillard1-17/+9
2008-12-13Better failed test reporting.David Robillard1-72/+73