aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Remove serd_reader_set_default_graph()David Robillard4-49/+14
2023-12-02Use thread-safe strerror_r() if availableDavid Robillard6-7/+45
2023-12-02Move fopen wrapper to worldDavid Robillard5-27/+34
2023-12-02Move error handling to worldDavid Robillard5-30/+69
2023-12-02Add SerdWorld for shared library stateDavid Robillard21-112/+219
2023-12-02Add serd_node_compare()David Robillard4-0/+106
2023-12-02Clean up base64 node construction and access APIDavid Robillard6-20/+162
2023-12-02Clean up numeric node construction and access APIDavid Robillard9-93/+450
2023-12-02[WIP] Use exess for reading and writing numeric and binary literalsDavid Robillard14-359/+219
2023-12-02Clean up nodes in reader/writer testsDavid Robillard1-12/+20
2023-12-02Move syntax name/extension utilities to public APIDavid Robillard6-55/+158
2023-12-02Improve reader error handlingDavid Robillard5-137/+320
2023-12-02Set flags directly when reading literal nodesDavid Robillard1-64/+43
2023-12-02Add debug checks for node paddingDavid Robillard2-13/+37
2023-12-02Zero node padding before passing to reader sinksDavid Robillard5-2/+41
2023-12-02Remove datatype and language from reader contextDavid Robillard2-40/+32
2023-12-02Simplify stack management by popping in bulk at higher levelsDavid Robillard4-139/+55
2023-12-02Use a fixed-size reader stackDavid Robillard13-208/+301
2023-12-02Simplify reader interfaceDavid Robillard7-266/+179
2023-12-02Add SerdSink interface and hide implementationsDavid Robillard17-196/+480
2023-12-02Bring read/write interface closer to the C standardDavid Robillard16-105/+130
2023-12-02Add serd_new_boolean()David Robillard3-0/+35
2023-12-02Simplify literal construction APIDavid Robillard5-70/+123
2023-12-02Set datatypes on integer, decimal, and base64 nodesDavid Robillard3-41/+111
2023-12-02Simplify node construction APIDavid Robillard13-294/+365
2023-12-02Merge datatype/language into nodeDavid Robillard11-140/+282
2023-12-02Simplify URI API and implementationDavid Robillard12-377/+490
2023-12-02Add serd_node_uri_view()David Robillard3-5/+37
2023-12-02Add serd_node_string_view()David Robillard3-0/+21
2023-12-02Align node allocationsDavid Robillard3-6/+46
2023-12-02Make nodes opaqueDavid Robillard24-596/+651
2023-12-02Add node accessor APIDavid Robillard2-0/+44
2023-12-02Shorten node constructor namesDavid Robillard7-66/+67
2023-12-02Rename string view fieldsDavid Robillard7-77/+77
2023-12-02Use more human-readable status codesDavid Robillard15-139/+157
2023-12-02Add version constants to public headerDavid Robillard7-6/+68
2023-12-02Split up public API headerDavid Robillard47-977/+1554
2023-12-02Remove "get" from accessor namesDavid Robillard6-18/+18
2023-12-02Rename function types for consistencyDavid Robillard9-62/+62
2023-12-02Rename SerdStyle to SerdWriterFlagsDavid Robillard5-60/+64
2023-12-02Rename SerdType to SerdNodeTypeDavid Robillard5-25/+28
2023-12-02Rename SerdURI to SerdURIViewDavid Robillard8-111/+113
2023-12-02Rename SerdChunk to SerdStringViewDavid Robillard8-32/+38
2023-12-02Add SerdBuffer type for mutable buffersDavid Robillard7-45/+50
2023-12-02Use char* for strings in public APIDavid Robillard24-430/+388
2023-12-02Remove support for reading Turtle named inline nodes extensionDavid Robillard9-61/+1
2023-12-02Remove escape parameter from serd_node_new_file_uriDavid Robillard4-34/+16
2023-12-02Remove useless character countingDavid Robillard11-101/+55
2023-12-02Remove serd_uri_to_path()David Robillard9-104/+11
2023-12-02Delete trailing whitespaceDavid Robillard1-1/+1