aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02[WIP] Tighten up reader node managementDavid Robillard1-2/+4
2023-12-02Use ZixAllocator directlyDavid Robillard1-13/+16
2023-12-02Use ZixStringView directlyDavid Robillard1-36/+37
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-363/+604
2023-12-02Add support for custom allocatorsDavid Robillard1-55/+90
2023-12-02[WIP] Remove serd_new_resolved_uri()David Robillard1-36/+0
2023-12-02[WIP] Remove SERD_CURIE node datatype entirelyDavid Robillard1-7/+1
2023-12-02[WIP] Expand URIs in readerDavid Robillard1-1/+1
2023-12-02[WIP] Preserve long or short quoting from input documentsDavid Robillard1-71/+77
2023-12-02Remove datatype arguments from integer and base64 constructorsDavid Robillard1-9/+11
2023-12-02Make SerdBuffer an output streamDavid Robillard1-3/+3
2023-12-02Factor out and expose serd_write_file_uri()David Robillard1-82/+3
2023-12-02Use Zix attributes directlyDavid Robillard1-7/+7
2023-12-02Add assertions for all non-null pointers in the public APIDavid Robillard1-2/+24
2023-12-02Make serd_uri_string_length() precise and add it to public APIDavid Robillard1-21/+6
2023-12-02Be precise about the meaning of node "length" and "size"David Robillard1-28/+22
2023-12-02Split up serd_internal.hDavid Robillard1-1/+1
2023-12-02Add serd_node_compare()David Robillard1-0/+27
2023-12-02Clean up base64 node construction and access APIDavid Robillard1-0/+29
2023-12-02Clean up numeric node construction and access APIDavid Robillard1-0/+104
2023-12-02[WIP] Use exess for reading and writing numeric and binary literalsDavid Robillard1-109/+77
2023-12-02Add debug checks for node paddingDavid Robillard1-8/+33
2023-12-02Zero node padding before passing to reader sinksDavid Robillard1-1/+29
2023-12-02Use a fixed-size reader stackDavid Robillard1-2/+0
2023-12-02Bring read/write interface closer to the C standardDavid Robillard1-9/+12
2023-12-02Add serd_new_boolean()David Robillard1-0/+8
2023-12-02Simplify literal construction APIDavid Robillard1-31/+61
2023-12-02Set datatypes on integer, decimal, and base64 nodesDavid Robillard1-30/+68
2023-12-02Simplify node construction APIDavid Robillard1-68/+83
2023-12-02Merge datatype/language into nodeDavid Robillard1-5/+114
2023-12-02Simplify URI API and implementationDavid Robillard1-74/+48
2023-12-02Add serd_node_uri_view()David Robillard1-0/+12
2023-12-02Add serd_node_string_view()David Robillard1-0/+9
2023-12-02Align node allocationsDavid Robillard1-6/+27
2023-12-02Make nodes opaqueDavid Robillard1-78/+106
2023-12-02Add node accessor APIDavid Robillard1-0/+24
2023-12-02Shorten node constructor namesDavid Robillard1-24/+22
2023-12-02Rename string view fieldsDavid Robillard1-4/+4
2023-12-02Split up public API headerDavid Robillard1-1/+4
2023-12-02Rename SerdType to SerdNodeTypeDavid Robillard1-4/+4
2023-12-02Rename SerdURI to SerdURIViewDavid Robillard1-19/+19
2023-12-02Add SerdBuffer type for mutable buffersDavid Robillard1-7/+7
2023-12-02Use char* for strings in public APIDavid Robillard1-32/+31
2023-12-02Remove escape parameter from serd_node_new_file_uriDavid Robillard1-3/+2
2023-12-02Remove useless character countingDavid Robillard1-22/+14
2023-04-05Fix sign conversion warningsDavid Robillard1-1/+1
2023-04-05Update to clang-format 12David Robillard1-4/+4
2022-12-20Avoid using ASCII grave as a quoteDavid Robillard1-6/+6
2022-11-24Fix improper use of chunk sinkDavid Robillard1-4/+4
2022-11-15Fix implementation-defined integer conversionDavid Robillard1-1/+1