aboutsummaryrefslogtreecommitdiffstats
path: root/src/sink.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Add custom allocator supportDavid Robillard1-6/+10
2022-01-28Make environments and sinks part of the worldDavid Robillard1-3/+6
2022-01-28Add assertions for all non-null pointers in the public APIDavid Robillard1-0/+16
2022-01-13Replace multiple stream callbacks with SerdEventDavid Robillard1-30/+23
2022-01-13Add SerdStatementDavid Robillard1-4/+13
2022-01-13Add SerdSink interface and hide implementationsDavid Robillard1-0/+112
2011-12-12Make bulk writer internal and inlinable to avoid function call overhead in th...David Robillard1-83/+0
2011-12-11Move all #ifdef gunk to serd_internal.h.David Robillard1-9/+2
2011-12-11Add SerdBulkSink for writing bulk output and corresponding serdi -B option.David Robillard1-0/+90