summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard7-19/+39
2015-01-29Fix memory leak.David Robillard1-0/+1
2015-01-26Add missing include.David Robillard1-0/+1
2015-01-25Upgrade to r100/autowaf.David Robillard1-4/+4
2015-01-18Fix Python bindings (add swig tool to waf).David Robillard1-5/+5
2015-01-18Remove LILV_NEW_LV2 define.David Robillard4-16/+1
2015-01-16Upgrade to r99/autowaf (fix documentation paths).David Robillard1-4/+4
2014-12-18Upgrade to waf 1.8.5.David Robillard1-0/+0
2014-12-10Fix loading files with spaces in their path.David Robillard2-7/+8
2014-11-22Windows fixes (thanks John Emmas).David Robillard4-3/+18
2014-11-17Fix a few minor/unlikely memory errors.David Robillard4-4/+11
2014-10-05Remove hard-coded -ldl from pkgconfig file.David Robillard1-1/+1
2014-10-05Tolerate passing NULL to lilv_state_restore().David Robillard3-7/+10
2014-10-05Configure based on compiler target OS for cross-compilation.David Robillard2-13/+15
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 Robillard5-31/+78
2014-08-10Fix function references in doc comments.David Robillard3-28/+35
2014-08-08Lilv 0.20.0.David Robillard2-3/+4
2014-08-08Upload man pages with waf upload_docs target.David Robillard1-0/+4
2014-08-08Upgrade to waf 1.7.16.David Robillard1-0/+0
2014-08-08Use Markdown in doc comments for better source readability.David Robillard8-130/+130
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-9/+9
2014-08-08Update Doxygen files.David Robillard1-918/+1438
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-08-08Fix documentation issues.David Robillard1-16/+37
2014-08-08Update copyright dates.David Robillard16-18/+18
2014-08-08Fix non-strict prototype.David Robillard1-2/+2
2014-08-08Fix various warnings.David Robillard1-4/+4
2014-08-08Fix compilation with non-standard LV2 location.David Robillard1-0/+1
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard12-723/+385
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