Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |