Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-16 | Never call qsort on NULL | David Robillard | 1 | -2/+6 | |
(Fix clang static analyzer warning) | |||||
2016-08-01 | Check for libdl | David Robillard | 1 | -3/+7 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -1/+1 | |
2016-08-01 | Add missing include | David Robillard | 1 | -0/+1 | |
2016-08-01 | Use consistent feature test macros | David Robillard | 4 | -5/+5 | |
2016-07-31 | Fix Windows compilation | David Robillard | 2 | -1/+3 | |
2016-07-31 | Fix compilation with C++ compilers | David Robillard | 4 | -19/+17 | |
2016-07-25 | Support test coverage with LLVM | David Robillard | 2 | -24/+17 | |
2016-07-24 | Add lilv_state_set_metadata() | David Robillard | 4 | -71/+162 | |
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 | 16 | -9/+574 | |
2016-07-14 | Clean up and remove dead code | David Robillard | 4 | -49/+17 | |
2016-07-12 | Fix state file versioning | David Robillard | 2 | -29/+20 | |
2016-07-12 | Improve test coverage | David Robillard | 1 | -0/+1 | |
2016-07-11 | Improve test framework | David Robillard | 1 | -3/+3 | |
2016-07-11 | Fully reset plugin struct when plugin is reloaded | David Robillard | 5 | -31/+95 | |
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 | 5 | -15/+42 | |
2016-07-10 | Test versioned plugin replacement | David Robillard | 8 | -8/+345 | |
2016-07-10 | Test lilv_node_as_float on non-numeric nodes | David Robillard | 1 | -0/+1 | |
2016-07-09 | Check lv2:binary predicate for UIs | Hanspeter Portner | 2 | -2/+6 | |
2016-07-09 | Clean up test output | David Robillard | 1 | -3/+5 | |
2016-07-09 | Upgrade to waf 1.8.22 and autowaf 93d0926 | David Robillard | 1 | -7/+7 | |
2016-07-08 | Fix plugin version conflict resolution | David Robillard | 1 | -4/+18 | |
2016-07-07 | Remove unused variable | David Robillard | 1 | -3/+2 | |
2016-03-17 | Replace bundle when newer plugin version is loaded | David Robillard | 3 | -4/+147 | |
Based on patch from Robin Gareus. | |||||
2016-03-16 | Always look up CreateSymbolicLink on Windows | Robin Gareus | 1 | -2/+0 | |
2016-03-15 | Remove unused internal use of node length | David Robillard | 1 | -4/+3 | |
2015-12-04 | Do not instantiate plugin when data fails to parse | David Robillard | 4 | -3/+24 | |
2015-11-07 | Remove unloaded plugins from world plugin list | David Robillard | 3 | -15/+58 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5810 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-11-04 | Fix restoring state from strings | David Robillard | 1 | -1/+1 | |
Patch from falktx, fixes #1107. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5809 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT defines | David Robillard | 2 | -1/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5803 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix restoring plugins with no state interface | David Robillard | 1 | -5/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5802 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix build | David Robillard | 2 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5801 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix long lines | David Robillard | 4 | -84/+82 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5800 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix loading dynamic manifest from bundles with spaces | David Robillard | 2 | -3/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5799 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix comment | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5798 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Support reloading bundles | David Robillard | 5 | -47/+142 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5797 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix test suite memory leaks | David Robillard | 6 | -0/+19 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5796 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-28 | Fix outdated comment references to lilv_uri_to_path() | David Robillard | 2 | -5/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5795 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-09 | Fix Python bindings | David Robillard | 4 | -6/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5759 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-08 | Lilv 0.22.0 | David Robillard | 2 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5756 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-08 | Fix documentation generation | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5755 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-08 | Improve test coverage | David Robillard | 2 | -1/+12 | |
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-08 | Add required lv2 tool to waf | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5752 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-08 | Update INSTALL file | David Robillard | 2 | -39/+17 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5751 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-07 | Fix directory walking on some systems | David Robillard | 2 | -4/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5750 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-05 | Fix compilation on Windows | David Robillard | 1 | -2/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5746 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-04 | Fix compilation on BSD | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5744 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-04 | Improve test coverage | David Robillard | 35 | -61/+1054 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-03 | Upgrade to waf 1.8.14 | David Robillard | 2 | -8/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5736 a436a847-0d15-0410-975c-d299462d15a1 |