Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2023-08-23 | Update sphinxygen wrap | David Robillard | 1 | -6/+6 | |
2023-08-23 | Suppress clang-tidy warning | David Robillard | 1 | -0/+1 | |
2023-06-27 | Fix warnings | David Robillard | 1 | -1/+5 | |
2023-06-27 | Update sord dependency version to match siblings | David Robillard | 1 | -1/+1 | |
2023-06-27 | Order plugin classes by URI | David Robillard | 2 | -2/+3 | |
2023-06-04 | Fix manifest URIs for bundle URIs without trailing slashes | David Robillard | 1 | -13/+17 | |
2023-06-04 | Make more functions static | David Robillard | 3 | -20/+8 | |
2023-05-22 | Fix static default LV2_PATH value on MacOS | David Robillard | 1 | -1/+6 | |
2023-05-22 | Remove unused LILV_DIR_SEP | David Robillard | 1 | -9/+0 | |
2023-05-14 | Clean up documentation and remove junk files from install | David Robillard | 17 | -131/+234 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 2 | -1/+7 | |
2023-05-01 | Fix include-what-you-use warnings | David Robillard | 1 | -2/+1 | |
2023-05-01 | Replace strict option with new meson warning level | David Robillard | 6 | -271/+113 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 8 | -9/+18 | |
2023-02-04 | Remove duplicate include | David Robillard | 1 | -1/+0 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 3 | -1/+3 | |
2023-01-29 | Suppress new warnings in MSVS 2022 | David Robillard | 1 | -0/+5 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 2 | -34/+13 | |
2022-12-19 | Allow LILV_API to be defined by the user | David Robillard | 2 | -9/+13 | |
2022-12-13 | Remove duplicate NEWS entry | David Robillard | 1 | -1/+0 | |
2022-12-11 | Update NEWS | David Robillard | 1 | -1/+6 | |
2022-12-11 | Fix whitespace | David Robillard | 1 | -1/+1 | |
2022-12-11 | Suppress warnings in C++ test | David Robillard | 1 | -1/+18 | |
2022-12-11 | Remove unused platform feature checks | David Robillard | 3 | -84/+2 | |