Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-12 | Strengthen clang warnings on non-Darwin | David Robillard | 1 | -2/+7 | |
2024-10-12 | Use exhaustive switch statements everywhere | David Robillard | 1 | -3/+0 | |
2024-10-12 | Remove unused preprocessor symbols | David Robillard | 1 | -2/+0 | |
2024-10-12 | Avoid use of non-literal format string | David Robillard | 1 | -2/+0 | |
2024-10-12 | Avoid casting away const | David Robillard | 1 | -1/+0 | |
2024-10-12 | Enable unused parameter warnings | David Robillard | 1 | -13/+0 | |
These were fixed earlier (and the clang-tidy warning enabled), but the compiler flags were't strengthened. | |||||
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+1 | |
2023-09-21 | Fix new warnings with clang 16 | David Robillard | 1 | -0/+3 | |
2023-05-12 | Fix warnings in Qt build | David Robillard | 1 | -0/+2 | |
2023-05-02 | Replace strict option with new meson warning level | David Robillard | 1 | -75/+109 | |
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-17 | Switch to meson build system | David Robillard | 1 | -0/+146 | |