Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-09 | Enable clang nullability checks | David Robillard | 1 | -2/+1 | |
2023-09-22 | Suppress new warnings in clang 16 | David Robillard | 1 | -0/+2 | |
2023-05-01 | Clean up warning suppressions | David Robillard | 1 | -28/+40 | |
2023-04-30 | Suppress cross-compilation warnings in MacOS builds | David Robillard | 1 | -0/+4 | |
2023-04-25 | Remove stale comment | David Robillard | 1 | -5/+2 | |
2023-04-06 | Use new meson strict warning system | David Robillard | 2 | -162/+12 | |
Meson includes warning_level=everything as of version 1.0.0, which supercedes maintaining redundant lists of warning flags here. | |||||
2023-04-05 | Fix sign conversion warnings | David Robillard | 1 | -4/+1 | |
2023-02-05 | Strengthen clang warning flags | David Robillard | 1 | -2/+0 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 1 | -0/+8 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 1 | -31/+0 | |
2022-11-25 | Trim redundant warning flags enabled by -Wextra and -Wpedantic | David Robillard | 2 | -22/+11 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 3 | -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-14 | Set strict C warnings globally | David Robillard | 1 | -1/+1 | |
This is only used when serd is not a subproject. | |||||
2022-07-13 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -0/+1 | |
2022-07-10 | Add FreeBSD row to CI | David Robillard | 1 | -0/+6 | |
2022-07-10 | Switch to meson build system | David Robillard | 3 | -0/+274 | |