Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -7/+17 | |
This makes it explicit in the API where memory is allocated, and allows the user to provide a custom allocator to avoid the use of the default system allocator for whatever reason. | |||||
2023-12-02 | Add assertions for all non-null pointers in the public API | David Robillard | 1 | -0/+8 | |
2023-12-02 | Add SerdCaret | David Robillard | 1 | -0/+69 | |