aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Split up serd_internal.hDavid Robillard1-1/+1
2023-12-02Reduce complexity of string writing functionsDavid Robillard1-77/+97
2023-12-02Reduce complexity of URI node writing functionsDavid Robillard1-21/+38
2023-12-02Reduce complexity of statement writing functionsDavid Robillard1-78/+174
2023-12-02Add empty syntax type for suppressing outputDavid Robillard1-1/+5
2023-12-02Use a simple type-safe stack in writerDavid Robillard1-42/+42
2023-12-02Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAXDavid Robillard1-4/+4
2023-12-02Add support for writing terse output with minimal newlinesDavid Robillard1-14/+43
2023-12-02Pass context flags to write_sep()David Robillard1-17/+20
2023-12-02Add initial flags to write contextDavid Robillard1-12/+17
2023-12-02Simplify statement flagsDavid Robillard1-17/+24
2023-12-02Replace multiple stream callbacks with SerdEventDavid Robillard1-10/+30
2023-12-02Simplify writer style options and write UTF-8 by defaultDavid Robillard1-3/+4
2023-12-02Add SerdStatementDavid Robillard1-7/+8
2023-12-02Add SerdField to public APIDavid Robillard1-41/+33
2023-12-02Use thread-safe strerror_r() if availableDavid Robillard1-1/+4
2023-12-02Move error handling to worldDavid Robillard1-3/+4
2023-12-02Add SerdWorld for shared library stateDavid Robillard1-14/+7
2023-12-02Use a fixed-size reader stackDavid Robillard1-11/+18
2023-12-02Add SerdSink interface and hide implementationsDavid Robillard1-5/+19
2023-12-02Bring read/write interface closer to the C standardDavid Robillard1-14/+18
2023-12-02Simplify node construction APIDavid Robillard1-16/+26
2023-12-02Merge datatype/language into nodeDavid Robillard1-45/+35
2023-12-02Simplify URI API and implementationDavid Robillard1-15/+13
2023-12-02Make nodes opaqueDavid Robillard1-125/+131
2023-12-02Rename string view fieldsDavid Robillard1-4/+4
2023-12-02Use more human-readable status codesDavid Robillard1-11/+9
2023-12-02Split up public API headerDavid Robillard1-2/+12
2023-12-02Remove "get" from accessor namesDavid Robillard1-4/+4
2023-12-02Rename function types for consistencyDavid Robillard1-4/+4
2023-12-02Rename SerdStyle to SerdWriterFlagsDavid Robillard1-26/+26
2023-12-02Rename SerdURI to SerdURIViewDavid Robillard1-12/+12
2023-12-02Rename SerdChunk to SerdStringViewDavid Robillard1-6/+6
2023-12-02Add SerdBuffer type for mutable buffersDavid Robillard1-8/+8
2023-12-02Use char* for strings in public APIDavid Robillard1-42/+36
2023-12-02Remove useless character countingDavid Robillard1-4/+3
2023-09-22Fix potential realloc leaksDavid Robillard1-3/+6
2023-04-16Gracefully handle errors when writing textDavid Robillard1-66/+118
2023-04-06Clean up error handling and use TRY macros more broadlyDavid Robillard1-8/+6
2023-04-06Improve pretty-printing of lists and inline subjectsDavid Robillard1-146/+227
2023-04-06Remove support for writing Turtle named inline nodes extensionDavid Robillard1-30/+6
2023-04-06Make URI writing stricter by defaultDavid Robillard1-7/+10
2023-04-05Improve writer error handlingDavid Robillard1-138/+165
2023-04-05Simplify writing URI delimitersDavid Robillard1-10/+5
2023-04-05Fix potential memory leaks when a write is abortedDavid Robillard1-68/+82
2023-04-05Fix pretty-printing of anonymous subjectsDavid Robillard1-3/+9
2023-04-02Improve TriG pretty-printing and remove trailing newlinesDavid Robillard1-3/+9
2023-03-31Fix possible hang when writing nested Turtle listsDavid Robillard1-6/+13
2023-02-04Fix clang and clang-tidy warnings on WindowsDavid Robillard1-1/+1
2022-12-20Avoid using ASCII grave as a quoteDavid Robillard1-1/+1