summaryrefslogtreecommitdiffstats
path: root/src/zix/digest.c
AgeCommit message (Collapse)AuthorFilesLines
2022-11-16Switch to external zix dependencyDavid Robillard1-128/+0
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-12Update zixDavid Robillard1-60/+60
This fixes, once again, a potential BTree crash with GCC 10 which got lost somewhere along the way.
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-11-30Fix build on x32 with SSE 4.2David Robillard1-1/+19
2020-11-11Update zixDavid Robillard1-8/+8
2020-09-26Update zixDavid Robillard1-12/+78
2014-09-23Fix const-violating casts.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@306 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-10Fix void pointer arithmetic.David Robillard1-7/+8
git-svn-id: http://svn.drobilla.net/sord/trunk@252 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-08-10Use a single node hash for all types of nodes.David Robillard1-0/+56
Inline nodes in hash table nodes and eliminate key+value pointer overhead. Use SSE 4.2 accelerated node and string hashing when available. git-svn-id: http://svn.drobilla.net/sord/trunk@250 3d64ff67-21c5-427c-a301-fe4f08042e5a