summaryrefslogtreecommitdiffstats
path: root/test/test_plugin.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-11Use unique test bundle names so tests can run in parallelDavid Robillard1-2/+7
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-214/+209
2020-07-16Split test suite up into several independent programsDavid Robillard1-0/+296
2015-10-04Improve test coverageDavid Robillard1-384/+0
2014-08-08Update copyright dates.David Robillard1-1/+1
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-1/+1
2012-04-06Update test suite for latest state extension.David Robillard1-4/+8
2012-03-27Delete trailing whitespace.David Robillard1-2/+2
2012-03-20Update for latest atom extension.David Robillard1-1/+1
2012-03-08Fix memory errors.David Robillard1-5/+7
2012-03-06Fix test for file state saving by comparing contents, not path.David Robillard1-5/+7
2012-03-06Use URI defines from atom.h.David Robillard1-9/+7
2012-03-03Use a fully-fledged Atom serialisation API for state saving.David Robillard1-3/+1
2012-02-19Update for latest LV2 changes.David Robillard1-8/+9
2012-02-01Windows compatibility fixes.David Robillard1-6/+4
2012-01-28Update state interface to support multiple state snapshots with shared files.David Robillard1-4/+46
2012-01-18Fix memory leaks.David Robillard1-1/+4
2012-01-08Add file support to state implementation.David Robillard1-7/+108
2011-12-30Support arbitrary binary data in plugin state via base64 encoding.David Robillard1-0/+235