Age | Commit message (Expand) | Author | Files | Lines |
2012-01-08 | Fix compilation on Mac OS X. | David Robillard | 2 | -4/+13 |
2012-01-08 | Fix crash on corrupt plugins (fix #800). | David Robillard | 1 | -4/+6 |
2012-01-08 | Move all non-portable stuff to util.c. | David Robillard | 4 | -53/+49 |
2012-01-08 | Localise directory traversal stuff. | David Robillard | 3 | -72/+75 |
2012-01-08 | Use flock instead of lockf (seems to be more portable). | David Robillard | 2 | -7/+9 |
2012-01-08 | Add file support to state implementation. | David Robillard | 12 | -334/+994 |
2012-01-04 | Use platform specific shared library extension in test suite. | David Robillard | 4 | -21/+32 |
2012-01-04 | Consistently use SordNode for internal URIs. | David Robillard | 4 | -26/+34 |
2012-01-04 | Implement proper support for LV2_STATE_BUNDLE. | David Robillard | 7 | -101/+194 |
2012-01-03 | Add lilv_state_get_num_properties(). | David Robillard | 2 | -96/+112 |
2012-01-03 | Improved coverage for plugin.c. | David Robillard | 3 | -43/+117 |
2012-01-03 | Fix memory error. | David Robillard | 1 | -1/+1 |
2012-01-03 | 100% coverage for query.c. | David Robillard | 2 | -16/+42 |
2011-12-30 | Support arbitrary binary data in plugin state via base64 encoding. | David Robillard | 11 | -52/+650 |
2011-12-23 | Add LilvState API for handling plugin state. This makes it simple to save and | David Robillard | 9 | -31/+1026 |
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 4 | -35/+12 |
2011-12-18 | Fix broken lilv_resource_node_cmp (always equal) | David Robillard | 2 | -2/+1 |
2011-12-16 | Fix lilv_world_find_nodes to work with wildcard subjects. | David Robillard | 10 | -43/+205 |
2011-12-10 | Fix base URI used for parsing dynmanifest plugin data. | David Robillard | 3 | -4/+4 |
2011-12-10 | Tidy. | David Robillard | 1 | -2/+2 |
2011-12-09 | Only load dynmanifests once per bundle, not once per plugin (fix #669). | David Robillard | 4 | -40/+52 |
2011-12-09 | Fix memory leak in test program. | David Robillard | 1 | -0/+1 |
2011-12-01 | Fix crash in wordexp when LV2_PATH is corrupt (patch from Paul Davis). | David Robillard | 2 | -1/+5 |
2011-11-26 | Use lib instead of linkflags (#787). | David Robillard | 1 | -6/+6 |
2011-11-26 | Fix compilation with latest dynmanifest extension (#786). | David Robillard | 1 | -1/+1 |
2011-11-24 | Update waf. | David Robillard | 1 | -0/+0 |
2011-11-17 | Fix incorrect comment on lilv_plugin_get_author_homepage. | David Robillard | 1 | -1/+1 |
2011-11-11 | Update version number. | David Robillard | 1 | -1/+1 |
2011-11-11 | Add lilv_plugin_has_extension_data. | David Robillard | 3 | -1/+55 |
2011-11-11 | Make scale point test tolerate different results orders. | David Robillard | 1 | -4/+12 |
2011-11-11 | Add feature test macro required for setenv. | David Robillard | 1 | -0/+2 |
2011-11-07 | Add lilv_plugin_get_extension_data. | David Robillard | 7 | -1/+37 |
2011-11-07 | Remove use of non-portable _XOPEN_SOURCE and strdup. | David Robillard | 1 | -2/+0 |
2011-11-06 | Update ChangeLog. | David Robillard | 1 | -0/+1 |
2011-11-06 | Don't link against -ldl on BSD. | David Robillard | 1 | -0/+2 |
2011-11-06 | Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD. | David Robillard | 9 | -17/+1 |
2011-11-02 | Fix compilation broken in r3593. | David Robillard | 1 | -2/+2 |
2011-11-02 | Use correct URI for dcterms:replaces (for hiding old plugins): | David Robillard | 3 | -4/+5 |
2011-11-01 | Use rdfs:label for preset labels (fix ticket #668). | David Robillard | 2 | -5/+5 |
2011-10-22 | Make Lilv::uri_to_path static inline (fix #777). | David Robillard | 2 | -1/+5 |
2011-10-22 | Upgrade to r58/autowaf (Fix building against local libraries) | David Robillard | 1 | -0/+0 |
2011-10-19 | Upgrade to r57/autowaf | David Robillard | 1 | -0/+0 |
2011-10-19 | Check for LV2 extensions via pkg-config (new style in LV2 SVN). | David Robillard | 1 | -2/+0 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 2 | -0/+1 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 2 | -0/+6 |
2011-09-29 | Lilv 0.5.0 | David Robillard | 1 | -2/+2 |
2011-09-29 | Update documentation style | David Robillard | 1 | -1/+17 |
2011-09-29 | Create ~/.lv2 if necessary | David Robillard | 1 | -1/+3 |
2011-09-29 | Add ability to build static library. | David Robillard | 2 | -10/+28 |
2011-09-29 | Tidy. | David Robillard | 3 | -37/+37 |