summaryrefslogtreecommitdiffstats
path: root/zix/hash.c
AgeCommit message (Collapse)AuthorFilesLines
2018-11-13Make hash return non-const pointersDavid Robillard1-2/+2
2014-09-23Allow non-const visitation of hash nodes.David Robillard1-4/+4
Update doc comments. git-svn-id: http://svn.drobilla.net/zix/trunk@88 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2014-09-23Lint.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/zix/trunk@87 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2014-09-22Gracefully handle memory allocation failure.David Robillard1-8/+13
100% test coverage for hash.c. git-svn-id: http://svn.drobilla.net/zix/trunk@85 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-08-10Minimal space overhead inline value hash table.David Robillard1-0/+228
Add ZixChunk. Add SSE 4.2 accelerated digest (with fallback) in zix/digest.h. Make library optionally header-only (define ZIX_INLINE). git-svn-id: http://svn.drobilla.net/zix/trunk@76 df6676b4-ccc9-40e5-b5d6-7c4628a128e3