summaryrefslogtreecommitdiffstats
path: root/test/lilv_test.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-10Fix Windows/MSVC buildDavid Robillard1-0/+2
2017-12-29Use safe string functionsDavid Robillard1-16/+12
2017-12-29Use braces everywhereDavid Robillard1-19/+38
2016-09-18Fix memory, file, and library leaksDavid Robillard1-0/+4
2016-09-16Add lilv_world_get_symbol()David Robillard1-0/+48
2016-08-26Fix compilation with C++David Robillard1-2/+2
2016-08-01Use consistent feature test macrosDavid Robillard1-1/+1
2016-08-01Use consistent feature test macrosDavid Robillard1-1/+1
2016-07-24Add lilv_state_set_metadata()David Robillard1-0/+12
2016-07-14Improve test coverageDavid Robillard1-0/+40
2016-07-12Improve test coverageDavid Robillard1-0/+1
2016-07-11Fully reset plugin struct when plugin is reloadedDavid Robillard1-4/+37
2016-07-11Improve test coverageDavid Robillard1-1/+21
2016-07-10Test versioned plugin replacementDavid Robillard1-0/+49
2016-07-10Test lilv_node_as_float on non-numeric nodesDavid Robillard1-0/+1
2015-11-07Remove unloaded plugins from world plugin listDavid Robillard1-3/+5
2015-10-29Support reloading bundlesDavid Robillard1-2/+69
2015-10-08Improve test coverageDavid Robillard1-0/+11
2015-10-08Fix memory leaks in test suiteDavid Robillard1-0/+5
2015-10-04Improve test coverageDavid Robillard1-1/+58
2015-08-14Add lilv_free() for systems picky about such things.David Robillard1-5/+5
2015-03-07Add support for state deletion.David Robillard1-0/+15
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-12/+0
2014-09-24Fixes for new sord.David Robillard1-0/+1
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard1-2/+14
2014-07-12Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho...David Robillard1-3/+259
2014-05-20Fix test suite memory leaks.David Robillard1-0/+5
2014-05-05Fix use of lv2info -m and -p options to write plugin data.David Robillard1-0/+10
2014-01-17Fix minor memory leak in test suite.David Robillard1-0/+1
2013-12-30Clean up after test suite so multiple runs are successful.David Robillard1-15/+15
2013-12-25Fix some const-correctness violations.David Robillard1-2/+2
2013-12-19Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #...David Robillard1-1/+30
2013-02-10Add lilv_world_ask() for easily checking if a statement exists.David Robillard1-0/+6
2013-02-02Require a URI for lilv_state_to_string() and fail gracefully otherwise.David Robillard1-0/+9
2013-01-10Make lilv_plugin_get_port_by_designation() return a const pointer.David Robillard1-1/+1
2012-11-23Add lilv_world_ask() for simply checking if a statement exists.David Robillard1-0/+8
2012-11-23Support atom:supports in lilv_port_supports_event() (fix #857).David Robillard1-2/+7
2012-08-13Fix const violations.David Robillard1-7/+7
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-35/+36
2012-04-06Fix compilation on Windows.David Robillard1-1/+1
2012-04-06Update test suite for latest state extension.David Robillard1-1/+1
2012-03-30Fix bad data discovered by sord_validate.David Robillard1-1/+1
2012-03-10Fix compilation with latest serd.David Robillard1-2/+2
2012-03-08Add base_uri parameter to lilv_state_to_string().David Robillard1-1/+1
2012-03-08serd_node_new_uri_from_path => serd_node_new_file_uri.David Robillard1-2/+2
2012-03-08Update sratom to write paths as file URIs, and related state fixes.David Robillard1-14/+30
2012-03-06Add lilv_state_new_from_string().David Robillard1-0/+11
2012-03-06Use raw type/size/value instead of LilvNode for port values.David Robillard1-11/+24
2012-03-03Use a fully-fledged Atom serialisation API for state saving.David Robillard1-14/+23
2012-03-02Fix too-small float arrays.David Robillard1-3/+3