Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-11 | Remove old Windows compatibility gunk | David Robillard | 2 | -11/+2 | |
2024-12-11 | Use zix_create_directory() instead of mkdir() | David Robillard | 1 | -11/+4 | |
2024-12-11 | Add dylib abstraction to isolate platform-specific code | David Robillard | 7 | -53/+131 | |
2024-11-24 | Fix build as C++ | David Robillard | 1 | -1/+1 | |
2024-11-24 | Remove IWYU pragmas that no longer seem necessary | David Robillard | 4 | -4/+4 | |
2024-11-24 | Use angle brackets for library includes and clean up include paths | David Robillard | 72 | -174/+165 | |
2024-11-24 | Use zix_expand_environment_strings() | David Robillard | 16 | -173/+18 | |
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-11-24 | Avoid using internal configuration header in tools | David Robillard | 4 | -9/+1 | |
This suggests that the version should be available in the API, but for now, simply define LILV_VERSION on the command line to break the dependency. | |||||
2024-11-24 | Avoid using internal utility functions in tests | David Robillard | 6 | -12/+27 | |
2024-11-24 | Use conventional command-line help output formatting | David Robillard | 1 | -3/+3 | |
2024-11-22 | Quote email addresses in man pages | David Robillard | 4 | -4/+4 | |
2024-11-15 | Add clang-format configuration | David Robillard | 4 | -319/+217 | |
2024-11-13 | Move warning suppression flags to main meson file | David Robillard | 2 | -144/+122 | |
2024-10-11 | Add missing const qualifiers | David Robillard | 29 | -136/+137 | |
2024-10-11 | Remove redundant conditional | David Robillard | 1 | -1/+1 | |
2024-10-11 | Remove dead code | David Robillard | 2 | -8/+0 | |
2024-10-11 | Avoid potential null pointer arithmetic | David Robillard | 2 | -3/+3 | |
2024-10-11 | Clean up lilv_expand() unit tests | David Robillard | 2 | -15/+17 | |
Factor out the pattern of checking an expansion for an expected result, and eliminate mutation. | |||||
2024-10-06 | Add cppcheck lint test | David Robillard | 5 | -1/+40 | |
2024-10-06 | Relocate lint test definitions | David Robillard | 1 | -21/+21 | |
2024-10-06 | Add lint option and fix warning_level abuse | David Robillard | 2 | -8/+7 | |
2024-10-06 | Remove redundant default values for meson options | David Robillard | 1 | -7/+7 | |
2024-09-28 | Fix whitespace | David Robillard | 2 | -2/+2 | |
2024-07-18 | Add missing attribute | David Robillard | 1 | -0/+2 | |
The mingw32 build is the only one that cares about this for some reason. | |||||
2024-07-17 | Avoid return with void value | David Robillard | 2 | -3/+1 | |
2024-07-17 | Remove redundant inline specifiers | David Robillard | 2 | -57/+42 | |
2024-07-16 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 4 | -3/+10 | |
2024-07-16 | Avoid use of clobbered environment in test | David Robillard | 1 | -2/+2 | |
2024-06-10 | Fix parent path in lilv_state_new_from_file() | rncbc | 1 | -3/+4 | |
See also: https://www.rncbc.org/drupal/comment/10648#comment-10648 https://tracker.ardour.org/view.php?id=9717 | |||||
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 2 | -2/+4 | |
2024-03-16 | Fix test suite when TMPDIR has no trailing slash | David Robillard | 3 | -45/+10 | |
2024-03-16 | Fix potential use of null pointer in test plugin | David Robillard | 1 | -1/+2 | |
2024-03-15 | Fix C++ test build on MacOS | David Robillard | 2 | -1/+3 | |
2024-03-14 | Fix library current_version on MacOS | David Robillard | 9 | -9/+16 | |
2024-01-23 | Lilv 0.24.24v0.24.24 | David Robillard | 9 | -11/+11 | |
2024-01-20 | Avoid overriding state features passed by the host | rncbc | 2 | -1/+11 | |
2024-01-09 | Fix potential null dereferences and conversion warnings | David Robillard | 4 | -16/+29 | |
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 | 11 | -21/+44 | |
2023-10-22 | Lilv 0.24.22v0.24.22 | David Robillard | 9 | -11/+11 | |
2023-09-23 | Fix crash when plugins pass NULL to the LV2_State_Retrieve_Function | David Robillard | 2 | -4/+11 | |
2023-09-23 | Clean up sphinx build commands | David Robillard | 3 | -14/+14 | |
2023-09-23 | Explicitly specify all documentation dependencies | David Robillard | 5 | -13/+33 | |
Yet another attempt to sort out flaky documentation builds. This tries to be careful and describe the complete documentation dependency graph to meson explicitly (ignoring tool outputs that aren't used). | |||||
2023-09-23 | Format meson.build files with muon | David Robillard | 5 | -27/+48 | |
The less time wasted with manual code formatting, the better. | |||||
2023-09-23 | Clarify threading rules for instance functions | David Robillard | 1 | -3/+35 | |
2023-09-22 | Remove unnecessary include | David Robillard | 1 | -1/+0 | |
2023-09-22 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -1/+2 | |
2023-09-21 | Suppress new warnings in clang 16 | David Robillard | 1 | -0/+2 | |
2023-09-21 | Fix documentation dependencies | David Robillard | 3 | -3/+3 | |
2023-09-21 | Update gitignore file | David Robillard | 1 | -1/+1 | |
2023-08-23 | Update zix dependency | David Robillard | 1 | -1/+1 | |