summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-09Fix Python bindingsDavid Robillard4-6/+16
2015-10-08Lilv 0.22.0David Robillard2-3/+3
2015-10-08Fix documentation generationDavid Robillard1-1/+1
2015-10-08Improve test coverageDavid Robillard2-1/+12
2015-10-08Fix memory leaks in test suiteDavid Robillard1-0/+5
2015-10-08Add required lv2 tool to wafDavid Robillard1-5/+5
2015-10-08Update INSTALL fileDavid Robillard2-39/+17
2015-10-07Fix directory walking on some systemsDavid Robillard2-4/+12
2015-10-05Fix compilation on WindowsDavid Robillard1-2/+7
2015-10-04Fix compilation on BSDDavid Robillard1-1/+2
2015-10-04Improve test coverageDavid Robillard35-61/+1054
2015-10-03Upgrade to waf 1.8.14David Robillard2-8/+10
2015-09-10Use lilv_free() where appropriate.David Robillard3-10/+10
2015-08-14Add lilv_free() for systems picky about such things.David Robillard5-11/+28
2015-08-13Fix lilv_realpath() on pre-POSIX-2008 systems.David Robillard2-5/+16
2015-05-22Clarify comment.David Robillard1-1/+1
2015-05-21Delete trailing whitespace.David Robillard2-3/+2
2015-05-13Build py33 bindings if configured with py3.David Robillard1-1/+2
2015-04-15Fix bindings for Python 3.David Robillard3-3/+6
2015-03-28Fix lilv_world_ask() to work with wildcards.David Robillard2-3/+7
2015-03-17Fix plugin iteration in Python.David Robillard1-4/+4
2015-03-16Load discovered owl ontologies as specifications.David Robillard3-15/+22
2015-03-07Add support for state deletion.David Robillard8-53/+267
2015-03-07Fix unload functions to only unload the necessary data.David Robillard1-3/+3
2015-02-23Update waf.David Robillard1-5/+5
2015-02-19Add lilv_state_emit_port_values() for special port value handling.David Robillard4-8/+32
2015-02-08Preserve absolute paths in state if no link directory is given.David Robillard3-5/+11
2015-01-29Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes().David Robillard3-3/+25
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