summaryrefslogtreecommitdiffstats
path: root/test/hash_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-09-10Add custom allocator supportDavid Robillard1-3/+4
2021-09-10Move attribute definitions to a separate headerDavid Robillard1-0/+1
2021-09-10Rewrite ZixHash as a flat table with open addressingDavid Robillard1-80/+234
2021-09-10Replace CRC32 digest with more modern and appropriate algorithmsDavid Robillard1-1/+1
2021-06-30Fix hash size after removing elementsDavid Robillard1-0/+7
2020-12-31Fix MinGW buildDavid Robillard1-2/+5
2020-12-31Update copyright headersDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-155/+153
2020-12-31Avoid "else" after "return"David Robillard1-1/+3
2020-11-11Add configure option to disable test malloc implementationDavid Robillard1-1/+1
2020-08-13Make zix_hash_free() tolerate NULLDavid Robillard1-0/+2
2020-08-13Fix incorrect format specifiersDavid Robillard1-1/+1
2020-08-13Add format attributesDavid Robillard1-0/+1
2020-08-13Fix unused parameter warningsDavid Robillard1-1/+1
2019-10-18Fix MinGW buildDavid Robillard1-0/+2
2019-10-18Fix unused parameter warningsDavid Robillard1-2/+2
2019-10-18Use digest in hash testDavid Robillard1-7/+4
2019-10-18Fix typoDavid Robillard1-1/+1
2019-01-07Make zix_hash_insert() provide a non-const pointerDavid Robillard1-4/+4
2019-01-06Clean up includesDavid Robillard1-3/+7
2014-09-23Allow non-const visitation of hash nodes.David Robillard1-1/+1
2014-09-22Gracefully handle memory allocation failure.David Robillard1-5/+45
2012-08-10Minimal space overhead inline value hash table.David Robillard1-17/+38
2011-09-29TidyDavid Robillard1-1/+1
2011-09-28Add ZixHashDavid Robillard1-0/+157