Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+2 | |
2022-07-13 | Suppress clang-tidy identifier length warning in header | David Robillard | 1 | -0/+1 | |
2022-06-27 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+1 | |
2020-12-15 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+1 | |
2020-11-09 | Fix clang-tidy hicpp-signed-bitwise warnings in header | David Robillard | 1 | -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-09 | Check headers with stricter clang-tidy settings | David Robillard | 1 | -0/+7 | |