Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-15 | Update clang-format configuration | David Robillard | 1 | -8/+4 | |
2024-09-28 | Improve test allocator API | David Robillard | 1 | -3/+15 | |
Add a simple API for setting up the failing allocator to avoid manually tinkering with its members. Conveniently, this also avoids confusing cppcheck. | |||||
2021-09-14 | Add aligned allocation interface and use it in ZixBTree | David Robillard | 1 | -0/+24 | |
2021-09-14 | Make ZixAllocator a single flat struct | David Robillard | 1 | -32/+36 | |
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 | Test failed Ring allocation | David Robillard | 1 | -0/+94 | |