summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-04-14Add skeleton core.lv2 bundle for testsDavid Robillard2-0/+39
2019-01-13Update copyright datesDavid Robillard14-14/+14
2019-01-13Clean up includesDavid Robillard21-47/+121
2019-01-13Actually run C++ bindings testDavid Robillard1-0/+2
2019-01-11Use a clearer name for state directory and improve documentationDavid Robillard1-14/+14
2019-01-11Cleanup: Fix some long linesDavid Robillard1-7/+8
2018-09-15Improve test suite error reportingDavid Robillard1-7/+10
2018-09-15Fix test suiteDavid Robillard1-1/+1
2018-09-04Fix GCC8 warningsDavid Robillard2-9/+12
2018-07-10Fix Windows/MSVC buildDavid Robillard2-0/+7
2018-07-10Export symbol from missing descriptor pluginDavid Robillard1-0/+1
2017-12-29Use safe string functionsDavid Robillard2-17/+13
2017-12-29Use braces everywhereDavid Robillard1-19/+38
2017-12-16Compile check C++ APIDavid Robillard1-0/+23
2017-12-16Use mkstemp instead of tmpnamDavid Robillard1-13/+9
2016-09-26Fix comparison of restored states with pathsDavid Robillard1-3/+8
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 Robillard2-3/+3
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 Robillard15-1/+561
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 Robillard3-3/+33
2016-07-10Test versioned plugin replacementDavid Robillard7-0/+329
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-29Fix test suite memory leaksDavid Robillard6-0/+19
2015-10-08Improve test coverageDavid Robillard1-0/+11
2015-10-08Fix memory leaks in test suiteDavid Robillard1-0/+5
2015-10-04Improve test coverageDavid Robillard28-5/+976
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-08-08Update copyright dates.David Robillard1-1/+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