summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-15Fix compilation with --dyn-manifest.David Robillard1-1/+1
2011-09-14Support integer minimum, maximum, and default port values in lilv_plugin_get_...David Robillard2-14/+31
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-23Fix building with bindingsDavid Robillard1-0/+2
2011-08-20Obey prefix when installing bash completion script (fix #747)David Robillard2-2/+3
2011-08-20Fix incorrect #define name in documentation (fix #748).David Robillard1-1/+1
2011-08-20Add lv2core as a pkg-config compile time dependency (fix #742).David Robillard2-0/+7
2011-07-07Upgrade to waf 1.6.6David Robillard2-2/+3
2011-06-20Fix memory leakDavid Robillard1-1/+1
2011-06-14Use uppercase for pkg-config variables, matching environment variables.David Robillard1-4/+4
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