summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2023-02-04Fix clang and clang-tidy warnings on WindowsDavid Robillard1-1/+2
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-0/+1
2022-12-10Make clang-tidy configuration cleaner when run via mesonDavid Robillard1-0/+3
Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project.
2022-12-10Resurrect C++ bindings testDavid Robillard1-0/+2
2022-12-10Strengthen clang-tidy configurationDavid Robillard1-35/+7
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-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-01Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
2022-07-17Suppress new warnings in clang-tidy 14David Robillard1-0/+2
2022-07-08Suppress clang-tidy va_list warningDavid Robillard1-0/+1
2022-05-26Suppress new warnings in clang-tidy 13David Robillard1-0/+6
2021-01-02Suppress clang-tidy C11 warningsDavid Robillard1-0/+1
2020-12-31Avoid "else" after "return"David Robillard1-1/+0
2020-12-16Suppress new clang-tidy warningsDavid Robillard1-0/+5
2020-12-01Suppress new clang-tidy warningsDavid Robillard1-1/+5
2020-07-16Add a more powerful lint targetDavid Robillard1-0/+23