aboutsummaryrefslogtreecommitdiffstats
path: root/include/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
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-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+2
2022-07-13Suppress clang-tidy identifier length warning in headerDavid Robillard1-0/+1
2022-06-27Suppress new clang-tidy warningsDavid Robillard1-0/+1
2020-12-15Suppress new clang-tidy warningsDavid Robillard1-0/+1
2020-11-09Fix clang-tidy hicpp-signed-bitwise warnings in headerDavid Robillard1-1/+1
In exchange for suppressing a pointless superficial warning instead, but I dislike that convention since it looks confusing when hex digits are used and it's inconsistent with near-universal floating point suffix convention.
2020-11-09Check headers with stricter clang-tidy settingsDavid Robillard1-0/+7