aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-28Consolidate number support into a single "value" APIDavid Robillard1-7/+0
2022-01-28Add custom allocator supportDavid Robillard1-4/+6
2022-01-14Expose low-level node construction APIDavid Robillard1-2/+50
2022-01-14Remove serd_new_resolved_uri()David Robillard1-4/+0
2022-01-14Add serd_statement_matches()David Robillard1-0/+8
2022-01-14Add serd_node_compare()David Robillard1-0/+6
2022-01-13Add SerdNodes for storing a cache of interned nodesDavid Robillard1-0/+4
2022-01-13Clean up numeric node construction and access APIDavid Robillard1-0/+7
2022-01-13Zero node padding before passing to reader sinksDavid Robillard1-0/+3
2022-01-13Use a fixed-size reader stackDavid Robillard1-0/+3
2022-01-13Simplify URI API and implementationDavid Robillard1-0/+4
2022-01-13Add nullability annotations to internal node functionsDavid Robillard1-6/+7
2022-01-13Make nodes opaqueDavid Robillard1-4/+4
2022-01-13Rename SerdType to SerdNodeTypeDavid Robillard1-2/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-8/+11
2020-08-14Clean up and separate internal headersDavid Robillard1-0/+45