summaryrefslogtreecommitdiffstats
path: root/test/test.lv2
AgeCommit message (Collapse)AuthorFilesLines
2022-07-18Switch to meson build systemDavid Robillard3-536/+0
2022-07-17Avoid incorrect use of mkstemp in testsDavid Robillard1-15/+57
This was an overly hasty switch from race-prone alternatives to mkstemp, but it did not actually account for the fact that mkstemp creates the file. This resulted in leaking the file handle, and trying to open it twice, which made the tests fail on Windows/MinGW.
2021-01-11Fix unused parameter warningsDavid Robillard1-0/+8
2020-12-31Format all code with clang-formatDavid Robillard1-341/+335
2020-12-16Isolate variable declarations and initialize all variablesDavid Robillard1-3/+3
2019-12-08Implement state:freePath featureDavid Robillard1-21/+35
2019-10-17Fix Windows warningsDavid Robillard1-1/+1
2019-06-21Refuse to store state properties with null keysDavid Robillard1-0/+10
2019-06-21Refuse to store duplicate properties when saving plugin stateDavid Robillard1-0/+11
2019-04-15Fix mismatched malloc/free callsDavid Robillard1-8/+18
2019-04-14Use modern LV2 includesDavid Robillard1-4/+4
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-5/+5
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use.
2018-09-04Fix GCC8 warningsDavid Robillard1-1/+1
2018-07-10Fix Windows/MSVC buildDavid Robillard1-0/+5
2017-12-29Use safe string functionsDavid Robillard1-1/+1
2017-12-16Use mkstemp instead of tmpnamDavid Robillard1-13/+9
2016-09-26Fix comparison of restored states with pathsDavid Robillard1-3/+8
2016-07-11Improve test coverageDavid Robillard2-2/+12
2015-10-04Improve test coverageDavid Robillard3-0/+431
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1