summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-11-02Remove function_types.hDavid Robillard2-2/+0
2022-11-02Suppress warnings in C++ testDavid Robillard1-0/+4
2022-11-01Remove invalid test caseDavid Robillard1-2/+0
2022-10-23Add C++ header build testDavid Robillard1-0/+29
2022-10-23Add filesystem APIDavid Robillard4-2/+716
2022-10-23Add path APIDavid Robillard4-0/+1458
2022-10-23Add string view APIDavid Robillard1-0/+1
2022-10-23Split reference documentation up into groups and add global headerDavid Robillard1-0/+1
2022-10-21Split up common headerDavid Robillard6-6/+7
2022-10-21Hide errno utility functionsDavid Robillard1-23/+0
2022-10-18Use 0BSD for trivial "public domain intent" thingsDavid Robillard2-2/+2
2022-10-18Add stricter test for warnings in public headersDavid Robillard2-0/+35
2022-10-14Simplify clang-tidy configurationDavid Robillard1-8/+1
2022-10-14Fix zix_sem_timed_wait() interval calculationDavid Robillard1-1/+1
2022-09-02Improve test coverageDavid Robillard1-0/+1
2022-09-01Simplify thread and semaphore status codesDavid Robillard2-3/+3
2022-08-19Avoid unused parameter warningDavid Robillard1-0/+1
2022-08-19Simplify errno handlingDavid Robillard1-3/+3
2022-08-19Move sem implementation out of headerDavid Robillard1-1/+1
2022-08-18Relax test timingDavid Robillard1-1/+1
2022-08-18Add zix_sem_timed_wait()David Robillard1-0/+14
2022-08-18Fix semaphore error handlingDavid Robillard2-4/+17
2022-08-18Fix thread function attributes on WindowsDavid Robillard3-10/+5
2022-08-18Reduce tree test complexityDavid Robillard1-104/+77
2022-08-18Improve test coverageDavid Robillard2-4/+96
2022-08-18Fix or remove non-portable features in thread APIDavid Robillard3-12/+57
2022-08-18Factor out converting errno codes to ZixStatusDavid Robillard1-2/+31
2022-08-18Use conventional test executable namesDavid Robillard9-1/+5
2022-07-13Suppress new warnings in clang and clang-tidy 14David Robillard1-0/+2
2022-06-28Simplify clang-tidy configurationDavid Robillard1-2/+0
2022-06-28Use uppercase integer literal suffixesDavid Robillard9-80/+78
2022-06-28Simplify dep5 file by adding license headers where possibleDavid Robillard1-0/+3
2022-06-28Fix build as C with MSVCDavid Robillard1-1/+1
2022-06-28Clean up build configurationDavid Robillard1-3/+0
2022-06-28Remove redundant includesDavid Robillard1-1/+0
2022-03-14Reduce default BTree test timeDavid Robillard1-1/+1
2021-12-17Suppress new warnings in clang-tidy 13David Robillard2-3/+4
2021-09-18Use assertions in Bitset testDavid Robillard1-52/+14
2021-09-16Add a simple bump pointer allocatorDavid Robillard2-1/+60
2021-09-14Replace shared library malloc shim with explicit allocation testingDavid Robillard4-177/+124
2021-09-14Add aligned allocation interface and use it in ZixBTreeDavid Robillard2-0/+33
2021-09-14Make ZixAllocator a single flat structDavid Robillard4-44/+48
2021-09-13Remove unused includeDavid Robillard1-1/+0
2021-09-10Avoid GCC recommending a const mainDavid Robillard1-8/+4
2021-09-10Fix function attribute warningsDavid Robillard2-0/+3
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard14-210/+28
2021-09-10Add test for zix_strerror()David Robillard1-0/+47
2021-09-10Use assert in Sem testDavid Robillard1-13/+7
2021-09-10Use assert in Ring testDavid Robillard1-91/+26
2021-09-10Test failed Ring allocationDavid Robillard3-18/+178