aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_sink.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02Use SerdNodes to simplify some testsDavid Robillard1-13/+13
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-5/+4
2023-12-02Add support for custom allocatorsDavid Robillard1-15/+37
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-02Replace multiple stream callbacks with SerdEventDavid Robillard1-7/+43
This makes plumbing easier since everything goes through the same "stream" and only one callback is required to handling everything. It's also more easily extensible in case more event types need to be added in the future.
2023-12-02Add SerdStatementDavid Robillard1-25/+19
2023-12-02Add SerdSink interface and hide implementationsDavid Robillard1-0/+151