Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-14 | Fix library current_version on MacOS | David Robillard | 2 | -3/+3 | |
2024-01-23 | Lilv 0.24.24v0.24.24 | David Robillard | 2 | -3/+3 | |
2024-01-09 | Fix null dereference when trying to load state from a missing file | David Robillard | 2 | -4/+4 | |
2023-10-22 | Lilv 0.24.22v0.24.22 | David Robillard | 2 | -3/+3 | |
2022-12-10 | Simplify trivial switch statements | David Robillard | 1 | -6/+1 | |
2022-10-05 | Fix dependencies in pkg-config file | David Robillard | 2 | -3/+3 | |
2022-09-09 | Lilv 0.24.20v0.24.20 | David Robillard | 2 | -3/+3 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 3 | -3/+3 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 9 | -29/+27 | |
2022-08-15 | Update project metadata | David Robillard | 2 | -3/+3 | |
2022-08-12 | Lilv 0.24.18v0.24.18 | David Robillard | 2 | -3/+3 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 2 | -3/+3 | |
2022-07-18 | Lilv 0.24.16v0.24.16 | David Robillard | 2 | -3/+3 | |
2022-07-18 | Switch to meson build system | David Robillard | 1 | -0/+9 | |
2022-07-08 | Fix fallback flock() detection on MacOS | David Robillard | 2 | -3/+3 | |
2022-05-26 | Lilv 0.24.14v0.24.14 | David Robillard | 2 | -3/+3 | |
2021-01-11 | Fix unused parameter warnings | David Robillard | 1 | -4/+22 | |
2021-01-07 | Lilv 0.24.12v0.24.12 | David Robillard | 2 | -3/+3 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -36/+28 | |
2020-12-01 | Python: Allow connecting ports to structures | Kilian Ulrichsohn | 1 | -0/+4 | |
2020-07-16 | Clean up includes | David Robillard | 1 | -1/+1 | |
2020-02-23 | Fix namespace add operator with Python 2 | David Robillard | 1 | -0/+3 | |
In Python 2, a __coerce__ attribute of the Namespace is requested in this case, which ends up producing an error. Work around this by defining a __coerce__ method that does nothing so __getattr__ is not called for it. | |||||
2020-02-17 | Add __add__ magic method to Python Namespace class | Christopher Arndt | 2 | -0/+6 | |
This allows creating URIs from a Namespace instance by adding a suffix. | |||||
2020-02-17 | Simplify lv2_list_presets.py | David Robillard | 1 | -4/+2 | |
2020-02-17 | Allow passing strings for URIs in Python API when unambiguous | David Robillard | 2 | -45/+112 | |
2020-02-17 | Update Python binding boilerplate | David Robillard | 2 | -4/+4 | |
2020-02-17 | Add positive Python test for get_port_by_designation() | David Robillard | 2 | -0/+6 | |
2020-02-17 | Support checking if Python objects with URIs are in a Nodes | David Robillard | 2 | -7/+9 | |
2020-02-17 | Add portable Python _is_string() utility and use it everywhere | David Robillard | 1 | -5/+12 | |
2019-11-09 | Add example Python script to list plugin presets | Christopher Arndt | 1 | -0/+46 | |
2019-11-09 | Make Python exceptions more informative | David Robillard | 1 | -4/+4 | |
2019-10-23 | Fix Python tests on Python2 | David Robillard | 1 | -5/+15 | |
2019-10-23 | Skip instance test if numpy is missing | David Robillard | 1 | -1/+5 | |
2019-10-23 | Fix Python bindings on Windows | David Robillard | 2 | -5/+13 | |
2019-10-22 | Fix Python bindings on Mac | David Robillard | 1 | -1/+6 | |
2019-10-21 | Don't depend on order in test expectations | David Robillard | 1 | -2/+2 | |
2019-10-21 | Don't print UI URIs in unit test | David Robillard | 1 | -2/+0 | |
2019-10-21 | Fix Python memory leaks | David Robillard | 1 | -2/+8 | |
2019-10-21 | Fix memory error in Python World.unload_resource() | David Robillard | 1 | -1/+3 | |
This is pretty ridiculous behaviour on behalf of the GC, if you ask me. | |||||
2019-10-21 | Make Python bindings more Pythonic | David Robillard | 2 | -6/+42 | |
2019-10-21 | Clean up Python bindings | David Robillard | 2 | -981/+898 | |
2019-10-21 | Fix memory errors and Python 3.4+ compatibility in Python bindings | David Robillard | 2 | -128/+190 | |
2019-10-19 | Clean up Python test suite | David Robillard | 1 | -49/+154 | |
2019-10-19 | Remove old Swig bindings | David Robillard | 2 | -1812/+0 | |
2019-10-19 | Fix various issues with Python bindings | David Robillard | 2 | -27/+78 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -1/+1 | |
2019-01-13 | Update copyright dates | David Robillard | 2 | -2/+2 | |
2019-01-13 | Clean up includes | David Robillard | 1 | -4/+4 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
2017-01-04 | Lilv 0.24.2v0.24.2 | David Robillard | 1 | -2/+2 | |
2016-09-20 | Update Python documentation version | David Robillard | 1 | -2/+2 | |