summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Use lilv_free() where appropriate.David Robillard3-10/+10
2015-08-14Add lilv_free() for systems picky about such things.David Robillard1-0/+6
2015-08-13Fix lilv_realpath() on pre-POSIX-2008 systems.David Robillard1-4/+14
2015-05-22Clarify comment.David Robillard1-1/+1
2015-05-21Delete trailing whitespace.David Robillard2-3/+2
2015-03-28Fix lilv_world_ask() to work with wildcards.David Robillard1-2/+5
2015-03-16Load discovered owl ontologies as specifications.David Robillard2-14/+20
2015-03-07Add support for state deletion.David Robillard4-50/+211
2015-03-07Fix unload functions to only unload the necessary data.David Robillard1-3/+3
2015-02-19Add lilv_state_emit_port_values() for special port value handling.David Robillard1-6/+13
2015-02-08Preserve absolute paths in state if no link directory is given.David Robillard1-3/+6
2015-01-29Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes().David Robillard1-2/+2
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard3-3/+16
2015-01-29Fix memory leak.David Robillard1-0/+1
2015-01-26Add missing include.David Robillard1-0/+1
2015-01-18Remove LILV_NEW_LV2 define.David Robillard3-14/+1
2014-12-10Fix loading files with spaces in their path.David Robillard1-6/+6
2014-11-22Windows fixes (thanks John Emmas).David Robillard3-2/+16
2014-11-17Fix a few minor/unlikely memory errors.David Robillard2-3/+5
2014-10-05Tolerate passing NULL to lilv_state_restore().David Robillard1-4/+6
2014-09-26Report specific error when dyn-manifest dlopen() fails (fix #983).David Robillard1-1/+3
2014-09-26Update dyn-manifest loading for new sord.David Robillard1-21/+26
2014-09-24Fixes for new sord.David Robillard3-30/+76
2014-08-08Use Markdown in doc comments for better source readability.David Robillard7-29/+29
2014-08-08Update copyright dates.David Robillard10-11/+11
2014-08-08Fix various warnings.David Robillard1-4/+4
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard11-433/+240
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard2-22/+112
2014-07-12Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho...David Robillard1-11/+26
2014-05-20Fix slow redundant parsing where many presets share a data file.David Robillard2-16/+19
2014-05-05Fix use of lv2info -m and -p options to write plugin data.David Robillard1-0/+14
2014-04-27Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL.David Robillard1-4/+4
2014-02-01Fix indentation.David Robillard1-1/+1
2014-01-18Call lv2_lib_descriptor separately for different bundle pathsDavid Robillard3-4/+26
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 Robillard3-43/+56
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 Robillard2-7/+15
2013-12-27Implement lv2:prototype.David Robillard3-1/+25
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 Robillard1-0/+5
2013-12-17Fix more const issues.David Robillard1-9/+10
2013-10-30Call GetProcAddress with correct calling convention on Windows (fix #932).David Robillard1-4/+7
2013-08-25Support getting index of designated latency ports.David Robillard1-3/+13
2013-08-25Support denoting latency ports with lv2:designation lv2:latency.David Robillard3-5/+13
2013-05-30Fix unlikely memory leak in lilv_plugin_instantiate().David Robillard1-8/+8
2013-03-25Allow lilv_state_restore() to be used without passing an instance, for restor...David Robillard1-2/+2
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 Robillard3-0/+35