summaryrefslogtreecommitdiffstats
path: root/zix/hash.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-11Add const, pure, and malloc function attributesDavid Robillard1-1/+1
2019-01-07Make zix_hash_insert() provide a non-const pointerDavid Robillard1-3/+3
2019-01-06Clean up includesDavid Robillard1-2/+2
2018-11-13Make hash return non-const pointersDavid Robillard1-2/+2
2016-07-11Clean up headersDavid Robillard1-1/+1
2014-09-23Allow non-const visitation of hash nodes.David Robillard1-13/+13
2012-08-10Minimal space overhead inline value hash table.David Robillard1-29/+94
2011-09-28Add ZixHashDavid Robillard1-0/+75