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