Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -0/+1 | |
2022-10-18 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
2022-10-14 | Simplify clang-tidy configuration | David Robillard | 1 | -0/+12 | |
2022-06-28 | Simplify clang-tidy configuration | David Robillard | 1 | -15/+0 | |
2022-06-28 | Use uppercase integer literal suffixes | David Robillard | 1 | -1/+0 | |
I give in. | |||||
2022-06-28 | Simplify dep5 file by adding license headers where possible | David Robillard | 1 | -0/+3 | |
2022-06-28 | Clean up build configuration | David Robillard | 1 | -3/+0 | |
2021-12-17 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -1/+1 | |
2021-09-10 | Suppress new warnings in clang-tidy 12 | David Robillard | 1 | -0/+2 | |
2021-07-17 | Avoid allegedly "suspicious" string comparisons | David Robillard | 1 | -1/+0 | |
I guess these are suspicious if you've never seen C before? | |||||
2020-12-31 | Initialize all variables | David Robillard | 1 | -1/+0 | |
2020-12-31 | Strengthen main clang-tidy configuration | David Robillard | 1 | -6/+0 | |
2020-12-31 | Avoid "else" after "return" | David Robillard | 1 | -1/+0 | |
2020-12-14 | Suppress new clang-tidy warnings | David Robillard | 1 | -1/+6 | |
2020-11-11 | Use C11 if possible | David Robillard | 1 | -0/+1 | |
2020-08-13 | Fix duplicate branches | David Robillard | 1 | -1/+0 | |
2020-08-13 | Fix narrowing conversions | David Robillard | 1 | -1/+0 | |
2020-08-13 | Fix signed operands of bitwise operators | David Robillard | 1 | -1/+0 | |
2020-08-13 | Fix potential null pointer dereferences | David Robillard | 1 | -1/+0 | |
2020-08-13 | Improve lint target and add clang-tidy file | David Robillard | 1 | -0/+21 | |