summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2022-12-10Make clang-tidy configuration cleaner when run via mesonDavid Robillard1-2/+1
Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project.
2022-12-10Use uppercase integer literal suffixesDavid Robillard2-2/+1
2022-12-10Strengthen clang-tidy configurationDavid Robillard1-0/+18
2022-11-29Clean up inconsistent tool command line interfacesDavid Robillard4-20/+20
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard2-2/+2
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 Robillard7-99/+17
2022-08-09Allow programs to be used from subprojectDavid Robillard1-3/+9
2022-07-18Switch to meson build systemDavid Robillard8-0/+1473