aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reader_writer.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Preserve long or short quoting from input documentsDavid Robillard1-2/+2
2022-01-14Move SerdEnv mutation from writer to readerDavid Robillard1-3/+6
2022-01-13Make Reader always read from a ByteSourceDavid Robillard1-8/+5
2022-01-13Fix crash when attempting to read before startingDavid Robillard1-0/+3
2022-01-13Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-2/+2
2022-01-13Split out simple reader unit testsDavid Robillard1-176/+0
2022-01-13Make Writer always write to a ByteSinkDavid Robillard1-7/+10
2022-01-13Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAXDavid Robillard1-2/+2
2022-01-13Separate ByteSink from writerDavid Robillard1-3/+7
2022-01-13Replace multiple stream callbacks with SerdEventDavid Robillard1-22/+14
2022-01-13Use SerdNodes to simplify some testsDavid Robillard1-25/+18
2022-01-13Add SerdStatementDavid Robillard1-10/+6
2022-01-13Add SerdCaretDavid Robillard1-1/+2
2022-01-13Remove serd_reader_set_default_graph()David Robillard1-37/+23
2022-01-13Add SerdWorld for shared library stateDavid Robillard1-8/+18
2022-01-13Clean up nodes in reader/writer testsDavid Robillard1-12/+20
2022-01-13Simplify literal construction APIDavid Robillard1-3/+2
2022-01-13Use a fixed-size reader stackDavid Robillard1-7/+10
2022-01-13Simplify reader interfaceDavid Robillard1-28/+33
2022-01-13Add SerdSink interface and hide implementationsDavid Robillard1-28/+37
2022-01-13Bring read/write interface closer to C standardDavid Robillard1-2/+3
2022-01-13Simplify node construction APIDavid Robillard1-21/+29
2022-01-13Merge datatype/language into nodeDavid Robillard1-43/+15
2022-01-13Make nodes opaqueDavid Robillard1-53/+48
2022-01-13Remove "get" from accessor namesDavid Robillard1-4/+4
2022-01-13Rename SerdStyle to SerdWriterFlagsDavid Robillard1-5/+4
2022-01-13Use char* for strings in public APIDavid Robillard1-29/+27
2022-01-13Add SerdBuffer type for mutable buffersDavid Robillard1-5/+5
2021-07-10Fix out of bounds read in testDavid Robillard1-0/+4
2021-07-10Clean up socket-like stream reading testDavid Robillard1-5/+17
2021-04-09Write statements with invalid URI characters in lax modeDavid Robillard1-0/+1
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-261/+268
2020-11-13Remove tests that pass null to nonnull parametersDavid Robillard1-6/+2
2020-11-11Add nonnull and nullable attributes to APIDavid Robillard1-0/+8
2020-11-09Add a test for reading strings with no trailing newlineDavid Robillard1-0/+23
2020-11-09Split out reader and writer testsDavid Robillard1-0/+329