Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Use angle brackets for library includes and clean up include paths | David Robillard | 2 | -2/+1 | |
2024-11-24 | Use zix_expand_environment_strings() | David Robillard | 1 | -1/+1 | |
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-07-17 | Avoid return with void value | David Robillard | 1 | -1/+0 | |
2024-07-17 | Remove redundant inline specifiers | David Robillard | 1 | -1/+0 | |
2024-07-16 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+2 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 1 | -1/+1 | |
2023-05-01 | Replace strict option with new meson warning level | David Robillard | 1 | -0/+1 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 2 | -1/+2 | |
2023-01-29 | Suppress new warnings in MSVS 2022 | David Robillard | 1 | -0/+5 | |
2022-12-11 | Suppress warnings in C++ test | David Robillard | 1 | -1/+18 | |
2022-12-10 | Resurrect C++ bindings test | David Robillard | 3 | -0/+44 | |