Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-04 | Fix inconsistent define | David Robillard | 1 | -1/+1 | |
2022-10-18 | Fix unused return value warning | David Robillard | 1 | -3/+1 | |
Kind of annoying since this adds an untested branch, but oh well. | |||||
2022-09-02 | Improve test coverage | David Robillard | 1 | -3/+4 | |
2022-06-28 | Clean up build configuration | David Robillard | 1 | -4/+3 | |
2021-10-27 | Compile but fail at runtime if aligned allocation is not supported | David Robillard | 1 | -1/+1 | |
2021-09-14 | Add aligned allocation interface and use it in ZixBTree | David Robillard | 1 | -0/+44 | |
2021-09-14 | Make ZixAllocator a single flat struct | David Robillard | 1 | -15/+14 | |
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 | -0/+67 | |