aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_overflow.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Use ZixAllocator directlyDavid Robillard1-5/+6
2023-12-02Use ZixStringView directlyDavid Robillard1-2/+3
2023-12-02Use SerdNodes instead of manual memory management in testsDavid Robillard1-5/+6
2023-12-02Reuse the same rdf:type node for all "a" abbreviationsDavid Robillard1-1/+1
2023-12-02Make blank node prefixing automaticDavid Robillard1-1/+1
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-1/+1
2023-12-02Add support for custom allocatorsDavid Robillard1-6/+6
2023-12-02[WIP] Remove SERD_CURIE node datatype entirelyDavid Robillard1-0/+4
2023-12-02[WIP] Expand URIs in readerDavid Robillard1-6/+38
2023-12-02[WIP] Move SerdEnv mutation from writer to readerDavid Robillard1-1/+3
2023-12-02[WIP] Add support for reading and writing variablesDavid Robillard1-12/+15
2023-12-02Simplify input stream APIDavid Robillard1-1/+8
2023-12-02Factor out NTriples readerDavid Robillard1-0/+3
2023-12-02Align nodes on the reader stackDavid Robillard1-1/+3
2023-12-02Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-1/+1
2023-12-02Add a set of limits to the worldDavid Robillard1-1/+5
2023-12-02Replace multiple stream callbacks with SerdEventDavid Robillard1-1/+1
2023-12-02Add SerdCaretDavid Robillard1-1/+1
2023-12-02Add SerdWorld for shared library stateDavid Robillard1-7/+18
2023-12-02Improve reader error handlingDavid Robillard1-0/+152