Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-12 | Remove use of deprecated readdir_r | David Robillard | 1 | -5/+1 | |
2017-01-04 | Lilv 0.24.2v0.24.2 | David Robillard | 1 | -1/+1 | |
2017-01-03 | Always escape file URIs | David Robillard | 1 | -5/+5 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 1 | -0/+1 | |
2016-09-26 | Fix comparison of restored states with paths | David Robillard | 1 | -1/+1 | |
2016-09-18 | Update copyright dates | David Robillard | 3 | -3/+3 | |
2016-09-18 | Fix memory, file, and library leaks | David Robillard | 5 | -5/+14 | |
2016-09-18 | Fix short string allocation | David Robillard | 1 | -1/+1 | |
2016-09-16 | Add lilv_world_get_symbol() | David Robillard | 1 | -0/+48 | |
2016-09-16 | Add missing include | David Robillard | 1 | -2/+3 | |
2016-09-05 | Fix misleading error message | David Robillard | 1 | -1/+1 | |
2016-09-04 | Fix NULL predicate crash in lilv_world_find_nodes | David Robillard | 1 | -0/+3 | |
2016-08-16 | Never call qsort on NULL | David Robillard | 1 | -2/+6 | |
(Fix clang static analyzer warning) | |||||
2016-08-01 | Add missing include | David Robillard | 1 | -0/+1 | |
2016-07-31 | Fix Windows compilation | David Robillard | 2 | -1/+3 | |
2016-07-31 | Fix compilation with C++ compilers | David Robillard | 3 | -18/+16 | |
2016-07-24 | Add lilv_state_set_metadata() | David Robillard | 1 | -70/+124 | |
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 | Clean up and remove dead code | David Robillard | 4 | -49/+17 | |
2016-07-12 | Fix state file versioning | David Robillard | 1 | -28/+18 | |
2016-07-11 | Fully reset plugin struct when plugin is reloaded | David Robillard | 3 | -26/+57 | |
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 | 2 | -12/+9 | |
2016-07-09 | Check lv2:binary predicate for UIs | Hanspeter Portner | 1 | -1/+4 | |
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 | 2 | -3/+144 | |
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 | 3 | -3/+23 | |
2015-11-07 | Remove unloaded plugins from world plugin list | David Robillard | 2 | -12/+53 | |
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 | 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 | 1 | -2/+6 | |
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 | 2 | -41/+67 | |
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 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5754 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-07 | Fix directory walking on some systems | David Robillard | 1 | -3/+10 | |
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 | 6 | -34/+28 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-10 | Use lilv_free() where appropriate. | David Robillard | 3 | -10/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5721 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-14 | Add lilv_free() for systems picky about such things. | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5706 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-13 | Fix lilv_realpath() on pre-POSIX-2008 systems. | David Robillard | 1 | -4/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5705 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-22 | Clarify comment. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5682 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-21 | Delete trailing whitespace. | David Robillard | 2 | -3/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5680 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-28 | Fix lilv_world_ask() to work with wildcards. | David Robillard | 1 | -2/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5645 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-16 | Load discovered owl ontologies as specifications. | David Robillard | 2 | -14/+20 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5635 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-07 | Add support for state deletion. | David Robillard | 4 | -50/+211 | |
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-03-07 | Fix unload functions to only unload the necessary data. | David Robillard | 1 | -3/+3 | |
Previously, it was quite likely that a massive subset of the entire world was removed as well. Oops. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5616 a436a847-0d15-0410-975c-d299462d15a1 |