Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-01 | Python: Allow connecting ports to structures | Kilian Ulrichsohn | 1 | -1/+2 | |
2020-11-11 | Fix unlikely undefined behavior when saving state | David Robillard | 1 | -1/+2 | |
2020-11-11 | Fix potential memory error when joining filesystem paths | David Robillard | 1 | -0/+6 | |
2020-09-27 | Lilv 0.24.10v0.24.10 | David Robillard | 1 | -2/+4 | |
2020-09-26 | Fix memory leaks in lv2bench | David Robillard | 1 | -1/+2 | |
2020-09-26 | Normalise NEWS file | David Robillard | 1 | -1/+1 | |
2020-05-17 | Make lilv_world_get() use translations | David Robillard | 1 | -0/+6 | |
2020-04-26 | Lilv 0.24.8v0.24.8 | David Robillard | 1 | -2/+2 | |
2020-02-17 | Allow passing strings for URIs in Python API when unambiguous | David Robillard | 1 | -0/+1 | |
2020-01-18 | Fix memory leak when dyn-manifest has no plugins | David Robillard | 1 | -1/+2 | |
2020-01-18 | Fix cases where incorrect translation is used | David Robillard | 1 | -2/+3 | |
2020-01-18 | Fix deleting state bundles loaded from the model | David Robillard | 1 | -1/+2 | |
2019-12-08 | Implement state:freePath feature | David Robillard | 1 | -0/+6 | |
2019-11-10 | Lilv 0.24.6v0.24.6 | David Robillard | 1 | -2/+2 | |
2019-11-02 | Normalise NEWS file | David Robillard | 1 | -111/+111 | |
2019-10-21 | Make Python bindings more Pythonic | David Robillard | 1 | -1/+2 | |
2019-10-21 | Fix memory errors and Python 3.4+ compatibility in Python bindings | David Robillard | 1 | -1/+2 | |
2019-06-21 | Refuse to store state properties with null keys | David Robillard | 1 | -2/+2 | |
2019-06-21 | Refuse to store duplicate properties when saving plugin state | David Robillard | 1 | -1/+2 | |
2019-04-15 | Disable state unit tests on Windows | David Robillard | 1 | -1/+2 | |
Unfortunately state with files does not currently work correctly on Windows. Disabling the tests there for now until this is fixed. | |||||
2019-04-14 | Add option to override LV2_PATH in applications | David Robillard | 1 | -1/+2 | |
2018-09-16 | Ensure state directory member is always set to a path | David Robillard | 1 | -1/+2 | |
2018-09-16 | Don't print errors when saving state if correct links already exist | David Robillard | 1 | -1/+2 | |
2018-09-15 | Fix creating directories across drives on Windows | David Robillard | 1 | -0/+1 | |
2018-09-04 | Fix GCC8 warnings | David Robillard | 1 | -0/+6 | |
2018-07-22 | Lilv 0.24.4v0.24.4 | David Robillard | 1 | -2/+2 | |
2018-07-21 | lv2apply: Activate plugin before running | David Robillard | 1 | -1/+2 | |
2018-07-10 | Fix saving state when broken links are encountered | David Robillard | 1 | -1/+2 | |
2018-07-09 | lv2apply: Use default values when they are not nan | giuliomoro | 1 | -0/+1 | |
2017-03-23 | Don't attempt to load remote or non-Turtle files | David Robillard | 1 | -1/+2 | |
2017-03-18 | Support running a single plugin in lv2bench | David Robillard | 1 | -2/+3 | |
2017-03-06 | Fix lv2bench for some plugins with sequence ports | David Robillard | 1 | -1/+2 | |
2017-03-06 | Gracefully handle plugins with missing binary URIs | David Robillard | 1 | -1/+2 | |
2017-02-21 | Add attribution | David Robillard | 1 | -1/+2 | |
2017-02-20 | Install Python bindings when configured without tests | David Robillard | 1 | -1/+2 | |
2017-02-12 | Remove use of deprecated readdir_r | David Robillard | 1 | -0/+6 | |
2017-01-04 | Lilv 0.24.2v0.24.2 | David Robillard | 1 | -2/+3 | |
2016-09-26 | Fix comparison of restored states with paths | David Robillard | 1 | -0/+6 | |
2016-09-19 | Lilv 0.24.0v0.24.0 | David Robillard | 1 | -2/+2 | |
2016-09-16 | Add lilv_world_get_symbol() | David Robillard | 1 | -0/+1 | |
2016-09-05 | Add new hand-crafted Python bindings | David Robillard | 1 | -2/+2 | |
New bindings are Pythonic, supporting iteration, DWIM type conversion, pretty printing, and so on, where possible. Updated test suite covers 100% of binding code. Which is to say: add real Python bindings. As far as the Lilv API itself is concerned, you can do everything via Python. However, more work is needed to make fancy wrappers for parts of LV2 itself (MIDI, URI map, etc) to be able to run advanced plugins. | |||||
2016-09-04 | Fix NULL predicate crash in lilv_world_find_nodes | David Robillard | 1 | -1/+2 | |
2016-08-27 | Add lv2apply utility/example | David Robillard | 1 | -1/+2 | |
2016-07-24 | Add lilv_state_set_metadata() | David Robillard | 1 | -1/+4 | |
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-12 | Fix state file versioning | David Robillard | 1 | -1/+2 | |
2016-07-09 | Check lv2:binary predicate for UIs | Hanspeter Portner | 1 | -1/+2 | |
2016-03-17 | Replace bundle when newer plugin version is loaded | David Robillard | 1 | -1/+3 | |
Based on patch from Robin Gareus. | |||||
2015-12-04 | Do not instantiate plugin when data fails to parse | David Robillard | 1 | -0/+1 | |
2015-10-29 | Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT defines | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5803 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-29 | Fix loading dynamic manifest from bundles with spaces | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5799 a436a847-0d15-0410-975c-d299462d15a1 |