Age | Commit message (Expand) | Author | Files | Lines |
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 |
2016-09-05 | Add new hand-crafted Python bindings | David Robillard | 1 | -13/+3 |
2016-08-27 | Add lv2apply utility/example | David Robillard | 1 | -2/+7 |
2016-08-17 | Add target for generating release announcements | David Robillard | 1 | -0/+11 |
2016-08-01 | Check for libdl | David Robillard | 1 | -3/+7 |
2016-08-01 | Use consistent feature test macros | David Robillard | 1 | -2/+2 |
2016-07-25 | Support test coverage with LLVM | David Robillard | 1 | -20/+13 |
2016-07-14 | Improve test coverage | David Robillard | 1 | -8/+13 |
2016-07-10 | Test versioned plugin replacement | David Robillard | 1 | -8/+16 |
2016-07-09 | Clean up test output | David Robillard | 1 | -3/+5 |
2015-10-09 | Fix Python bindings | David Robillard | 1 | -1/+1 |
2015-10-08 | Lilv 0.22.0 | David Robillard | 1 | -1/+1 |
2015-10-04 | Improve test coverage | David Robillard | 1 | -22/+50 |
2015-08-14 | Add lilv_free() for systems picky about such things. | David Robillard | 1 | -1/+1 |
2015-05-13 | Build py33 bindings if configured with py3. | David Robillard | 1 | -1/+2 |
2015-03-07 | Add support for state deletion. | David Robillard | 1 | -1/+1 |
2015-02-19 | Add lilv_state_emit_port_values() for special port value handling. | David Robillard | 1 | -1/+1 |
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -1/+1 |
2015-01-18 | Remove LILV_NEW_LV2 define. | David Robillard | 1 | -2/+0 |
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -12/+13 |
2014-09-24 | Fixes for new sord. | David Robillard | 1 | -1/+1 |
2014-08-10 | Fix function references in doc comments. | David Robillard | 1 | -1/+1 |
2014-08-08 | Lilv 0.20.0. | David Robillard | 1 | -1/+1 |
2014-08-08 | Upload man pages with waf upload_docs target. | David Robillard | 1 | -0/+4 |
2014-08-08 | Fix compilation with non-standard LV2 location. | David Robillard | 1 | -0/+1 |
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 1 | -1/+1 |
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 1 | -1/+1 |
2014-04-26 | Ignore errors when attempting to delete test state directory. | David Robillard | 1 | -1/+4 |
2014-01-12 | Don't load files multiple times if they are listed as rdfs:seeAlso for severa... | David Robillard | 1 | -1/+1 |
2014-01-04 | Lilv 0.18.0 | David Robillard | 1 | -2/+2 |
2014-01-04 | Add lilv_port_get_node() for using world query functions with ports. | David Robillard | 1 | -1/+1 |
2013-12-30 | Clean up after test suite so multiple runs are successful. | David Robillard | 1 | -0/+2 |
2013-12-27 | Implement lv2:prototype. | David Robillard | 1 | -1/+1 |
2013-12-25 | Fix running test suite from top level. | David Robillard | 1 | -2/+3 |
2013-12-25 | Load waf modules before everything else so CFLAGS and friends are correct (oo... | David Robillard | 1 | -2/+2 |
2013-12-25 | Don't attempt to build static lv2bench as static since it needs -ldl (#919). | David Robillard | 1 | -1/+1 |
2013-12-19 | Add support for running plugins from Python by Kaspar Emanuel (fix #939 and #... | David Robillard | 1 | -2/+43 |
2013-03-19 | Add C++ wrappers to lilvmm.hpp (fix compilation with --python). | David Robillard | 1 | -1/+1 |
2013-02-18 | Bump version (Lilv 0.16.0). | David Robillard | 1 | -3/+3 |
2013-02-10 | Add lilv_world_ask() for easily checking if a statement exists. | David Robillard | 1 | -1/+1 |
2012-11-23 | Add va_list variant of lilv_plugin_get_num_ports_of_class() (#758). | David Robillard | 1 | -1/+1 |
2012-11-23 | Correctly depend on serd at build time (fix compilation in odd cases) | David Robillard | 1 | -5/+4 |
2012-09-12 | Clean up wscripts. | David Robillard | 1 | -1/+0 |
2012-09-10 | Support building against parallel debuggable libraries via pkg-config. | David Robillard | 1 | -21/+14 |
2012-09-09 | Disable timestamps in HTML documentation for reproducible build (fix #856). | David Robillard | 1 | -1/+1 |
2012-08-23 | Lilv 0.14.4 | David Robillard | 1 | -1/+1 |
2012-08-23 | Do not require a C++ compiler to build. | David Robillard | 1 | -3/+3 |
2012-08-11 | Add lv2bench utility. | David Robillard | 1 | -15/+33 |
2012-08-09 | Fix Windows static build. | David Robillard | 1 | -1/+2 |
2012-08-09 | Update zix. Fix --static-progs. | David Robillard | 1 | -0/+1 |