Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-08-25 | Support getting index of designated latency ports. | David Robillard | 1 | -1/+2 |
2013-08-25 | Support denoting latency ports with lv2:designation lv2:latency. | David Robillard | 1 | -1/+2 |
2013-05-30 | Fix unlikely memory leak in lilv_plugin_instantiate(). | David Robillard | 1 | -1/+2 |
2013-03-25 | Allow lilv_state_restore() to be used without passing an instance, for restor... | David Robillard | 1 | -0/+2 |
2013-03-19 | Add C++ wrappers to lilvmm.hpp (fix compilation with --python). | David Robillard | 1 | -0/+6 |
2013-02-18 | Bump version (Lilv 0.16.0). | David Robillard | 1 | -2/+2 |
2013-02-10 | Add lilv_world_ask() for easily checking if a statement exists. | David Robillard | 1 | -3/+4 |
2013-02-02 | Require a URI for lilv_state_to_string() and fail gracefully otherwise. | David Robillard | 1 | -1/+3 |
2013-01-27 | Don't print errors when loading plugin description as default state. | David Robillard | 1 | -2/+3 |
2013-01-26 | Support state:loadDefaultState. | David Robillard | 1 | -1/+3 |