summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-13Move tags to project-specific subdirectoriesv0.4.4David Robillard0-0/+0
2011-06-12Tag Lilv 0.4.4David Robillard0-0/+0
2011-06-11Lilv 0.4.4David Robillard2-3/+5
2011-06-11Update ChangeLogDavid Robillard1-0/+2
2011-06-11Remove jv2jackDavid Robillard3-527/+0
2011-06-11Parse data files with their own URIs as base URIs and allow plugin data files...David Robillard1-10/+4
2011-06-09Fix badly typed returnDavid Robillard1-1/+1
2011-06-09Explicitly document free functions as safe to call on NULL.David Robillard3-7/+16
2011-06-01Fix lilv_ui_is_supported when Lilv is built independently.David Robillard3-6/+11
2011-05-30Don't add soname/version to python module (suggestion from Alessio Treglia)David Robillard1-1/+0
2011-05-30Fix building with --bindings (patch from Alessio Treglia)David Robillard1-1/+1
2011-05-26Lilv 0.4.2David Robillard3-2/+11
2011-05-25Fix building documentation as part of recursive build.David Robillard2-9/+17
2011-05-25Python portability (argh...)David Robillard1-2/+2
2011-05-25Lilv 0.4.0David Robillard2-3/+4
2011-05-25Remove glib stuff from pkg-config file.David Robillard1-2/+2
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+2
2011-05-24Fix references to old Node name "Value"David Robillard2-4/+4
2011-05-24Add PACKAGING fileDavid Robillard1-0/+29
2011-05-24Re-use the SordNode of blank nodes when copying.David Robillard3-15/+10
2011-05-20Use correct program name in jack session command line.David Robillard1-1/+1
2011-05-19Update waf (don't crash on waf test when lcov is unavailable)David Robillard1-0/+0
2011-05-18Fix crash introduced in last commit. Oops.David Robillard1-10/+15
2011-05-18Fix lilv_plugin_get_port_ranges_float crash when range values aren't float.David Robillard1-8/+15
2011-05-18Update for new Sord API.David Robillard3-40/+53
2011-05-16Update for new Sord API.David Robillard2-1/+3
2011-05-16Align configuration output precisely per-projectDavid Robillard1-1/+1
2011-05-16Make dynamic manifest support optional for now (naspro git is broken).David Robillard1-14/+14
2011-05-16Actually rename `swig' directory `bindings'...David Robillard3-0/+0
2011-05-16Remove crusty old SWIG stuffDavid Robillard6-60/+0
2011-05-16Fix references to old utility namesDavid Robillard6-58/+20
2011-05-16Install man pages and strip LILV_API from lilv man pageDavid Robillard1-1/+8
2011-05-15Remove dead code found by clang static analyserDavid Robillard1-3/+2
2011-05-12Update for new Sord APIDavid Robillard2-1/+3
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard2-2/+16
2011-05-11Update license of lilv_text.c (with permission from kfoltman).David Robillard1-18/+16
2011-05-06Fix spurious space in URI (fix ticket #681).David Robillard1-1/+1
2011-05-05Remove useless world->namespaces.David Robillard2-21/+0
2011-05-04Wrap get_by_uri collection methods.David Robillard2-25/+37
2011-05-04Add some missing methods to C++ and Python APIs.David Robillard1-7/+4
2011-05-04Fix python bindings.David Robillard3-60/+48
2011-05-03Fix compilation.David Robillard1-4/+6
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard9-108/+113
2011-04-30Update for new Serd APIDavid Robillard2-2/+2
2011-04-30Consistent error and warning message style.David Robillard6-28/+33
2011-04-30Use readdir_r instead of readdir for thread safety.David Robillard1-16/+12
2011-04-30Tidy.David Robillard11-43/+60
2011-04-30Cache port RDF node on load instead of searching for it repeatedly.David Robillard6-82/+58
2011-04-29Faster implementations of lilv_plugin_get_one and lilv_plugin_get_unique.David Robillard2-23/+19
2011-04-29Tidy.David Robillard8-204/+150