summaryrefslogtreecommitdiffstats
path: root/test/lilv_test.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-15Rewrite and separate common test facilitiesDavid Robillard1-414/+230
2020-01-18Delete all temporary state bundles saved by the test suiteDavid Robillard1-9/+35
2020-01-18Fix deleting state bundles loaded from the modelDavid Robillard1-30/+32
2019-12-08Implement state:freePath featureDavid Robillard1-1/+11
2019-10-17Fix Windows warningsDavid Robillard1-1/+2
2019-04-21Fix building in a recursive projectDavid Robillard1-7/+7
2019-04-15Disable state unit tests on WindowsDavid Robillard1-0/+5
2019-04-15Use putenv instead of setenv in unit tests on WindowsDavid Robillard1-11/+26
2019-04-15Remove non-ASCII text from source codeDavid Robillard1-5/+5
2019-04-14Use modern LV2 includesDavid Robillard1-4/+4
2019-04-14Fix Windows cross-library malloc/free errorsDavid Robillard1-2/+2
2019-04-14Fix test bundle URI on WindowsDavid Robillard1-2/+8
2019-04-14Make test suite self-containedDavid Robillard1-59/+36
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-13/+15
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 Robillard1-8/+11
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