Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-09 | Fix potential null dereferences and conversion warnings | David Robillard | 1 | -1/+0 | |
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. | |||||
2023-09-21 | Suppress new warnings in clang 16 | David Robillard | 1 | -0/+2 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 1 | -0/+6 | |
2023-05-01 | Replace strict option with new meson warning level | David Robillard | 1 | -89/+111 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 1 | -0/+6 | |
2022-12-11 | Fix whitespace | David Robillard | 1 | -1/+1 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
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-08-09 | Fix strict MSVC build | David Robillard | 1 | -6/+5 | |
2022-08-09 | Suppress MSVC warning in non-strict builds | David Robillard | 1 | -1/+6 | |
2022-07-18 | Switch to meson build system | David Robillard | 1 | -0/+102 | |