Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-10 | Fix use of clock_gettime on Darwin | David Robillard | 1 | -2/+6 | |
2018-07-09 | lv2apply: Use default values when they are not nan | giuliomoro | 2 | -1/+2 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2018-01-16 | Upgrade to waf 2.0.4 | David Robillard | 1 | -6/+6 | |
2017-12-29 | Use clang-tidy for linting | David Robillard | 1 | -1/+11 | |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 8 | -302/+304 | |
2017-12-29 | Remove redundant typedefs | David Robillard | 2 | -2/+0 | |
2017-12-29 | Use safe string functions | David Robillard | 2 | -17/+13 | |
2017-12-29 | Never attempt to create VLA with 0 length | David Robillard | 1 | -1/+2 | |
2017-12-29 | Fix potential memory leaks | David Robillard | 3 | -1/+8 | |
2017-12-29 | Remove dead code | David Robillard | 1 | -5/+0 | |
2017-12-29 | Parenthesize macro argument | David Robillard | 1 | -1/+1 | |
2017-12-29 | Remove pointless casts | David Robillard | 4 | -6/+6 | |
2017-12-29 | Use braces everywhere | David Robillard | 11 | -71/+132 | |
2017-12-29 | Upgrade to waf 2.0.3 | David Robillard | 2 | -38/+38 | |
2017-12-18 | Update waf | David Robillard | 1 | -5/+5 | |
2017-12-16 | Compile check C++ API | David Robillard | 3 | -0/+41 | |
2017-12-16 | Use mkstemp instead of tmpnam | David Robillard | 1 | -13/+9 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -13/+14 | |
2017-12-16 | Update waf | David Robillard | 2 | -4/+3 | |
2017-03-23 | Don't attempt to load remote or non-Turtle files | David Robillard | 2 | -3/+12 | |
2017-03-18 | Support running a single plugin in lv2bench | David Robillard | 2 | -19/+41 | |
2017-03-06 | Fix lv2bench for some plugins with sequence ports | David Robillard | 2 | -3/+19 | |
2017-03-06 | Gracefully handle plugins with missing binary URIs | David Robillard | 2 | -5/+10 | |
2017-02-21 | Add attribution | David Robillard | 1 | -1/+2 | |
2017-02-20 | Install Python bindings when configured without tests | David Robillard | 2 | -8/+10 | |
2017-02-14 | Fix invalid HTML in documentation | David Robillard | 1 | -5/+5 | |
2017-02-12 | Remove use of deprecated readdir_r | David Robillard | 3 | -6/+8 | |
2017-01-04 | Lilv 0.24.2v0.24.2 | David Robillard | 5 | -7/+8 | |
2017-01-03 | Always escape file URIs | David Robillard | 1 | -5/+5 | |
2016-10-01 | Transition away from deprecated _BSD_SOURCE | David Robillard | 2 | -1/+2 | |
2016-09-26 | Fix comparison of restored states with paths | David Robillard | 3 | -4/+15 | |
2016-09-20 | Update Python documentation version | David Robillard | 1 | -2/+2 | |
2016-09-19 | Lilv 0.24.0v0.24.0 | David Robillard | 2 | -4/+4 | |
2016-09-18 | Update copyright dates | David Robillard | 4 | -4/+4 | |
2016-09-18 | Update documentation style | David Robillard | 1 | -63/+53 | |
2016-09-18 | Make Python test suite work without installing | David Robillard | 1 | -4/+7 | |
2016-09-18 | Fix warning | David Robillard | 1 | -2/+2 | |
2016-09-18 | Fix memory, file, and library leaks | David Robillard | 6 | -5/+18 | |
2016-09-18 | Fix short string allocation | David Robillard | 1 | -1/+1 | |
2016-09-16 | Add lilv_world_get_symbol() | David Robillard | 4 | -0/+107 | |
2016-09-16 | Add missing include | David Robillard | 1 | -2/+3 | |
2016-09-05 | Add project tag to release posts | David Robillard | 1 | -1/+1 | |
2016-09-05 | Tidy up man pages | David Robillard | 3 | -10/+10 | |
2016-09-05 | Improve Python documentation | David Robillard | 1 | -32/+49 | |
2016-09-05 | Fix typo in comment | David Robillard | 1 | -1/+1 | |
2016-09-05 | Fix Python documentation generation | David Robillard | 3 | -8/+39 | |
2016-09-05 | Add Python binding documentation generator | David Robillard | 3 | -0/+453 | |
2016-09-05 | Add missing file | David Robillard | 1 | -0/+1732 | |
2016-09-05 | Add new hand-crafted Python bindings | David Robillard | 5 | -90/+294 | |
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. |