Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -1/+5 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -0/+1 | |
2023-09-22 | Suppress new warnings in clang-tidy 16 | David Robillard | 1 | -0/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -0/+3 | |
2022-12-12 | Strengthen clang-tidy configuration | David Robillard | 1 | -3/+5 | |
2022-08-17 | Switch to meson build system | David Robillard | 1 | -2/+1 | |
2022-08-17 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -3/+2 | |
2022-08-17 | Use C++14 | David Robillard | 1 | -4/+0 | |
2022-05-30 | Suppress clang-tidy warnings from C included in C++ | David Robillard | 1 | -0/+5 | |
Unfortunately, there's no way to exclude included headers from being checked in clang-tidy. The clang-tidy check being reliably green is more important than the possibility of these issues showing up in the code (especially since they only apply to the Qt interface anyway), though, so just disable them for now. | |||||
2022-05-27 | Use "auto" to avoid repeating type names | David Robillard | 1 | -1/+0 | |
2022-05-27 | Use braced init lists | David Robillard | 1 | -1/+0 | |
2022-05-27 | Avoid "typedef" in C++ | David Robillard | 1 | -1/+0 | |
2022-05-27 | Avoid "else" after "return" | David Robillard | 1 | -1/+0 | |
2022-05-27 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -1/+5 | |
2021-01-02 | Suppress clang-tidy C11 warnings | David Robillard | 1 | -0/+1 | |
2020-12-14 | Avoid use of strcat() | David Robillard | 1 | -1/+0 | |
2020-12-14 | Explicitly delete unused special member functions | David Robillard | 1 | -1/+0 | |
2020-12-14 | Make member variable private | David Robillard | 1 | -1/+0 | |
2020-12-14 | Use C++-style include | David Robillard | 1 | -1/+0 | |
2020-12-14 | Add missing member initialization | David Robillard | 1 | -1/+0 | |
2020-12-14 | Don't use C casts in C++ code | David Robillard | 1 | -1/+0 | |
2020-12-14 | Don't declare default arguments | David Robillard | 1 | -1/+0 | |
2020-12-14 | Use explicit constructors | David Robillard | 1 | -2/+0 | |
2020-12-14 | Fix inconsistent parameter name | David Robillard | 1 | -1/+0 | |
2020-12-14 | Isolate variable declarations | David Robillard | 1 | -1/+0 | |
2020-12-14 | Fix unused parameter warnings | David Robillard | 1 | -1/+0 | |
2020-12-14 | Use the appropriate math functions for the operand precision | David Robillard | 1 | -1/+0 | |
2020-12-14 | Remove meaningless const qualifiers in declarations | David Robillard | 1 | -1/+0 | |
2020-12-14 | Initialize all variables | David Robillard | 1 | -1/+0 | |
2020-12-14 | Add a clang-tidy configuration | David Robillard | 1 | -0/+53 | |