summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-02Require a URI for lilv_state_to_string() and fail gracefully otherwise.David Robillard1-0/+9
2013-01-27Don't print errors when loading plugin description as default state.David Robillard1-5/+7
2013-01-26Support state:loadDefaultState.David Robillard1-0/+3
2013-01-15Fix several plugin functions that failed to load data if called first.David Robillard1-0/+6
2013-01-10Make lilv_plugin_get_port_by_designation() return a const pointer.David Robillard1-5/+5
2012-11-23Add lilv_world_ask() for simply checking if a statement exists.David Robillard1-0/+11
2012-11-23lilv_world_query_values_internal() => lilv_world_find_nodes_internal().David Robillard4-20/+20
2012-11-23Add lilv_nodes_merge() to API (address part of #835).David Robillard3-41/+46
2012-11-23Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758).David Robillard1-19/+39
2012-11-23Support atom:supports in lilv_port_supports_event() (fix #857).David Robillard1-5/+14
2012-11-23Factor out common "ask if a triple is present" pattern.David Robillard4-29/+21
2012-08-13Fix potential crash when state saving fails.David Robillard1-1/+2
2012-08-10Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode.David Robillard7-125/+107
2012-08-09Use existing PAGE_SIZE if defined (fix compilation on Haiku).David Robillard1-3/+6
2012-08-09Fix Windows static build.David Robillard1-1/+1
2012-08-09Update zix. Fix --static-progs.David Robillard3-43/+89
2012-08-09Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard9-30/+29
2012-08-07Add missing headers and define.David Robillard1-0/+3
2012-08-03Fix crash when invalid plugin URIs are used.David Robillard1-0/+4
2012-08-03Fix compilation with MSVC.David Robillard1-0/+1
2012-07-29Fix bogus warning about control reaching end of non-void function.David Robillard1-1/+1
2012-07-15Gracefully handle failure to save plugin state and print error message.David Robillard1-2/+21
2012-07-06Fix crash when lv2info is run with an invalid URI argument.David Robillard1-2/+12