Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-14 | Add skeleton core.lv2 bundle for tests | David Robillard | 1 | -0/+8 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -24/+15 | |
2019-01-13 | Actually run C++ bindings test | David Robillard | 1 | -1/+4 | |
There is still no actual testing in the binary, but this at least ensures the bindings can be used at all. | |||||
2018-09-16 | Clean up wscript | David Robillard | 1 | -32/+21 | |
2018-09-15 | Don't build lv2apply and lv2bench with --no-utils | David Robillard | 1 | -8/+8 | |
2018-09-04 | Fix GCC8 warnings | David Robillard | 1 | -1/+1 | |
2018-07-22 | Lilv 0.24.4v0.24.4 | David Robillard | 1 | -3/+3 | |
2018-07-10 | Fix saving state when broken links are encountered | David Robillard | 1 | -0/+6 | |
2018-07-10 | Fix Windows/MSVC build | David Robillard | 1 | -10/+7 | |
2018-07-10 | Fix use of clock_gettime on Darwin | David Robillard | 1 | -2/+6 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+11 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 1 | -29/+29 | |
2017-12-16 | Compile check C++ API | David Robillard | 1 | -0/+17 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -13/+14 | |
2017-12-16 | Update waf | David Robillard | 1 | -1/+0 | |
2017-02-20 | Install Python bindings when configured without tests | David Robillard | 1 | -7/+8 | |
2017-02-12 | Remove use of deprecated readdir_r | David Robillard | 1 | -1/+1 | |
2017-01-04 | Lilv 0.24.2v0.24.2 | David Robillard | 1 | -1/+1 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 1 | -1/+1 | |
2016-09-19 | Lilv 0.24.0v0.24.0 | David Robillard | 1 | -2/+2 | |
2016-09-18 | Make Python test suite work without installing | David Robillard | 1 | -4/+7 | |
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 | |
New bindings are Pythonic, supporting iteration, DWIM type conversion, pretty printing, and so on, where possible. Updated test suite covers 100% of binding code. Which is to say: add real Python bindings. As far as the Lilv API itself is concerned, you can do everything via Python. However, more work is needed to make fancy wrappers for parts of LV2 itself (MIDI, URI map, etc) to be able to run advanced plugins. | |||||
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 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5759 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-08 | Lilv 0.22.0 | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5756 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-04 | Improve test coverage | David Robillard | 1 | -22/+50 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-14 | Add lilv_free() for systems picky about such things. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5706 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-13 | Build py33 bindings if configured with py3. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5677 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-07 | Add support for state deletion. | David Robillard | 1 | -1/+1 | |
Add lilv_node_get_path(). Add lilv_state_get_uri(). Add lilv_state_delete(). Fix creation of duplicate manifest entries when saving state. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5617 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-19 | Add lilv_state_emit_port_values() for special port value handling. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5586 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5528 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-18 | Remove LILV_NEW_LV2 define. | David Robillard | 1 | -2/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5522 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-10-05 | Configure based on compiler target OS for cross-compilation. | David Robillard | 1 | -12/+13 | |
Only add -dl to pkg-config file for appropriate platforms. Fix #986. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5472 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-09-24 | Fixes for new sord. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5465 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-10 | Fix function references in doc comments. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5450 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Lilv 0.20.0. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5438 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Upload man pages with waf upload_docs target. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5433 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Fix compilation with non-standard LV2 location. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5420 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5413 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-05-05 | Fix use of lv2info -m and -p options to write plugin data. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5401 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-26 | Ignore errors when attempting to delete test state directory. | David Robillard | 1 | -1/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5372 a436a847-0d15-0410-975c-d299462d15a1 |