Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -1/+11 | |
2019-10-17 | Fix Windows warnings | David Robillard | 1 | -1/+2 | |
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-14 | Use modern LV2 includes | David Robillard | 1 | -4/+4 | |
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-01-13 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2019-01-13 | Clean up includes | David Robillard | 1 | -13/+15 | |
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-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 | 1 | -8/+11 | |
2018-07-10 | Fix Windows/MSVC build | David Robillard | 1 | -0/+2 | |
2017-12-29 | Use safe string functions | David Robillard | 1 | -16/+12 | |
2017-12-29 | Use braces everywhere | David Robillard | 1 | -19/+38 | |
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 | 1 | -2/+2 | |
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 | 1 | -0/+40 | |
2016-07-12 | Improve test coverage | David Robillard | 1 | -0/+1 | |
2016-07-11 | Fully reset plugin struct when plugin is reloaded | David Robillard | 1 | -4/+37 | |
This fixes a bug where, for example, after re-loading a plugin from a different bundle, the LilvPlugin would still report the old bundle. Also never replace a newer version with an older version when a bundle is loaded. Ignores the entire bundle if an older plugin than one loaded is found. This is tricky because the unit of loading/unloading is a bundle, and the unit of versioning is a plugin, but since having data from an old bundle still loaded seems like a bad idea, this seems like the most correct behaviour. | |||||
2016-07-11 | Improve test coverage | David Robillard | 1 | -1/+21 | |
2016-07-10 | Test versioned plugin replacement | David Robillard | 1 | -0/+49 | |
2016-07-10 | Test lilv_node_as_float on non-numeric nodes | David Robillard | 1 | -0/+1 | |
2015-11-07 | Remove unloaded plugins from world plugin list | David Robillard | 1 | -3/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5810 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Support reloading bundles | David Robillard | 1 | -2/+69 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5797 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-08 | Improve test coverage | David Robillard | 1 | -0/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5754 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-08 | Fix memory leaks in test suite | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5753 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-04 | Improve test coverage | David Robillard | 1 | -1/+58 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-14 | Add lilv_free() for systems picky about such things. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5706 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-07 | Add support for state deletion. | David Robillard | 1 | -0/+15 | |
Add lilv_node_get_path(). Add lilv_state_get_uri(). Add lilv_state_delete(). Fix creation of duplicate manifest entries when saving state. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5617 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -12/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5528 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-09-24 | Fixes for new sord. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5465 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 1 | -2/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5413 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-12 | Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe ↵ | David Robillard | 1 | -3/+259 | |
Coelho) (fix #976). Improve test coverage. Fix several minor memory leaks. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5406 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-20 | Fix test suite memory leaks. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5404 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 1 | -0/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5401 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-17 | Fix minor memory leak in test suite. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5313 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-30 | Clean up after test suite so multiple runs are successful. | David Robillard | 1 | -15/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5226 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Fix some const-correctness violations. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5194 a436a847-0d15-0410-975c-d299462d15a1 |