Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
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 |
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 |
2015-10-29 | Fix loading dynamic manifest from bundles with spaces | David Robillard | 1 | -1/+2 |
2015-10-29 | Support reloading bundles | David Robillard | 1 | -1/+3 |
2015-10-28 | Fix outdated comment references to lilv_uri_to_path() | David Robillard | 1 | -1/+3 |
2015-10-09 | Fix Python bindings | David Robillard | 1 | -0/+6 |
2015-10-08 | Lilv 0.22.0 | David Robillard | 1 | -2/+2 |
2015-10-07 | Fix directory walking on some systems | David Robillard | 1 | -1/+2 |
2015-10-03 | Upgrade to waf 1.8.14 | David Robillard | 1 | -1/+2 |
2015-08-14 | Add lilv_free() for systems picky about such things. | David Robillard | 1 | -2/+3 |
2015-08-13 | Fix lilv_realpath() on pre-POSIX-2008 systems. | David Robillard | 1 | -1/+2 |
2015-04-15 | Fix bindings for Python 3. | David Robillard | 1 | -0/+1 |
2015-03-28 | Fix lilv_world_ask() to work with wildcards. | David Robillard | 1 | -1/+2 |
2015-03-16 | Load discovered owl ontologies as specifications. | David Robillard | 1 | -1/+2 |
2015-03-07 | Add support for state deletion. | David Robillard | 1 | -2/+6 |
2015-02-19 | Add lilv_state_emit_port_values() for special port value handling. | David Robillard | 1 | -1/+2 |
2015-02-08 | Preserve absolute paths in state if no link directory is given. | David Robillard | 1 | -1/+2 |
2015-01-29 | Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes(). | David Robillard | 1 | -1/+3 |
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -2/+3 |
2014-12-10 | Fix loading files with spaces in their path. | David Robillard | 1 | -1/+2 |
2014-11-22 | Windows fixes (thanks John Emmas). | David Robillard | 1 | -1/+2 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -1/+2 |
2014-10-05 | Tolerate passing NULL to lilv_state_restore(). | David Robillard | 1 | -2/+3 |
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -1/+2 |
2014-08-10 | Fix function references in doc comments. | David Robillard | 1 | -0/+6 |
2014-08-08 | Lilv 0.20.0. | David Robillard | 1 | -2/+3 |
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 1 | -2/+3 |
2014-07-13 | Improved/working lv2_apply.py to apply plugin to a .wav (fix #969). | David Robillard | 1 | -1/+3 |
2014-07-12 | Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho... | David Robillard | 1 | -4/+7 |
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 1 | -2/+5 |
2014-04-27 | Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL. | David Robillard | 1 | -1/+2 |
2014-01-18 | Call lv2_lib_descriptor separately for different bundle paths | David Robillard | 1 | -1/+3 |
2014-01-17 | Fix minor memory leak in test suite. | David Robillard | 1 | -1/+2 |
2014-01-12 | Don't load files multiple times if they are listed as rdfs:seeAlso for severa... | David Robillard | 1 | -0/+7 |
2014-01-04 | Lilv 0.18.0 | David Robillard | 1 | -2/+2 |
2014-01-04 | Add lilv_port_get_node() for using world query functions with ports. | David Robillard | 1 | -1/+2 |
2013-12-30 | Clean up after test suite so multiple runs are successful. | David Robillard | 1 | -1/+2 |
2013-12-19 | Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #... | David Robillard | 1 | -1/+2 |
2013-11-01 | lv2info: Don't display invalid control maxes and defaults (fix #934). | David Robillard | 1 | -1/+3 |
2013-10-30 | Call GetProcAddress with correct calling convention on Windows (fix #932). | David Robillard | 1 | -2/+3 |