aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-29WIP: Use SerdWorld log in validatorDavid Robillard1-1/+12
2018-11-26Rename SerdError to SerdMessageDavid Robillard1-14/+14
2018-11-25WIP: Add modelDavid Robillard1-1/+483
2018-11-25Simplify streaming API and improve pretty printingDavid Robillard1-8/+5
2018-11-25Add SerdNodes class for storing a cache of nodesDavid Robillard1-0/+65
2018-11-25Add serd_env_copy() and serd_env_equals()David Robillard1-0/+14
2018-11-25Separate ByteSink from WriterDavid Robillard1-1/+0
2018-11-25Expose SerdByteSink in public APIDavid Robillard1-0/+42
2018-11-25Remove serd_reader_set_default_graphDavid Robillard1-12/+0
2018-11-25Simplify writer style optionsDavid Robillard1-5/+2
2018-11-25Separate style enum from style flags typesDavid Robillard1-1/+6
2018-11-25Automatically finish reader on destructionDavid Robillard1-0/+5
2018-11-25Make SerdSink opaqueDavid Robillard1-11/+52
2018-11-25Simplify SerdEnv APIDavid Robillard1-24/+6
2018-11-25Add cursor to statementDavid Robillard1-0/+7
2018-11-25Add SerdCursor to public APIDavid Robillard1-8/+43
2018-11-25Remove escape parameter from serd_new_file_uriDavid Robillard1-4/+3
2018-11-25Shorten node constructor namesDavid Robillard1-22/+32
2018-11-25Make statement sink take a statement rather than nodesDavid Robillard1-6/+3
2018-11-25Add sink interfaceDavid Robillard1-0/+60
2018-11-25Add SerdStatementDavid Robillard1-0/+48
2018-11-25Move syntax name/extension utilities to public APIDavid Robillard1-0/+36
2018-11-25Move SerdField to public APIDavid Robillard1-0/+10
2018-11-25Use fixed size stackDavid Robillard1-2/+6
2018-11-25Set datatypes on integer, decimal, and base64 nodesDavid Robillard1-4/+20
2018-11-25Add serd_world_get_blank()David Robillard1-0/+10
2018-11-25Clean up node construction APIDavid Robillard1-57/+40
2018-11-25Hide fopen wrapper and use reader interface consistentlyDavid Robillard1-11/+3
2018-11-25Add blank node APIDavid Robillard1-0/+10
2018-11-25Make serd_node_new_literal take datatype as a nodeDavid Robillard1-1/+3
2018-11-25Add SerdWorld for shared library stateDavid Robillard1-26/+45
2018-11-25Add SerdSink interface and hide individual function implementationsDavid Robillard1-49/+19
2018-11-25Bring read/write interface closer to C standardDavid Robillard1-21/+23
2018-11-25Merge datatype and/or language into nodeDavid Robillard1-8/+30
2018-11-25Simplify reader interfaceDavid Robillard1-36/+18
2018-11-25Remove serd_uri_to_path()David Robillard1-11/+0
2018-11-25Make nodes opaqueDavid Robillard1-36/+22
2018-11-25Add node accessor APIDavid Robillard1-0/+28
2018-11-25Make serd_strtod API const-correctDavid Robillard1-3/+5
2018-11-25Rename SerdChunk to SerdSliceDavid Robillard1-13/+13
2018-11-25Use char* for strings in public APIDavid Robillard1-45/+45
2018-11-25Remove useless character countingDavid Robillard1-5/+3
2018-11-25Use SerdBuffer for mutable buffersDavid Robillard1-6/+14
2018-07-22Add serd_free for freeing memory allocated by serdDavid Robillard1-2/+13
2018-06-03Move byte source/sink functions into their own sectionDavid Robillard1-31/+37
2018-06-03Fix comment typoDavid Robillard1-1/+1
2018-05-27Clarify errors returned by serd_env_expand()David Robillard1-0/+5
2018-04-01Fix comment typoDavid Robillard1-1/+1
2018-02-04Fix comment typoDavid Robillard1-1/+1
2017-07-09Add serd_node_from_substring()David Robillard1-0/+10