aboutsummaryrefslogtreecommitdiffstats
path: root/serd
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-12/+10
2019-12-20Report writer errors and add strict write modeDavid Robillard1-3/+5
2019-12-20Add support for writing terse collectionsDavid Robillard1-1/+3
2019-12-20Add option for writing terse output without newlinesDavid Robillard1-0/+1
2019-12-20Rename SERD_STYLE_ASCII to SERD_WRITE_ASCIIDavid Robillard1-1/+1
2019-12-20Add serd_new_boolean()David Robillard1-0/+5
2019-12-20Remove reader status and handle errors more preciselyDavid Robillard1-1/+2
2019-12-20Add model validationDavid Robillard1-1/+17
2019-12-20Add modelDavid Robillard1-0/+422
2019-12-19Use consistent naming for function typesDavid Robillard1-11/+11
2019-12-19Add extensible logging APIDavid Robillard1-23/+98
2019-12-19Use line comments where appropriate and clean up headerDavid Robillard1-437/+211
2019-12-19Add Env to SinkDavid Robillard1-8/+9
2019-12-19Rename SerdStyle to SerdWriterFlagsDavid Robillard1-5/+5
2019-12-19Rename SerdType to SerdNodeTypeDavid Robillard1-3/+3
2019-12-19Clean up and expose base64 implementationDavid Robillard1-4/+45
2019-12-19Expose the node cache in the worldDavid Robillard1-0/+11
2019-12-19Remove serd_env_foreach()David Robillard1-9/+0
2019-12-19Add serd_env_write_prefixes()David Robillard1-0/+7
2019-12-19Add serd_node_compare()David Robillard1-0/+11
2019-12-19Use simpler names for statement flagsDavid Robillard1-5/+5
2019-12-19Simplify streaming API and improve pretty printingDavid Robillard1-8/+5
2019-12-19Add SerdNodes class for storing a cache of nodesDavid Robillard1-0/+65
2019-12-19Add serd_env_copy() and serd_env_equals()David Robillard1-0/+14
2019-12-19Separate ByteSink from WriterDavid Robillard1-2/+1
2019-12-19Expose SerdByteSink in public APIDavid Robillard1-0/+42
2019-12-19Remove serd_reader_set_default_graph()David Robillard1-12/+0
2019-12-19Simplify writer style optionsDavid Robillard1-5/+2
2019-12-19Separate style enum from style flags typesDavid Robillard1-1/+6
2019-12-19Automatically finish reader on destructionDavid Robillard1-0/+5
2019-12-19Make SerdSink opaqueDavid Robillard1-11/+52
2019-12-19Simplify SerdEnv APIDavid Robillard1-24/+6
2019-12-19Add cursor to statementDavid Robillard1-0/+7
2019-12-19Add SerdCursor to public APIDavid Robillard1-8/+77
2019-12-19Remove escape parameter from serd_new_file_uriDavid Robillard1-4/+3
2019-12-19Shorten node constructor namesDavid Robillard1-23/+60
2019-12-19Make statement sink take a statement rather than nodesDavid Robillard1-6/+3
2019-12-19Add sink interfaceDavid Robillard1-0/+60
2019-12-19Add SerdStatementDavid Robillard1-0/+48
2019-12-19Move syntax name/extension utilities to public APIDavid Robillard1-0/+36
2019-12-19Move SerdField to public APIDavid Robillard1-0/+10
2019-12-19Use a fixed-size reader stackDavid Robillard1-2/+6
2019-12-19Set datatypes on integer, decimal, and base64 nodesDavid Robillard1-4/+20
2019-12-19Add serd_world_get_blank()David Robillard1-0/+10
2019-12-19Clean up node construction APIDavid Robillard1-52/+54
2019-12-19Hide fopen wrapper and use reader interface consistentlyDavid Robillard1-11/+3
2019-12-19Add blank node APIDavid Robillard1-0/+10
2019-12-19Make serd_node_new_literal take datatype as a nodeDavid Robillard1-1/+3
2019-12-19Add SerdWorld for shared library stateDavid Robillard1-26/+45
2019-12-19Add SerdSink interface and hide individual function implementationsDavid Robillard1-49/+19