Age | Commit message (Expand) | Author | Files | Lines |
2015-05-13 | Build py33 bindings if configured with py3. | David Robillard | 1 | -1/+2 |
2015-04-15 | Fix bindings for Python 3. | David Robillard | 3 | -3/+6 |
2015-03-28 | Fix lilv_world_ask() to work with wildcards. | David Robillard | 2 | -3/+7 |
2015-03-17 | Fix plugin iteration in Python. | David Robillard | 1 | -4/+4 |
2015-03-16 | Load discovered owl ontologies as specifications. | David Robillard | 3 | -15/+22 |
2015-03-07 | Add support for state deletion. | David Robillard | 8 | -53/+267 |
2015-03-07 | Fix unload functions to only unload the necessary data. | David Robillard | 1 | -3/+3 |
2015-02-23 | Update waf. | David Robillard | 1 | -5/+5 |
2015-02-19 | Add lilv_state_emit_port_values() for special port value handling. | David Robillard | 4 | -8/+32 |
2015-02-08 | Preserve absolute paths in state if no link directory is given. | David Robillard | 3 | -5/+11 |
2015-01-29 | Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes(). | David Robillard | 3 | -3/+25 |
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 7 | -19/+39 |
2015-01-29 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2015-01-26 | Add missing include. | David Robillard | 1 | -0/+1 |
2015-01-25 | Upgrade to r100/autowaf. | David Robillard | 1 | -4/+4 |
2015-01-18 | Fix Python bindings (add swig tool to waf). | David Robillard | 1 | -5/+5 |
2015-01-18 | Remove LILV_NEW_LV2 define. | David Robillard | 4 | -16/+1 |
2015-01-16 | Upgrade to r99/autowaf (fix documentation paths). | David Robillard | 1 | -4/+4 |
2014-12-18 | Upgrade to waf 1.8.5. | David Robillard | 1 | -0/+0 |
2014-12-10 | Fix loading files with spaces in their path. | David Robillard | 2 | -7/+8 |
2014-11-22 | Windows fixes (thanks John Emmas). | David Robillard | 4 | -3/+18 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 4 | -4/+11 |
2014-10-05 | Remove hard-coded -ldl from pkgconfig file. | David Robillard | 1 | -1/+1 |
2014-10-05 | Tolerate passing NULL to lilv_state_restore(). | David Robillard | 3 | -7/+10 |
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 2 | -13/+15 |
2014-09-26 | Report specific error when dyn-manifest dlopen() fails (fix #983). | David Robillard | 1 | -1/+3 |
2014-09-26 | Update dyn-manifest loading for new sord. | David Robillard | 1 | -21/+26 |
2014-09-24 | Fixes for new sord. | David Robillard | 5 | -31/+78 |
2014-08-10 | Fix function references in doc comments. | David Robillard | 3 | -28/+35 |
2014-08-08 | Lilv 0.20.0. | David Robillard | 2 | -3/+4 |
2014-08-08 | Upload man pages with waf upload_docs target. | David Robillard | 1 | -0/+4 |
2014-08-08 | Upgrade to waf 1.7.16. | David Robillard | 1 | -0/+0 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 8 | -130/+130 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -9/+9 |
2014-08-08 | Update Doxygen files. | David Robillard | 1 | -918/+1438 |
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-08-08 | Fix documentation issues. | David Robillard | 1 | -16/+37 |
2014-08-08 | Update copyright dates. | David Robillard | 16 | -18/+18 |
2014-08-08 | Fix non-strict prototype. | David Robillard | 1 | -2/+2 |
2014-08-08 | Fix various warnings. | David Robillard | 1 | -4/+4 |
2014-08-08 | Fix compilation with non-standard LV2 location. | David Robillard | 1 | -0/+1 |
2014-07-31 | Minor code cleanups, slightly reduce LOC. | David Robillard | 12 | -723/+385 |
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 6 | -28/+155 |
2014-07-13 | Improved/working lv2_apply.py to apply plugin to a .wav (fix #969). | David Robillard | 2 | -85/+154 |
2014-07-12 | Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho... | David Robillard | 3 | -18/+292 |
2014-05-20 | Fix slow redundant parsing where many presets share a data file. | David Robillard | 2 | -16/+19 |
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 | 6 | -10/+58 |
2014-04-27 | Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL. | David Robillard | 2 | -5/+6 |
2014-04-26 | Update to waf 1.7.16. | David Robillard | 1 | -0/+0 |