Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-26 | Disable meson implicit include directories anti-feature | David Robillard | 1 | -0/+1 | |
2024-12-11 | Clean up platform C flags | David Robillard | 1 | -1/+1 | |
Remove platform flags from executable (test program) builds, since they shouldn't be needed there (that being the whole point of a portability library), and replace POSIX flags in WIndows with WIN32_LEAN_AND_MEAN. | |||||
2024-11-24 | Clean up and strengthen warning flags | David Robillard | 1 | -2/+6 | |
Some previously global suppressions were only actually needed in benchmarks or tests, so move them there to keep the main set as small as possible. | |||||
2023-05-12 | Fix emscripten warnings | David Robillard | 1 | -1/+1 | |
2023-05-01 | Split up main meson file | David Robillard | 1 | -0/+40 | |