aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_log.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-1/+2
2023-12-02Add support for custom allocatorsDavid Robillard1-9/+9
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[WIP] Add extensible logging APIDavid Robillard1-0/+121