Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-03 | Replace strict option with new meson warning level | David Robillard | 2 | -304/+147 | |
2023-05-03 | Use consistent meson formatting everywhere | David Robillard | 1 | -4/+8 | |
2023-01-14 | Simplify library build definitions | David Robillard | 1 | -28/+0 | |
2023-01-14 | Windows: Fix build with MSVC as C | David Robillard | 1 | -0/+1 | |
2023-01-07 | MacOS: Consistently use the same flags for ObjC and ObjC++ | David Robillard | 2 | -3/+7 | |
The implementation only uses ObjC, but this is mistake-prone, it's better to just have things set up properly for all of the languages that are present in the build at all. | |||||
2022-11-24 | Trim redundant warning flags enabled by -Wextra and -Wpedantic | David Robillard | 1 | -27/+3 | |
2022-11-24 | Fix double check for warning flags | David Robillard | 1 | -18/+18 | |
2022-11-24 | Use 0BSD for trivial "public domain intent" things | David Robillard | 3 | -3/+3 | |
2022-10-30 | Add malloc attributes to allocating functions | David Robillard | 1 | -1/+0 | |
These inform the compiler that the returned value doesn't alias with anything. Also somewhat handy as pseudo-documentation. | |||||
2022-10-07 | Suppress MinGW warnings | David Robillard | 1 | -0/+8 | |
2022-10-07 | Suppress new warnings in clang 14 | David Robillard | 1 | -0/+1 | |
2022-06-28 | Fix MinGW build | David Robillard | 1 | -0/+1 | |
2022-06-28 | Strengthen global GCC warnings | David Robillard | 1 | -1/+0 | |
2022-06-28 | Clean up meson configuration | David Robillard | 1 | -4/+28 | |
2022-05-29 | Make meson configuration more modular | David Robillard | 3 | -0/+161 | |
2022-05-28 | Clean up and strengthen warning flags | David Robillard | 1 | -53/+71 | |
2021-12-17 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -0/+3 | |
See https://reuse.software/ for details. | |||||
2021-01-08 | Switch to Meson | David Robillard | 1 | -0/+196 | |