summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Add feature test macro required for setenv.David Robillard1-0/+2
2011-11-07Add lilv_plugin_get_extension_data.David Robillard7-1/+37
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-2/+0
2011-11-06Update ChangeLog.David Robillard1-0/+1
2011-11-06Don't link against -ldl on BSD.David Robillard1-0/+2
2011-11-06Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.David Robillard9-17/+1
2011-11-02Fix compilation broken in r3593.David Robillard1-2/+2
2011-11-02Use correct URI for dcterms:replaces (for hiding old plugins):David Robillard3-4/+5
2011-11-01Use rdfs:label for preset labels (fix ticket #668).David Robillard2-5/+5
2011-10-22Make Lilv::uri_to_path static inline (fix #777).David Robillard2-1/+5
2011-10-22Upgrade to r58/autowaf (Fix building against local libraries)David Robillard1-0/+0
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
2011-10-19Check for LV2 extensions via pkg-config (new style in LV2 SVN).David Robillard1-2/+0
2011-10-15Fix man page installation directory (#781)David Robillard2-0/+1
2011-10-15Use path variables in pkgconfig files (#782).David Robillard2-0/+6
2011-09-29Lilv 0.5.0David Robillard1-2/+2
2011-09-29Update documentation styleDavid Robillard1-1/+17
2011-09-29Create ~/.lv2 if necessaryDavid Robillard1-1/+3
2011-09-29Add ability to build static library.David Robillard2-10/+28
2011-09-29Tidy.David Robillard3-37/+37
2011-09-29Tidy.David Robillard4-6/+6
2011-09-29Bump sord dependency to 0.5.0.David Robillard1-1/+1
2011-09-28Improve test coverage.David Robillard1-0/+28
2011-09-28Remove useless wrapper.David Robillard2-17/+2
2011-09-28Align configuration outputDavid Robillard1-1/+1
2011-09-28Remove glib dependencyDavid Robillard13-92/+820
2011-09-28Remove use of GSList.David Robillard3-13/+12
2011-09-27Add lilv_plugin_write_description and lilv_plugin_write_manifest_entry.David Robillard4-28/+197
2011-09-27Load tools before autowaf.configure so e.g. --debug works correctly.David Robillard1-4/+5
2011-09-27Avoid adding -std=c99 to command line repeatedly.David Robillard1-1/+1
2011-09-27Fix memory leak with dyn-manifestDavid Robillard1-0/+5
2011-09-22Set correct base URI when parsing dyn manifest data (fix #771).David Robillard1-0/+2
2011-09-17Upgrade to r52/autowafDavid Robillard1-0/+0
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