summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Update man pages.David Robillard6-16/+45
2012-01-08Fix compilation on Mac OS X.David Robillard2-4/+13
2012-01-08Fix crash on corrupt plugins (fix #800).David Robillard1-4/+6
2012-01-08Move all non-portable stuff to util.c.David Robillard4-53/+49
2012-01-08Localise directory traversal stuff.David Robillard3-72/+75
2012-01-08Use flock instead of lockf (seems to be more portable).David Robillard2-7/+9
2012-01-08Add file support to state implementation.David Robillard12-334/+994
2012-01-04Use platform specific shared library extension in test suite.David Robillard4-21/+32
2012-01-04Consistently use SordNode for internal URIs.David Robillard4-26/+34
2012-01-04Implement proper support for LV2_STATE_BUNDLE.David Robillard7-101/+194
2012-01-03Add lilv_state_get_num_properties().David Robillard2-96/+112
2012-01-03Improved coverage for plugin.c.David Robillard3-43/+117
2012-01-03Fix memory error.David Robillard1-1/+1
2012-01-03100% coverage for query.c.David Robillard2-16/+42
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