Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-21 | Suppress warnings in clang 16 | David Robillard | 1 | -0/+4 | |
2023-10-07 | Fix warnings on MacOS | David Robillard | 1 | -0/+1 | |
2023-05-03 | Replace strict option with new meson warning level | David Robillard | 1 | -87/+147 | |
2023-05-03 | Use consistent meson formatting everywhere | David Robillard | 1 | -4/+8 | |
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 | 1 | -2/+3 | |
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 | Fix double check for warning flags | David Robillard | 1 | -18/+18 | |
2022-11-24 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
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-05-29 | Make meson configuration more modular | David Robillard | 1 | -0/+136 | |