Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-06 | Separate filesystem utilities | David Robillard | 13 | -10/+17 | |
2020-07-16 | Fix literal conversion warnings on MSVC | David Robillard | 1 | -3/+3 | |
2020-07-16 | Modernize compiler version checks | David Robillard | 1 | -2/+2 | |
Avoids a warning on compilers where __GNUC__ is not defined. | |||||
2020-07-16 | Add missing extern declaration | David Robillard | 1 | -0/+3 | |
This avoids a clang warning about strict declarations. | |||||
2020-07-16 | Add missing static specifiers | David Robillard | 1 | -6/+6 | |
2020-07-16 | Remove unnecessary defines | David Robillard | 2 | -4/+0 | |
2020-07-16 | Split test suite up into several independent programs | David Robillard | 24 | -2137/+2917 | |
2020-07-16 | Clean up includes | David Robillard | 1 | -2/+3 | |
2020-07-16 | Automatically write prefixes to test files | David Robillard | 2 | -42/+28 | |
Makes the code less repetitive and verbose. They were all the same at this point anyway, since unused prefixes don't hurt anything. | |||||
2020-07-16 | Use standard assert for test expectations | David Robillard | 10 | -398/+358 | |
The old one aborted anyway, and I've been using assert for tests in other projects for a while now, and never really missed having something more complex. The lack of a dependency or repetitive code is nice. Since the unit tests are about to be split up, the abort thing will become less of an issue anyway. | |||||
2020-07-15 | Rewrite and separate common test facilities | David Robillard | 3 | -414/+485 | |
2020-01-18 | Delete all temporary state bundles saved by the test suite | David Robillard | 1 | -9/+35 | |
2020-01-18 | Fix deleting state bundles loaded from the model | David Robillard | 1 | -30/+32 | |
2019-12-08 | Implement state:freePath feature | David Robillard | 2 | -22/+46 | |
2019-10-17 | Fix Windows warnings | David Robillard | 2 | -2/+3 | |
2019-06-21 | Refuse to store state properties with null keys | David Robillard | 1 | -0/+10 | |
2019-06-21 | Refuse to store duplicate properties when saving plugin state | David Robillard | 1 | -0/+11 | |
2019-04-21 | Fix building in a recursive project | David Robillard | 1 | -7/+7 | |
2019-04-15 | Disable state unit tests on Windows | David Robillard | 1 | -0/+5 | |
Unfortunately state with files does not currently work correctly on Windows. Disabling the tests there for now until this is fixed. | |||||
2019-04-15 | Use putenv instead of setenv in unit tests on Windows | David Robillard | 1 | -11/+26 | |
This makes things work on Windows, because only putenv changes the environment of the current process. | |||||
2019-04-15 | Remove non-ASCII text from source code | David Robillard | 1 | -5/+5 | |
This causes issues on Windows. | |||||
2019-04-15 | Fix mismatched malloc/free calls | David Robillard | 1 | -8/+18 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 13 | -19/+19 | |
2019-04-14 | Fix Windows cross-library malloc/free errors | David Robillard | 1 | -2/+2 | |
2019-04-14 | Fix test bundle URI on Windows | David Robillard | 1 | -2/+8 | |
2019-04-14 | Make test suite self-contained | David Robillard | 1 | -59/+36 | |
This sets up the test environment with a custom LV2_PATH so that the test suite does not depend on any system-installed LV2 resources. | |||||
2019-04-14 | Add skeleton core.lv2 bundle for tests | David Robillard | 2 | -0/+39 | |
2019-01-13 | Update copyright dates | David Robillard | 14 | -14/+14 | |
2019-01-13 | Clean up includes | David Robillard | 21 | -47/+121 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
2019-01-13 | Actually run C++ bindings test | David Robillard | 1 | -0/+2 | |
There is still no actual testing in the binary, but this at least ensures the bindings can be used at all. | |||||
2019-01-11 | Use a clearer name for state directory and improve documentation | David Robillard | 1 | -14/+14 | |
2019-01-11 | Cleanup: Fix some long lines | David Robillard | 1 | -7/+8 | |
2018-09-15 | Improve test suite error reporting | David Robillard | 1 | -7/+10 | |
2018-09-15 | Fix test suite | David Robillard | 1 | -1/+1 | |
2018-09-04 | Fix GCC8 warnings | David Robillard | 2 | -9/+12 | |
2018-07-10 | Fix Windows/MSVC build | David Robillard | 2 | -0/+7 | |
2018-07-10 | Export symbol from missing descriptor plugin | David Robillard | 1 | -0/+1 | |
Libraries with no symbols at all can cause problems with MSVC | |||||
2017-12-29 | Use safe string functions | David Robillard | 2 | -17/+13 | |
2017-12-29 | Use braces everywhere | David Robillard | 1 | -19/+38 | |
2017-12-16 | Compile check C++ API | David Robillard | 1 | -0/+23 | |
2017-12-16 | Use mkstemp instead of tmpnam | David Robillard | 1 | -13/+9 | |
2016-09-26 | Fix comparison of restored states with paths | David Robillard | 1 | -3/+8 | |
2016-09-18 | Fix memory, file, and library leaks | David Robillard | 1 | -0/+4 | |
2016-09-16 | Add lilv_world_get_symbol() | David Robillard | 1 | -0/+48 | |
2016-08-26 | Fix compilation with C++ | David Robillard | 2 | -3/+3 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -1/+1 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -1/+1 | |
2016-07-24 | Add lilv_state_set_metadata() | David Robillard | 1 | -0/+12 | |
This allows setting useful metadata on a state description accessible to hosts but not plugins, such as pset:bank and rdfs:comment. Based on patch from Hanspeter Portner. | |||||
2016-07-14 | Improve test coverage | David Robillard | 15 | -1/+561 | |
2016-07-12 | Improve test coverage | David Robillard | 1 | -0/+1 | |