summaryrefslogtreecommitdiffstats
path: root/test/test_ring.c
AgeCommit message (Collapse)AuthorFilesLines
45 hoursUpdate clang-format configurationDavid Robillard1-2/+1
2024-09-28Improve test allocator APIDavid Robillard1-2/+2
Add a simple API for setting up the failing allocator to avoid manually tinkering with its members. Conveniently, this also avoids confusing cppcheck.
2024-03-14Fix ring unit test when mlock() is unavailableDavid Robillard1-1/+1
2023-09-22Improve test suite code coverageDavid Robillard1-3/+3
2023-02-05Add missing includeDavid Robillard1-0/+1
2023-02-04Suppress/fix clang-tidy warnings on WindowsDavid Robillard1-4/+6
2023-02-04Check zix_ring_mlock() return valueDavid Robillard1-1/+2
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-5/+3
2022-11-25Constrain test parameters to reasonable limitsDavid Robillard1-2/+4
2022-08-18Fix thread function attributes on WindowsDavid Robillard1-4/+2
2022-08-18Fix or remove non-portable features in thread APIDavid Robillard1-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-18Use conventional test executable namesDavid Robillard1-0/+195