Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-18 | Simplify CI configuration | David Robillard | 1 | -28/+1 | |
2021-09-16 | Fix test coverage uploading on CI | David Robillard | 1 | -1/+1 | |
2021-09-16 | Add FreeBSD row to CI | David Robillard | 1 | -0/+15 | |
2021-09-14 | Replace shared library malloc shim with explicit allocation testing | David Robillard | 1 | -3/+3 | |
The old approach was generally annoying to deal with sometimes, and not particularly portable. This replaces it by using the new custom allocator interface with unit tests that specifically check that failed allocation is handled properly. | |||||
2020-12-31 | Switch to Meson | David Robillard | 1 | -135/+71 | |
2020-11-11 | Add CI row to run clang sanitizers | David Robillard | 1 | -0/+17 | |
Some of these are also supported by GCC, but clang supports more and clang on Linux was uncovered before anyway, so this fixes that situation as well. | |||||
2020-08-13 | Fix Gitlab CI runner tags | David Robillard | 1 | -16/+8 | |
2020-08-13 | Use ultra-strict warnings and Werror on CI | David Robillard | 1 | -16/+15 | |
2019-10-18 | Add Gitlab CI configuration | David Robillard | 1 | -0/+206 | |