summaryrefslogtreecommitdiffstats
path: root/NEWS
AgeCommit message (Expand)AuthorFilesLines
2014-11-22Windows fixes (thanks John Emmas).David Robillard1-1/+2
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-1/+2
2014-10-05Tolerate passing NULL to lilv_state_restore().David Robillard1-2/+3
2014-10-05Configure based on compiler target OS for cross-compilation.David Robillard1-1/+2
2014-08-10Fix function references in doc comments.David Robillard1-0/+6
2014-08-08Lilv 0.20.0.David Robillard1-2/+3
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard1-2/+3
2014-07-13Improved/working lv2_apply.py to apply plugin to a .wav (fix #969).David Robillard1-1/+3
2014-07-12Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho...David Robillard1-4/+7
2014-05-05Fix use of lv2info -m and -p options to write plugin data.David Robillard1-2/+5
2014-04-27Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL.David Robillard1-1/+2
2014-01-18Call lv2_lib_descriptor separately for different bundle pathsDavid Robillard1-1/+3
2014-01-17Fix minor memory leak in test suite.David Robillard1-1/+2
2014-01-12Don't load files multiple times if they are listed as rdfs:seeAlso for severa...David Robillard1-0/+7
2014-01-04Lilv 0.18.0David Robillard1-2/+2
2014-01-04Add lilv_port_get_node() for using world query functions with ports.David Robillard1-1/+2
2013-12-30Clean up after test suite so multiple runs are successful.David Robillard1-1/+2
2013-12-19Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #...David Robillard1-1/+2
2013-11-01lv2info: Don't display invalid control maxes and defaults (fix #934).David Robillard1-1/+3
2013-10-30Call GetProcAddress with correct calling convention on Windows (fix #932).David Robillard1-2/+3
2013-08-25Support getting index of designated latency ports.David Robillard1-1/+2
2013-08-25Support denoting latency ports with lv2:designation lv2:latency.David Robillard1-1/+2
2013-05-30Fix unlikely memory leak in lilv_plugin_instantiate().David Robillard1-1/+2
2013-03-25Allow lilv_state_restore() to be used without passing an instance, for restor...David Robillard1-0/+2
2013-03-19Add C++ wrappers to lilvmm.hpp (fix compilation with --python).David Robillard1-0/+6
2013-02-18Bump version (Lilv 0.16.0).David Robillard1-2/+2
2013-02-10Add lilv_world_ask() for easily checking if a statement exists.David Robillard1-3/+4
2013-02-02Require a URI for lilv_state_to_string() and fail gracefully otherwise.David Robillard1-1/+3
2013-01-27Don't print errors when loading plugin description as default state.David Robillard1-2/+3
2013-01-26Support state:loadDefaultState.David Robillard1-1/+3
2013-01-15Fix several plugin functions that failed to load data if called first.David Robillard1-5/+6
2013-01-14Add several missing methods to lilvmm.David Robillard1-1/+2
2013-01-10Make lilv_plugin_get_port_by_designation() return a const pointer.David Robillard1-1/+2
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard1-1/+2
2012-11-23Add lilv_world_ask() for simply checking if a statement exists.David Robillard1-0/+1
2012-11-23Add lilv_nodes_merge() to API (address part of #835).David Robillard1-0/+1
2012-11-23Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758).David Robillard1-1/+3
2012-11-23Support atom:supports in lilv_port_supports_event() (fix #857).David Robillard1-2/+3
2012-11-23Factor out common "ask if a triple is present" pattern.David Robillard1-1/+1
2012-11-23Correctly depend on serd at build time (fix compilation in odd cases)David Robillard1-0/+1
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard1-0/+6
2012-08-23Lilv 0.14.4David Robillard1-4/+5
2012-08-23Update NEWS.David Robillard1-0/+5
2012-08-23Do not require a C++ compiler to build.David Robillard1-0/+1
2012-08-11Add lv2bench utility.David Robillard1-0/+1
2012-08-10Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.David Robillard1-0/+1
2012-07-15Gracefully handle failure to save plugin state and print error message.David Robillard1-0/+1
2012-07-06Fix crash when lv2info is run with an invalid URI argument.David Robillard1-0/+1
2012-06-30Fix documentation for ui_type parameter of lilv_ui_is_supported() (fix #838).David Robillard1-0/+1
2012-06-29Fix Lilv::Instance API to handle features and failed instantiations.David Robillard1-0/+8