Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Handle realloc failure and avoid potential null pointer arithmetic | David Robillard | 1 | -1/+0 | |
2024-07-17 | Use uppercase integer literal suffixes | David Robillard | 1 | -1/+0 | |
2024-07-17 | Remove redundant inline specifier | David Robillard | 1 | -1/+0 | |
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 | Use empty() method instead of checking length | David Robillard | 1 | -1/+0 | |
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+2 | |
2023-09-22 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -0/+1 | |
2022-12-14 | Strengthen clang-tidy configuration | David Robillard | 1 | -0/+1 | |
2022-09-27 | Simplify clang-tidy configuration | David Robillard | 1 | -51/+1 | |
2022-08-18 | Clean up special member functions | David Robillard | 1 | -1/+0 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -1/+0 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -3/+0 | |
2022-08-18 | Fix control binding value computation | David Robillard | 1 | -1/+0 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -1/+0 | |
2022-08-18 | Fix clang-tidy header filter regex | David Robillard | 1 | -1/+1 | |
2022-08-17 | Suppress new warnings in clang-tidy 14 | David Robillard | 1 | -0/+17 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -0/+6 | |
2020-12-15 | Use separate clang-tidy configurations for server and GUI | David Robillard | 1 | -0/+56 | |