aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_statement.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02Use SerdNodes to simplify some testsDavid Robillard1-41/+139
2023-12-02Add SerdNodes for storing a cache of interned nodesDavid Robillard1-45/+59
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-14/+13
2023-12-02Add support for custom allocatorsDavid Robillard1-55/+55
This makes it explicit in the API where memory is allocated, and allows the user to provide a custom allocator to avoid the use of the default system allocator for whatever reason.
2023-12-02[WIP] Remove SERD_CURIE node datatype entirelyDavid Robillard1-8/+6
2023-12-02Add SerdStatementDavid Robillard1-0/+142