Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-18 | Remove redundant member initialization | David Robillard | 1 | -1/+0 | |
I guess we'll side with clang-tidy on this one, over the somewhat notorious Weffc++. | |||||
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -1/+2 | |
2023-05-02 | Simplify clang-tidy configuration | David Robillard | 1 | -29/+2 | |
This gets close to being clean when run via meson, except for a bug where clang-diagnostic-unused-macros triggers on include guards. | |||||
2022-11-15 | Fix clang-tidy configuration | David Robillard | 1 | -1/+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-07-20 | Replace repeated type by braced init list | David Robillard | 1 | -1/+0 | |
2022-07-20 | Use nodiscard attribute | David Robillard | 1 | -1/+0 | |
2022-07-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2022-07-20 | Use uppercase integer literal suffixes | David Robillard | 1 | -1/+0 | |
2022-07-14 | Update clang-tidy and IWYU configuration for clang 14 | David Robillard | 1 | -0/+8 | |
2021-03-15 | Clean up clang-tidy configuration | David Robillard | 1 | -4/+1 | |
2021-01-02 | Use std::all_of | David Robillard | 1 | -1/+0 | |
2021-01-02 | Suppress warnings about redundant "override" | David Robillard | 1 | -0/+6 | |
2020-12-19 | Clean up special member functions | David Robillard | 1 | -1/+0 | |
2020-12-19 | Suppress warnings with older clang-tidy | David Robillard | 1 | -4/+1 | |
2020-12-19 | Avoid "else" after "return" | David Robillard | 1 | -2/+0 | |
2020-12-16 | Fix build with older GCC | David Robillard | 1 | -1/+3 | |
This reverts commit 57602cd13969d72cfae284bccdeee1ac6bf15c1e. | |||||
2020-12-14 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+5 | |
2020-11-12 | Use separate clang-tidy configurations for headers and tests | David Robillard | 1 | -0/+31 | |