Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-10 | Rewrite ZixHash as a flat table with open addressing | David Robillard | 1 | -0/+1 | |
2021-09-10 | Suppress new warnings in clang-tidy 12 | David Robillard | 1 | -0/+3 | |
2021-07-17 | Enable bugprone-suspicious-include clang-tidy check | David Robillard | 1 | -1/+0 | |
I'm not sure why this was suppressed but it seems fine now. | |||||
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 | |