Age | Commit message (Expand) | Author | Files | Lines |
2015-03-07 | Add support for state deletion. | David Robillard | 1 | -0/+15 |
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -12/+0 |
2014-09-24 | Fixes for new sord. | David Robillard | 1 | -0/+1 |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 1 | -2/+14 |
2014-07-12 | Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho... | David Robillard | 1 | -3/+259 |
2014-05-20 | Fix test suite memory leaks. | David Robillard | 1 | -0/+5 |
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 1 | -0/+10 |
2014-01-17 | Fix minor memory leak in test suite. | David Robillard | 1 | -0/+1 |
2013-12-30 | Clean up after test suite so multiple runs are successful. | David Robillard | 1 | -15/+15 |
2013-12-25 | Fix some const-correctness violations. | David Robillard | 1 | -2/+2 |
2013-12-19 | Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #... | David Robillard | 1 | -1/+30 |
2013-02-10 | Add lilv_world_ask() for easily checking if a statement exists. | David Robillard | 1 | -0/+6 |
2013-02-02 | Require a URI for lilv_state_to_string() and fail gracefully otherwise. | David Robillard | 1 | -0/+9 |
2013-01-10 | Make lilv_plugin_get_port_by_designation() return a const pointer. | David Robillard | 1 | -1/+1 |
2012-11-23 | Add lilv_world_ask() for simply checking if a statement exists. | David Robillard | 1 | -0/+8 |
2012-11-23 | Support atom:supports in lilv_port_supports_event() (fix #857). | David Robillard | 1 | -2/+7 |
2012-08-13 | Fix const violations. | David Robillard | 1 | -7/+7 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 2 | -36/+37 |
2012-04-06 | Fix compilation on Windows. | David Robillard | 1 | -1/+1 |
2012-04-06 | Update test suite for latest state extension. | David Robillard | 2 | -5/+9 |
2012-03-30 | Fix bad data discovered by sord_validate. | David Robillard | 1 | -1/+1 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -2/+2 |
2012-03-20 | Update for latest atom extension. | David Robillard | 1 | -1/+1 |
2012-03-11 | Fix incorrect lv2:hardRTCapable URI. | David Robillard | 1 | -1/+1 |
2012-03-10 | Fix compilation with latest serd. | David Robillard | 1 | -2/+2 |
2012-03-08 | Add base_uri parameter to lilv_state_to_string(). | David Robillard | 1 | -1/+1 |
2012-03-08 | serd_node_new_uri_from_path => serd_node_new_file_uri. | David Robillard | 1 | -2/+2 |
2012-03-08 | Update sratom to write paths as file URIs, and related state fixes. | David Robillard | 1 | -14/+30 |
2012-03-08 | Fix memory errors. | David Robillard | 1 | -5/+7 |
2012-03-06 | Fix test for file state saving by comparing contents, not path. | David Robillard | 1 | -5/+7 |
2012-03-06 | Use URI defines from atom.h. | David Robillard | 1 | -9/+7 |
2012-03-06 | Add lilv_state_new_from_string(). | David Robillard | 1 | -0/+11 |
2012-03-06 | Use raw type/size/value instead of LilvNode for port values. | David Robillard | 1 | -11/+24 |
2012-03-03 | Use a fully-fledged Atom serialisation API for state saving. | David Robillard | 2 | -17/+24 |
2012-03-02 | Fix too-small float arrays. | David Robillard | 1 | -3/+3 |
2012-02-28 | Update for latest lv2core. | David Robillard | 1 | -3/+3 |
2012-02-27 | Implement lv2:relation. | David Robillard | 1 | -1/+10 |
2012-02-19 | Update for latest LV2 changes. | David Robillard | 2 | -9/+10 |
2012-02-01 | Windows compatibility fixes. | David Robillard | 2 | -18/+29 |
2012-01-28 | Update state interface to support multiple state snapshots with shared files. | David Robillard | 2 | -39/+97 |
2012-01-18 | Fix memory leaks. | David Robillard | 2 | -23/+30 |
2012-01-17 | Add test cases for lilv_expand and fix bugs. | David Robillard | 1 | -0/+10 |
2012-01-17 | Remove use of wordexp. | David Robillard | 1 | -6/+42 |
2012-01-16 | Use correct WIN32 define. | David Robillard | 1 | -1/+1 |
2012-01-09 | Make lilv_state_save take a full filename with extension. | David Robillard | 1 | -5/+9 |
2012-01-08 | Add file support to state implementation. | David Robillard | 2 | -23/+251 |
2012-01-04 | Use platform specific shared library extension in test suite. | David Robillard | 3 | -17/+25 |
2012-01-04 | Implement proper support for LV2_STATE_BUNDLE. | David Robillard | 1 | -0/+34 |
2012-01-03 | Improved coverage for plugin.c. | David Robillard | 1 | -0/+66 |