Age | Commit message (Expand) | Author | Files | Lines |
2014-08-08 | Fix non-strict prototype. | David Robillard | 1 | -2/+2 |
2014-08-08 | Fix various warnings. | David Robillard | 1 | -4/+4 |
2014-08-08 | Fix compilation with non-standard LV2 location. | David Robillard | 1 | -0/+1 |
2014-07-31 | Minor code cleanups, slightly reduce LOC. | David Robillard | 12 | -723/+385 |
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 6 | -28/+155 |
2014-07-13 | Improved/working lv2_apply.py to apply plugin to a .wav (fix #969). | David Robillard | 2 | -85/+154 |
2014-07-12 | Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho... | David Robillard | 3 | -18/+292 |
2014-05-20 | Fix slow redundant parsing where many presets share a data file. | David Robillard | 2 | -16/+19 |
2014-05-20 | Fix test suite memory leaks. | David Robillard | 1 | -0/+5 |
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 6 | -10/+58 |
2014-04-27 | Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL. | David Robillard | 2 | -5/+6 |
2014-04-26 | Update to waf 1.7.16. | David Robillard | 1 | -0/+0 |
2014-04-26 | Ignore errors when attempting to delete test state directory. | David Robillard | 1 | -1/+4 |
2014-02-01 | Fix indentation. | David Robillard | 1 | -1/+1 |
2014-01-18 | Call lv2_lib_descriptor separately for different bundle paths | David Robillard | 4 | -5/+29 |
2014-01-17 | Fix minor memory leak in test suite. | David Robillard | 2 | -1/+3 |
2014-01-12 | Factor out common file reading code. | David Robillard | 2 | -39/+32 |
2014-01-12 | Don't load files multiple times if they are listed as rdfs:seeAlso for severa... | David Robillard | 5 | -44/+64 |
2014-01-04 | Lilv 0.18.0 | David Robillard | 2 | -4/+4 |
2014-01-04 | Fix bugs introduced in r5255. | David Robillard | 1 | -3/+3 |
2014-01-04 | Add lilv_port_get_node() for using world query functions with ports. | David Robillard | 5 | -9/+30 |
2013-12-30 | Clean up after test suite so multiple runs are successful. | David Robillard | 3 | -16/+19 |
2013-12-27 | Implement lv2:prototype. | David Robillard | 4 | -2/+26 |
2013-12-25 | Fix running test suite from top level. | David Robillard | 1 | -2/+3 |
2013-12-25 | Load waf modules before everything else so CFLAGS and friends are correct (oo... | David Robillard | 1 | -2/+2 |
2013-12-25 | Don't attempt to build static lv2bench as static since it needs -ldl (#919). | David Robillard | 1 | -1/+1 |
2013-12-25 | Update to r94/autowaf. | David Robillard | 1 | -0/+0 |
2013-12-25 | Fix some const-correctness violations. | David Robillard | 1 | -2/+2 |
2013-12-25 | Fix some const-correctness violations. | David Robillard | 3 | -7/+7 |
2013-12-19 | Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #... | David Robillard | 12 | -4/+2257 |
2013-12-19 | Update to waf 1.7.14. | David Robillard | 1 | -0/+0 |
2013-12-17 | Fix more const issues. | David Robillard | 1 | -9/+10 |
2013-11-01 | lv2info: Don't display invalid control maxes and defaults (fix #934). | David Robillard | 2 | -3/+5 |
2013-10-30 | Call GetProcAddress with correct calling convention on Windows (fix #932). | David Robillard | 2 | -6/+10 |
2013-08-25 | Support getting index of designated latency ports. | David Robillard | 3 | -5/+17 |
2013-08-25 | Support denoting latency ports with lv2:designation lv2:latency. | David Robillard | 4 | -6/+15 |
2013-08-09 | Upgrade to waf 1.7.11. | David Robillard | 1 | -0/+0 |
2013-06-09 | Python3 fixes (#915). | David Robillard | 1 | -8/+9 |
2013-05-30 | Fix unlikely memory leak in lilv_plugin_instantiate(). | David Robillard | 2 | -9/+10 |
2013-03-25 | Allow lilv_state_restore() to be used without passing an instance, for restor... | David Robillard | 3 | -12/+14 |
2013-03-19 | Add C++ wrappers to lilvmm.hpp (fix compilation with --python). | David Robillard | 3 | -1/+33 |
2013-03-17 | Update to r93/autowaf. | David Robillard | 1 | -0/+0 |
2013-02-18 | Bump version (Lilv 0.16.0). | David Robillard | 2 | -5/+5 |
2013-02-18 | Make use of sord_get(). | David Robillard | 2 | -64/+34 |
2013-02-18 | Fix SordNode leaks. | David Robillard | 2 | -12/+12 |
2013-02-10 | Add lilv_world_ask() for easily checking if a statement exists. | David Robillard | 7 | -4/+74 |
2013-02-02 | Upgrade to waf 1.7.9 | David Robillard | 1 | -0/+0 |
2013-02-02 | Require a URI for lilv_state_to_string() and fail gracefully otherwise. | David Robillard | 4 | -1/+26 |
2013-01-27 | Add note to documentation about loading default plugin state. | David Robillard | 1 | -0/+2 |
2013-01-27 | Don't print errors when loading plugin description as default state. | David Robillard | 2 | -7/+10 |