Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-28 | Use uppercase integer literal suffixes | David Robillard | 1 | -5/+5 | |
I give in. | |||||
2022-06-28 | Clean up build configuration | David Robillard | 1 | -1/+3 | |
2021-09-14 | Make ZixAllocator a single flat struct | David Robillard | 1 | -7/+7 | |
I can never decide between these two patterns for polymorphic objects in C, but this one seems more appropriate here since it's more conducive to inheritance. | |||||
2021-09-10 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-09-10 | Add custom allocator support | David Robillard | 1 | -14/+24 | |
2021-01-16 | Allow all free functions to be called on null | David Robillard | 1 | -2/+4 | |
2020-12-31 | Update copyright headers | David Robillard | 1 | -1/+1 | |
2020-12-31 | Separate source from headers | David Robillard | 1 | -0/+222 | |
2012-08-10 | Minimal space overhead inline value hash table. | David Robillard | 1 | -225/+0 | |
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 | |||||
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 1 | -1/+1 | |
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/zix/trunk@72 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-01-31 | Windows/Visual C++ portability. | David Robillard | 1 | -8/+14 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@51 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2012-01-31 | Full test coverage for ZixRing. | David Robillard | 1 | -10/+5 | |
Update waf. git-svn-id: http://svn.drobilla.net/zix/trunk@50 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2011-10-09 | Fix ZixRing error when reading split/wrapped messages. | David Robillard | 1 | -1/+1 | |
Use a non-power-of-two message size in ZixRing test to test this. git-svn-id: http://svn.drobilla.net/zix/trunk@43 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2011-09-18 | Tidy. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@14 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 | |||||
2011-09-18 | Add ZixRing. | David Robillard | 1 | -0/+224 | |
git-svn-id: http://svn.drobilla.net/zix/trunk@13 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 |