aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_read_chunk.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-08Replace multiple stream callbacks with SerdEventDavid Robillard1-5/+20
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.
2021-03-08Add SerdStatementDavid Robillard1-10/+4
2021-03-08Add SerdCursorDavid Robillard1-1/+2
2021-03-08Add SerdWorld for shared library stateDavid Robillard1-2/+4
2021-03-08Use a fixed-size reader stackDavid Robillard1-1/+1
This improves performance, and makes the reader more suitable for embedded or network-facing applications, at the cost of requiring the user to specify a maximum stack size.
2021-03-07Simplify reader interfaceDavid Robillard1-1/+1
2021-03-07Add SerdSink interface and hide implementationsDavid Robillard1-2/+8
2021-03-07Simplify reader interfaceDavid Robillard1-23/+15
2021-03-07Merge datatype/language into nodeDavid Robillard1-5/+1
This moves closer to the sord API, and is more convenient in most cases.
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-58/+59
2020-11-10Fix memory leak in chunk reading testDavid Robillard1-0/+1
2020-11-09Rename unit tests to start with a consistent prefixDavid Robillard1-0/+120