Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-02 | Suppress C++ clang-tidy warning | David Robillard | 1 | -0/+1 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
2022-07-17 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -1/+3 | |
2022-07-17 | Remove duplicate clang-tidy option | David Robillard | 1 | -1/+0 | |
2022-05-26 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -0/+7 | |
2021-01-01 | Suppress clang-tidy C11 warnings | David Robillard | 1 | -0/+1 | |
2020-12-22 | Avoid "typedef" in C++ | David Robillard | 1 | -1/+0 | |
2020-12-22 | Use "auto" to avoid redundancy | David Robillard | 1 | -1/+0 | |
2020-12-22 | Use "default" | David Robillard | 1 | -1/+0 | |
2020-12-21 | Use "nullptr" in C++ code | David Robillard | 1 | -1/+0 | |
2020-12-17 | Suppress clang-tidy warnings about default arguments | David Robillard | 1 | -0/+2 | |
2020-12-15 | Add clang-tidy configuration | David Robillard | 1 | -0/+16 | |
2020-09-27 | Don't use else after return or break | David Robillard | 1 | -1/+0 | |
Normally I don't enable this once, since it's often silly, but here it does actually make things more readable. | |||||
2020-09-27 | Separate declarations and initialize all variables | David Robillard | 1 | -2/+0 | |
2020-09-27 | Strengthen lint target | David Robillard | 1 | -0/+15 | |