Age | Commit message (Expand) | Author | Files | Lines |
2012-01-17 | Remove use of wordexp. | David Robillard | 1 | -1/+1 |
2012-01-17 | Support compilation as C++ under MSVC++, | David Robillard | 1 | -0/+1 |
2012-01-08 | Update man pages. | David Robillard | 1 | -0/+1 |
2011-12-23 | Add LilvState API for handling plugin state. This makes it simple to save and | David Robillard | 1 | -0/+4 |
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 1 | -0/+2 |
2011-12-16 | Fix lilv_world_find_nodes to work with wildcard subjects. | David Robillard | 1 | -0/+5 |
2011-12-09 | Only load dynmanifests once per bundle, not once per plugin (fix #669). | David Robillard | 1 | -0/+1 |
2011-12-01 | Fix crash in wordexp when LV2_PATH is corrupt (patch from Paul Davis). | David Robillard | 1 | -0/+1 |
2011-11-07 | Add lilv_plugin_get_extension_data. | David Robillard | 1 | -0/+1 |
2011-11-06 | Update ChangeLog. | David Robillard | 1 | -0/+1 |
2011-11-02 | Use correct URI for dcterms:replaces (for hiding old plugins): | David Robillard | 1 | -0/+2 |
2011-10-22 | Make Lilv::uri_to_path static inline (fix #777). | David Robillard | 1 | -0/+1 |
2011-10-15 | Fix man page installation directory (#781) | David Robillard | 1 | -0/+1 |
2011-10-15 | Use path variables in pkgconfig files (#782). | David Robillard | 1 | -0/+6 |
2011-09-29 | Lilv 0.5.0 | David Robillard | 1 | -2/+2 |
2011-09-29 | Add ability to build static library. | David Robillard | 1 | -0/+1 |
2011-09-28 | Remove glib dependency | David Robillard | 1 | -0/+1 |
2011-09-14 | Support integer minimum, maximum, and default port values in lilv_plugin_get_... | David Robillard | 1 | -0/+2 |
2011-08-20 | Obey prefix when installing bash completion script (fix #747) | David Robillard | 1 | -0/+1 |
2011-08-20 | Add lv2core as a pkg-config compile time dependency (fix #742). | David Robillard | 1 | -0/+6 |
2011-06-11 | Lilv 0.4.4 | David Robillard | 1 | -2/+4 |
2011-06-11 | Update ChangeLog | David Robillard | 1 | -0/+2 |
2011-06-01 | Fix lilv_ui_is_supported when Lilv is built independently. | David Robillard | 1 | -0/+6 |
2011-05-26 | Lilv 0.4.2 | David Robillard | 1 | -0/+7 |
2011-05-25 | Lilv 0.4.0 | David Robillard | 1 | -2/+3 |
2011-04-28 | Rename slv2 to lilv. | David Robillard | 1 | -134/+2 |
2011-03-11 | Add slv2_plugin_is_replaced to allow hosts to hide old plugins. | David Robillard | 1 | -0/+1 |
2011-03-09 | Update ChangeLog. | David Robillard | 1 | -0/+2 |
2011-03-06 | Relicense to 2-clause BSD... for the good of LV2... and hopefully me... event... | David Robillard | 1 | -0/+1 |
2011-02-12 | Update ChangeLog. | David Robillard | 1 | -0/+1 |
2011-02-11 | Add support for boolean values. | David Robillard | 1 | -1/+2 |
2011-02-11 | Better, tested, i18n system. | David Robillard | 1 | -2/+4 |
2011-02-04 | Drop librdf in favour of serd/sord. | David Robillard | 1 | -1/+4 |
2011-01-30 | Remove all use of, and API support for, SPARQL. | David Robillard | 1 | -1/+2 |
2011-01-30 | Remove slv2_plugin_get_properties and slv2_plugin_get_hints. | David Robillard | 1 | -1/+2 |
2011-01-30 | Strip trailing whitespace. | David Robillard | 1 | -18/+18 |
2010-09-04 | My name is David. :) | David Robillard | 1 | -16/+16 |
2010-03-05 | Parse all files with correct base URI. | David Robillard | 1 | -0/+7 |
2009-05-26 | Release SLV2 0.6.6. | David Robillard | 1 | -0/+8 |
2009-05-04 | Update ChangeLog. | David Robillard | 1 | -2/+3 |
2009-04-17 | Update doxygen stuff for new waf (and new doxygen). | David Robillard | 1 | -0/+8 |
2008-12-13 | Test querying for float values. | David Robillard | 1 | -1/+2 |
2008-12-13 | Test (and fix) slv2_plugin_get_value_for_subject: 94.3% coverage | David Robillard | 1 | -1/+3 |
2008-12-13 | Add constructors slv2_value_new_int, slv2_value_new_float, slv2_value_new_str... | David Robillard | 1 | -0/+6 |
2008-12-01 | Add working --no-jack configure option. | David Robillard | 1 | -1/+2 |
2008-11-27 | Fix feature detection. | David Robillard | 1 | -0/+6 |
2008-11-08 | Releasey bits. | David Robillard | 1 | -3/+3 |
2008-10-04 | Fix slv2_plugin_get_supported_features. | David Robillard | 1 | -0/+1 |
2008-09-29 | Add slv2_instance_get_extension_data. | David Robillard | 1 | -0/+1 |
2008-09-29 | Add slv2_port_get_value. | David Robillard | 1 | -0/+7 |