summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-10Add custom allocator supportDavid Robillard5-12/+78
2021-09-10Add nullability annotationsDavid Robillard1-0/+3
2021-09-10Move attribute definitions to a separate headerDavid Robillard6-3/+6
2021-09-10Rewrite ZixHash as a flat table with open addressingDavid Robillard2-80/+235
2021-09-10Replace CRC32 digest with more modern and appropriate algorithmsDavid Robillard2-41/+92
2021-09-10Add a user handle to destroy callbackDavid Robillard2-12/+14
2021-09-10Add test that covers more BTree removal casesDavid Robillard1-0/+39
2021-09-10Add test for reinserting a value that is a BTree node split pivotDavid Robillard1-0/+20
2021-09-10Add test for BTree iterator comparisonDavid Robillard1-0/+44
2021-09-10Simplify BTree implementationDavid Robillard1-3/+3
2021-09-10Avoid inserting wildcards as values in BTree testDavid Robillard1-8/+8
2021-09-10Allow ZixBTreeIter to be allocated on the stackDavid Robillard1-49/+8
2021-09-10Remove destroy field of BTree and add zix_btree_clear()David Robillard1-10/+53
2021-09-10Suppress new warnings in clang-tidy 12David Robillard1-0/+3
2021-09-10Be explicit about the sign of defined integer constantsDavid Robillard2-6/+6
2021-09-10Fix conversion warningsDavid Robillard3-25/+40
2021-09-10Remove ZixStrindexDavid Robillard1-66/+0
2021-07-17Remove ZixSortedArrayDavid Robillard1-213/+0
2021-07-17Enable bugprone-suspicious-include clang-tidy checkDavid Robillard1-1/+0
2021-07-17Avoid allegedly "suspicious" string comparisonsDavid Robillard2-2/+1
2021-07-17Avoid use of rand()David Robillard5-45/+69
2021-07-17Avoid use of atoi() and atol()David Robillard6-11/+10
2021-07-17Use line comments where appropriateDavid Robillard1-1/+1
2021-06-30Fix hash size after removing elementsDavid Robillard1-0/+7
2021-04-14Fix VS2019 warningsDavid Robillard1-1/+1
2021-01-16Allow all free functions to be called on nullDavid Robillard2-0/+4
2020-12-31Improve Bitset test coverageDavid Robillard1-0/+22
2020-12-31Improve SortedArray test coverageDavid Robillard1-2/+30
2020-12-31Fix zix_sorted_array_iter_is_end()David Robillard1-0/+8
2020-12-31Fix MinGW buildDavid Robillard5-24/+65
2020-12-31Update copyright headersDavid Robillard11-11/+11
2020-12-31Force enable assertions in BTree testDavid Robillard1-0/+2
2020-12-31Initialize all variablesDavid Robillard6-21/+23
2020-12-31Separate source from headersDavid Robillard1-31/+0
2020-12-31Format all code with clang-formatDavid Robillard12-1254/+1294