Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-11 | Remove old Windows compatibility gunk | David Robillard | 1 | -1/+2 | |
2024-11-24 | Use angle brackets for library includes and clean up include paths | David Robillard | 1 | -1/+2 | |
2024-11-24 | Use zix_expand_environment_strings() | David Robillard | 1 | -1/+2 | |
The removed test was the last that needed access to private code, so also remove all of the build complication around ensuring there's a static library to test (avoiding a double build in many cases). | |||||
2024-10-11 | Add missing const qualifiers | David Robillard | 1 | -1/+2 | |
2024-10-06 | Add cppcheck lint test | David Robillard | 1 | -1/+2 | |
2024-03-16 | Fix test suite when TMPDIR has no trailing slash | David Robillard | 1 | -1/+2 | |
2024-03-15 | Fix C++ test build on MacOS | David Robillard | 1 | -1/+2 | |
2024-03-14 | Fix library current_version on MacOS | David Robillard | 1 | -0/+6 | |
2024-01-23 | Lilv 0.24.24v0.24.24 | David Robillard | 1 | -2/+2 | |
2024-01-20 | Avoid overriding state features passed by the host | rncbc | 1 | -1/+2 | |
2024-01-09 | Fix potential null dereferences and conversion warnings | David Robillard | 1 | -1/+2 | |
A few of these can't actually happen, but that's opaque to static analysis, so appease clang-tidy with casts since the checks are too valuable to suppress. | |||||
2024-01-09 | Fix null dereference when trying to load state from a missing file | David Robillard | 1 | -0/+6 | |
2023-10-22 | Lilv 0.24.22v0.24.22 | David Robillard | 1 | -2/+2 | |
2023-09-23 | Fix crash when plugins pass NULL to the LV2_State_Retrieve_Function | David Robillard | 1 | -1/+2 | |
2023-06-27 | Order plugin classes by URI | David Robillard | 1 | -1/+2 | |
2023-05-14 | Clean up documentation and remove junk files from install | David Robillard | 1 | -1/+2 | |
2022-12-19 | Allow LILV_API to be defined by the user | David Robillard | 1 | -1/+2 | |
2022-12-13 | Remove duplicate NEWS entry | David Robillard | 1 | -1/+0 | |
2022-12-11 | Update NEWS | David Robillard | 1 | -1/+6 | |
2022-11-29 | Clean up inconsistent tool command line interfaces | David Robillard | 1 | -1/+2 | |
2022-11-16 | Fix potential crash when writing state files fails | David Robillard | 1 | -1/+2 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -1/+2 | |
2022-10-05 | Fix dependencies in pkg-config file | David Robillard | 1 | -0/+6 | |
2022-09-09 | Lilv 0.24.20v0.24.20 | David Robillard | 1 | -2/+2 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -1/+2 | |
2022-08-15 | Update project metadata | David Robillard | 1 | -0/+6 | |
2022-08-12 | Lilv 0.24.18v0.24.18 | David Robillard | 1 | -2/+2 | |
2022-08-09 | Fix default LV2_PATH | David Robillard | 1 | -1/+2 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 1 | -0/+6 | |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -20/+20 | |
2022-07-18 | Lilv 0.24.16v0.24.16 | David Robillard | 1 | -2/+2 | |
2022-07-18 | Switch to meson build system | David Robillard | 1 | -1/+2 | |
2022-07-08 | Fix fallback flock() detection on MacOS | David Robillard | 1 | -0/+6 | |
2022-05-26 | Lilv 0.24.14v0.24.14 | David Robillard | 1 | -2/+3 | |
2021-01-11 | Fix unused parameter warnings | David Robillard | 1 | -1/+2 | |
2021-01-11 | Update zix | David Robillard | 1 | -0/+6 | |
2021-01-07 | Lilv 0.24.12v0.24.12 | David Robillard | 1 | -2/+2 | |
2021-01-02 | Remove the need for a generated configuration header | David Robillard | 1 | -1/+2 | |
2020-12-18 | Windows: Fix saving state with files | David Robillard | 1 | -1/+2 | |
2020-12-17 | Fix writing state manifests on Windows | David Robillard | 1 | -1/+2 | |
2020-12-01 | Python: Allow connecting ports to structures | Kilian Ulrichsohn | 1 | -1/+2 | |
2020-11-11 | Fix unlikely undefined behavior when saving state | David Robillard | 1 | -1/+2 | |
2020-11-11 | Fix potential memory error when joining filesystem paths | David Robillard | 1 | -0/+6 | |
2020-09-27 | Lilv 0.24.10v0.24.10 | David Robillard | 1 | -2/+4 | |
2020-09-26 | Fix memory leaks in lv2bench | David Robillard | 1 | -1/+2 | |
2020-09-26 | Normalise NEWS file | David Robillard | 1 | -1/+1 | |
2020-05-17 | Make lilv_world_get() use translations | David Robillard | 1 | -0/+6 | |
2020-04-26 | Lilv 0.24.8v0.24.8 | David Robillard | 1 | -2/+2 | |
2020-02-17 | Allow passing strings for URIs in Python API when unambiguous | David Robillard | 1 | -0/+1 | |
2020-01-18 | Fix memory leak when dyn-manifest has no plugins | David Robillard | 1 | -1/+2 | |