Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2015-10-29 | Support reloading bundles | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5797 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-28 | Fix outdated comment references to lilv_uri_to_path() | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5795 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-09 | Fix Python bindings | David Robillard | 1 | -0/+6 | |
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 | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5756 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-07 | Fix directory walking on some systems | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5750 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-03 | Upgrade to waf 1.8.14 | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5736 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-14 | Add lilv_free() for systems picky about such things. | David Robillard | 1 | -2/+3 | |
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 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5705 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-15 | Fix bindings for Python 3. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5675 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-28 | Fix lilv_world_ask() to work with wildcards. | David Robillard | 1 | -1/+2 | |
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 | 1 | -1/+2 | |
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 | 1 | -2/+6 | |
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-02-19 | Add lilv_state_emit_port_values() for special port value handling. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5586 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Preserve absolute paths in state if no link directory is given. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5540 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-29 | Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes(). | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5529 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5528 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-12-10 | Fix loading files with spaces in their path. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5493 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-11-22 | Windows fixes (thanks John Emmas). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5491 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5484 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-05 | Tolerate passing NULL to lilv_state_restore(). | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5473 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -1/+2 | |
Only add -dl to pkg-config file for appropriate platforms. Fix #986. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5472 a436a847-0d15-0410-975c-d299462d15a1 |