aboutsummaryrefslogtreecommitdiffstats
path: root/meson
AgeCommit message (Collapse)AuthorFilesLines
2022-11-25Trim redundant warning flags enabled by -Wextra and -WpedanticDavid Robillard2-22/+11
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard3-3/+3
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-07-14Set strict C warnings globallyDavid Robillard1-1/+1
This is only used when serd is not a subproject.
2022-07-13Suppress new warnings in clang and clang-tidy 14David Robillard1-0/+1
2022-07-10Add FreeBSD row to CIDavid Robillard1-0/+6
2022-07-10Switch to meson build systemDavid Robillard3-0/+274