aboutsummaryrefslogtreecommitdiffstats
path: root/src/writer.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-27Clean up node construction APIDavid Robillard1-18/+13
2018-05-27Clean up includes and improve source file separationDavid Robillard1-6/+9
2018-05-27Move error handling to worldDavid Robillard1-21/+6
2018-05-27Add SerdWorld for shared library stateDavid Robillard1-11/+5
2018-05-27Remove redundant SERD_API declarationsDavid Robillard1-11/+0
2018-05-27Add SerdSinkInterface and hide implementationsDavid Robillard1-24/+40
2018-05-27Remove syntax assumptions from SerdEnv implementationDavid Robillard1-1/+15
2018-05-27Clean up and separate internal headersDavid Robillard1-0/+14
2018-05-27Merge datatype and/or language into nodeDavid Robillard1-28/+20
2018-05-27Make nodes opaqueDavid Robillard1-71/+78
2018-05-27Use opaque node APIDavid Robillard1-29/+39
2018-05-27Rename SerdChunk to SerdSliceDavid Robillard1-3/+3
2018-05-27Use char* for strings in public APIDavid Robillard1-13/+14
2018-05-27Remove useless character countingDavid Robillard1-4/+3
2018-05-27Use SerdBuffer for mutable buffersDavid Robillard1-7/+7
2018-05-27Clarify errors returned by serd_env_expand()David Robillard1-5/+5
2018-02-04Factor out syntax-specific reader implementationDavid Robillard1-8/+0
2017-11-05Factor out namespace definesDavid Robillard1-3/+0
2017-09-23Use more efficient stack allocation and growth policiesDavid Robillard1-1/+1
2017-08-29Fix writing of corrupt UTF-8David Robillard1-8/+7
2017-07-30Move parse_utf8_char to shared internal headerDavid Robillard1-20/+1
2017-07-30Cleanup: Add push_bytes function to reduce code verbosityDavid Robillard1-2/+0
2017-07-10Cleanup: Separate writer code into smaller functionsDavid Robillard1-154/+207
2017-07-10Gracefully handle applications that write corrupt UTF-8David Robillard1-7/+13
2017-07-10Factor out UTF-8 character size countingDavid Robillard1-23/+1
2017-06-30Clean up UTF-8 parsing and use CLZ if availableDavid Robillard1-27/+29
2017-06-30Cleanup: Remove unnecessary variableDavid Robillard1-4/+3
2017-06-30Fix various clang-tidy issuesDavid Robillard1-1/+1
2017-05-20Abstract more syntax specifics away from writerDavid Robillard1-7/+11
2017-04-14Make BulkSink general and factor out details from WriterDavid Robillard1-21/+6
2017-02-14Improve struct packingDavid Robillard1-1/+1
2017-01-07Add support for writing TriGDavid Robillard1-29/+67
2017-01-06Add support for reading TriGDavid Robillard1-10/+11
2017-01-06TidyDavid Robillard1-2/+2
2017-01-05Add support for NQuadsDavid Robillard1-2/+9
2016-09-18Update copyright datesDavid Robillard1-1/+1
2016-06-13Fix use of uninitialized fieldsDavid Robillard1-8/+1
2016-03-15Fix potential out of bounds readDavid Robillard1-1/+2
2015-10-07Update copyright datesDavid Robillard1-1/+1
2015-10-04Delete trailing whitespaceDavid Robillard1-2/+2
2014-12-17Add support for Turtle named inline nodes extension.David Robillard1-15/+37
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-05-19Add TODO comment about future API break needed for better error reporting.David Robillard1-0/+6
2013-12-24Update to latest Turtle test suite.David Robillard1-14/+56
2013-03-31Write \uFFFF, not \U0000FFFF.David Robillard1-1/+1
2013-03-30Don't escape backspace or form feed for ntriples.David Robillard1-2/+6
2013-03-24Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quot...David Robillard1-4/+14
2013-03-24Remove unused SERD_URI enum value.David Robillard1-1/+0
2013-03-03Don't write xsd:decimal literals to Turtle bare if they would not be read backDavid Robillard1-1/+9
2013-03-03Pass turtle-syntax-bad-prefix-01 (propagate errors in write_node).David Robillard1-5/+8