Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -1/+0 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2024-07-17 | Remove redundant casts | David Robillard | 1 | -1/+0 | |
2024-07-17 | Avoid return with void value | David Robillard | 1 | -1/+0 | |
2024-07-17 | Remove unused local variable | David Robillard | 1 | -1/+0 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+5 | |
2023-05-12 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+1 | |
2022-09-27 | Simplify clang-tidy configuration | David Robillard | 1 | -0/+29 | |