Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-11 | Use a clearer name for state directory and improve documentation | David Robillard | 1 | -13/+13 | |
2018-09-16 | Fix lilv_state_delete() for state bundles with extra files | David Robillard | 1 | -11/+23 | |
2018-09-16 | Ensure state directory member is always set to a path | David Robillard | 1 | -9/+14 | |
2018-09-16 | Don't print errors when saving state if correct links already exist | David Robillard | 1 | -3/+9 | |
2018-09-16 | Make handle parameter to lilv_path_exists const | David Robillard | 3 | -7/+9 | |
2018-09-15 | Fix building as C for Windows | Robin Gareus | 1 | -1/+4 | |
2018-09-15 | Fix Windows and MinGW build | Robin Gareus | 1 | -1/+1 | |
2018-09-15 | Fix creating directories across drives on Windows | David Robillard | 1 | -2/+17 | |
2018-07-10 | Fix saving state when broken links are encountered | David Robillard | 1 | -0/+5 | |
2018-07-10 | Don't check for existence before attempting to create directories | David Robillard | 1 | -7/+7 | |
2018-07-10 | Fix Windows/MSVC build | David Robillard | 2 | -2/+7 | |
2018-07-10 | Handle NULL gracefully in lilv_realpath | David Robillard | 1 | -0/+4 | |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 7 | -281/+283 | |
2017-12-29 | Remove redundant typedefs | David Robillard | 2 | -2/+0 | |
2017-12-29 | Fix potential memory leaks | David Robillard | 1 | -1/+4 | |
2017-12-29 | Remove dead code | David Robillard | 1 | -5/+0 | |
2017-12-29 | Parenthesize macro argument | David Robillard | 1 | -1/+1 | |
2017-12-29 | Remove pointless casts | David Robillard | 4 | -6/+6 | |
2017-12-29 | Use braces everywhere | David Robillard | 8 | -33/+57 | |
2017-03-23 | Don't attempt to load remote or non-Turtle files | David Robillard | 1 | -2/+10 | |
2017-03-06 | Gracefully handle plugins with missing binary URIs | David Robillard | 1 | -4/+8 | |
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 |