Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
44 hours | Fix build as C with MSVC | David Robillard | 1 | -4/+0 | |
It used to be necessary to build modern C code as C++ with MSVC, but its C support has become more or less serviceable, so remove the flag to force C++ mode and build as C everywhere. | |||||
44 hours | Avoid implicit signed/unsigned conversions | David Robillard | 1 | -4/+0 | |
2024-07-16 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -1/+2 | |
2024-01-09 | Enable clang nullability checks | David Robillard | 1 | -1/+0 | |
2023-09-22 | Suppress new warnings in clang 16 | David Robillard | 1 | -0/+2 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 1 | -0/+6 | |
2023-05-01 | Replace strict option with new meson warning level | David Robillard | 2 | -250/+95 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 1 | -0/+7 | |
2023-01-29 | Suppress new warnings in MSVS 2022 | David Robillard | 1 | -0/+1 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 1 | -31/+0 | |
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-18 | Switch to meson build system | David Robillard | 3 | -0/+298 | |