aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reader_writer.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Simplify output stream APIDavid Robillard1-15/+19
2023-12-02Simplify input stream APIDavid Robillard1-9/+11
2023-12-02Make SerdBuffer an output streamDavid Robillard1-2/+3
2023-12-02Use portable zix filesystem API in testsDavid Robillard1-24/+14
2023-12-02Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-5/+5
2023-12-02Split out simple reader unit testsDavid Robillard1-317/+3
2023-12-02Reduce complexity of statement writing functionsDavid Robillard1-1/+1
2023-12-02Add a set of limits to the worldDavid Robillard1-8/+14
2023-12-02Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAXDavid Robillard1-6/+5
2023-12-02Replace multiple stream callbacks with SerdEventDavid Robillard1-129/+87
2023-12-02Simplify writer style options and write UTF-8 by defaultDavid Robillard1-2/+1
2023-12-02Add SerdStatementDavid Robillard1-10/+4
2023-12-02Add SerdCaretDavid Robillard1-2/+3
2023-12-02Remove serd_reader_set_default_graph()David Robillard1-14/+7
2023-12-02Add SerdWorld for shared library stateDavid Robillard1-27/+31
2023-12-02Clean up nodes in reader/writer testsDavid Robillard1-12/+20
2023-12-02Use a fixed-size reader stackDavid Robillard1-8/+12
2023-12-02Simplify reader interfaceDavid Robillard1-32/+38
2023-12-02Add SerdSink interface and hide implementationsDavid Robillard1-56/+53
2023-12-02Bring read/write interface closer to the C standardDavid Robillard1-7/+14
2023-12-02Simplify literal construction APIDavid Robillard1-3/+2
2023-12-02Simplify node construction APIDavid Robillard1-23/+32
2023-12-02Merge datatype/language into nodeDavid Robillard1-43/+15
2023-12-02Make nodes opaqueDavid Robillard1-59/+48
2023-12-02Use more human-readable status codesDavid Robillard1-1/+1
2023-12-02Split up public API headerDavid Robillard1-1/+12
2023-12-02Remove "get" from accessor namesDavid Robillard1-5/+5
2023-12-02Rename function types for consistencyDavid Robillard1-4/+4
2023-12-02Rename SerdStyle to SerdWriterFlagsDavid Robillard1-7/+8
2023-12-02Add SerdBuffer type for mutable buffersDavid Robillard1-11/+11
2023-12-02Use char* for strings in public APIDavid Robillard1-31/+29
2023-05-03Make serd_reader_read_chunk() work with NQuadsDavid Robillard1-7/+101
2023-04-16Gracefully handle errors when writing textDavid Robillard1-0/+97
2023-04-02Improve TriG pretty-printing and remove trailing newlinesDavid Robillard1-2/+2
2022-11-25Avoid use of tmpfile()David Robillard1-28/+35
2022-11-25Avoid creating test files in the current directoryDavid Robillard1-1/+21
2022-11-25Merge similar testsDavid Robillard1-33/+119
2022-11-24Check serd_writer_write_statement() return valueDavid Robillard1-2/+2
2022-10-23Fix crash when trying to read chunks without startingDavid Robillard1-0/+2
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
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