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 | 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/+1 | |
2023-08-23 | Suppress clang-tidy header guard warnings in private code | David Robillard | 1 | -0/+1 | |
2022-12-14 | Strengthen clang-tidy configuration | David Robillard | 1 | -0/+1 | |
2022-12-14 | Avoid use of std::bind | David Robillard | 1 | -1/+0 | |
2022-09-27 | Simplify clang-tidy configuration | David Robillard | 1 | -54/+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 | -1/+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/+13 | |
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/+68 | |