summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-30Support arbitrary binary data in plugin state via base64 encoding.David Robillard11-52/+650
2011-12-23Add LilvState API for handling plugin state. This makes it simple to save andDavid Robillard9-31/+1026
2011-12-19Remove locale smashing kludges and use new serd functions for converting nodesDavid Robillard4-35/+12
2011-12-18Fix broken lilv_resource_node_cmp (always equal)David Robillard2-2/+1
2011-12-16Fix lilv_world_find_nodes to work with wildcard subjects.David Robillard10-43/+205
2011-12-10Fix base URI used for parsing dynmanifest plugin data.David Robillard3-4/+4
2011-12-10Tidy.David Robillard1-2/+2
2011-12-09Only load dynmanifests once per bundle, not once per plugin (fix #669).David Robillard4-40/+52
2011-12-09Fix memory leak in test program.David Robillard1-0/+1
2011-12-01Fix crash in wordexp when LV2_PATH is corrupt (patch from Paul Davis).David Robillard2-1/+5
2011-11-26Use lib instead of linkflags (#787).David Robillard1-6/+6
2011-11-26Fix compilation with latest dynmanifest extension (#786).David Robillard1-1/+1
2011-11-24Update waf.David Robillard1-0/+0
2011-11-17Fix incorrect comment on lilv_plugin_get_author_homepage.David Robillard1-1/+1
2011-11-11Update version number.David Robillard1-1/+1
2011-11-11Add lilv_plugin_has_extension_data.David Robillard3-1/+55
2011-11-11Make scale point test tolerate different results orders.David Robillard1-4/+12
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