Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-14 | Fix ring unit test when mlock() is unavailable | David Robillard | 1 | -1/+1 | |
2023-09-22 | Improve test suite code coverage | David Robillard | 1 | -3/+3 | |
2023-02-05 | Add missing include | David Robillard | 1 | -0/+1 | |
2023-02-04 | Suppress/fix clang-tidy warnings on Windows | David Robillard | 1 | -4/+6 | |
2023-02-04 | Check zix_ring_mlock() return value | David Robillard | 1 | -1/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -5/+3 | |
2022-11-25 | Constrain test parameters to reasonable limits | David Robillard | 1 | -2/+4 | |
2022-08-18 | Fix thread function attributes on Windows | David Robillard | 1 | -4/+2 | |
2022-08-18 | Fix or remove non-portable features in thread API | David Robillard | 1 | -6/+8 | |
Thread function return values are inconsistent between nearly every threading API out there. So, just ignore them entirely, and provide a typedef and sentinel value so user code can be portable. | |||||
2022-08-18 | Use conventional test executable names | David Robillard | 1 | -0/+195 | |