aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Fix various warnings and conversion issuesDavid Robillard14-61/+70
2019-12-20Add serd_new_boolean()David Robillard4-0/+29
2019-12-20Remove reader status and handle errors more preciselyDavid Robillard7-43/+36
2019-12-20Add model validationDavid Robillard6-4/+926
2019-12-20Factor out test option iterator generationDavid Robillard1-5/+11
2019-12-20Add model to benchmarksDavid Robillard1-3/+4
2019-12-20Add modelDavid Robillard20-6/+3044
2019-12-19Use conventional short variable name for statusDavid Robillard1-13/+13
2019-12-19Use consistent naming for function typesDavid Robillard4-23/+23
2019-12-19Add extensible logging APIDavid Robillard8-66/+271
2019-12-19Use line comments where appropriate and clean up headerDavid Robillard1-437/+211
2019-12-19Add Env to SinkDavid Robillard9-73/+72
2019-12-19Rename SerdStyle to SerdWriterFlagsDavid Robillard3-33/+33
2019-12-19Rename SerdType to SerdNodeTypeDavid Robillard5-20/+25
2019-12-19Clean up and expose base64 implementationDavid Robillard7-65/+188
2019-12-19Expose the node cache in the worldDavid Robillard2-0/+17
2019-12-19Remove serd_env_foreach()David Robillard3-21/+4
2019-12-19Add serd_env_write_prefixes()David Robillard2-0/+16
2019-12-19Simplify reader test sinkDavid Robillard1-28/+23
2019-12-19Add serd_node_compare()David Robillard2-0/+30
2019-12-19Add stack overflow testsDavid Robillard2-1/+72
2019-12-19Improve node test coverageDavid Robillard1-0/+6
2019-12-19Add test for bad blank graph labelsDavid Robillard2-0/+9
2019-12-19Fix writer flags typeDavid Robillard1-18/+18
2019-12-19Simplify reader stack pushing codeDavid Robillard1-8/+10
2019-12-19Ensure serd_new_resolved_uri returns an absolute URI or NULLDavid Robillard3-8/+17
2019-12-19Use simpler names for statement flagsDavid Robillard3-21/+21
2019-12-19Simplify streaming API and improve pretty printingDavid Robillard9-134/+246
2019-12-19Cache commonly used nodes in the worldDavid Robillard3-14/+32
2019-12-19Add SerdNodes class for storing a cache of nodesDavid Robillard6-3/+307
2019-12-19Add serd_env_copy() and serd_env_equals()David Robillard3-0/+66
2019-12-19Separate ByteSink from WriterDavid Robillard4-17/+25
2019-12-19Expose SerdByteSink in public APIDavid Robillard5-102/+146
2019-12-19Remove serd_reader_set_default_graph()David Robillard4-34/+2
2019-12-19Add zix data structures for use in modelDavid Robillard7-0/+1621
2019-12-19Add rooted URI resolution testDavid Robillard1-1/+2
2019-12-19Add test for reading chunksDavid Robillard2-1/+115
2019-12-19Make reader return failure when no statement is readDavid Robillard2-3/+3
2019-12-19Fix warningsDavid Robillard2-4/+5
2019-12-19Simplify writer style optionsDavid Robillard6-40/+25
2019-12-19Avoid writing invalid prefixed name prefixesDavid Robillard1-1/+2
2019-12-19Separate style enum from style flags typesDavid Robillard4-6/+11
2019-12-19Automatically finish reader on destructionDavid Robillard2-0/+6
2019-12-19Make SerdSink opaqueDavid Robillard7-25/+158
2019-12-19Simplify SerdEnv APIDavid Robillard5-79/+117
2019-12-19Add cursor to statementDavid Robillard5-3/+19
2019-12-19Add SerdCursor to public APIDavid Robillard10-37/+291
2019-12-19Remove escape parameter from serd_new_file_uriDavid Robillard4-16/+12
2019-12-19Shorten node constructor namesDavid Robillard7-179/+298
2019-12-19Make statement sink take a statement rather than nodesDavid Robillard5-41/+34