Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -60/+60 | |
2020-11-30 | Fix digest on x32 | David Robillard | 1 | -1/+19 | |
2020-11-11 | Remove redundant API attributes in implementation files | David Robillard | 1 | -8/+8 | |
2020-08-14 | Fix signed operand to bitwise operator | David Robillard | 1 | -1/+1 | |
2020-08-13 | Improve digest | David Robillard | 1 | -12/+78 | |
2020-08-13 | Fix signed operands of bitwise operators | David Robillard | 1 | -1/+1 | |
2014-09-21 | Fix const-violating casts. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@81 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-08-10 | Fix void pointer arithmetic. | David Robillard | 1 | -7/+8 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@77 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-08-10 | Minimal space overhead inline value hash table. | David Robillard | 1 | -0/+56 | |
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 |