Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-16 | Avoid narrowing casts through void | David Robillard | 1 | -1/+0 | |
2024-07-16 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -1/+2 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+2 | |
2023-02-04 | Fix clang and clang-tidy warnings in Windows | David Robillard | 1 | -0/+2 | |
2022-12-11 | Clean up include guards | David Robillard | 1 | -1/+0 | |
2022-12-11 | Simplify clang-tidy configuration | David Robillard | 1 | -0/+7 | |
2022-12-11 | Test headers for warnings more strictly | David Robillard | 1 | -0/+16 | |
2022-09-09 | Clean up clang-tidy configuration | David Robillard | 1 | -30/+0 | |
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-09-08 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2022-07-17 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -0/+2 | |
2022-07-03 | Suppress new warnings from clang-tidy 13 | David Robillard | 1 | -0/+1 | |
2022-05-26 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -0/+3 | |
2021-01-01 | Suppress clang-tidy C11 warnings | David Robillard | 1 | -0/+1 | |
2020-12-16 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+7 | |
2020-09-27 | Don't use else after return | David Robillard | 1 | -1/+0 | |
2020-09-27 | Initialize all variables | David Robillard | 1 | -1/+0 | |
2020-09-27 | Fix narrowing conversions | David Robillard | 1 | -1/+0 | |
2020-09-27 | Fix leaked va_lists | David Robillard | 1 | -1/+0 | |
2020-09-27 | Strengthen lint target | David Robillard | 1 | -0/+17 | |