Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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? | |||||
2021-07-17 | Avoid use of rand() | David Robillard | 1 | -2/+0 | |
2021-07-17 | Avoid use of atoi() and atol() | David Robillard | 1 | -1/+0 | |
2020-12-31 | Initialize all variables | David Robillard | 1 | -1/+0 | |
2020-12-31 | Avoid "else" after "return" | David Robillard | 1 | -1/+0 | |
2020-12-31 | Add separate clang-tidy configuration for tests | David Robillard | 1 | -0/+25 | |