Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
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 |