aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_node.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Use ZixStringView directlyDavid Robillard1-42/+44
2023-12-02Use SerdNodes instead of manual memory management in testsDavid Robillard1-4/+39
2023-12-02Add serd_node_from_syntax() and serd_node_to_syntax()David Robillard1-2/+2
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-203/+405
2023-12-02Add support for custom allocatorsDavid Robillard1-99/+119
2023-12-02[WIP] Remove SERD_CURIE node datatype entirelyDavid Robillard1-4/+0
2023-12-02[WIP] Preserve long or short quoting from input documentsDavid Robillard1-57/+63
2023-12-02Remove datatype arguments from integer and base64 constructorsDavid Robillard1-12/+9
2023-12-02Add serd_node_compare()David Robillard1-0/+60
2023-12-02Clean up base64 node construction and access APIDavid Robillard1-19/+49
2023-12-02Clean up numeric node construction and access APIDavid Robillard1-68/+261
2023-12-02[WIP] Use exess for reading and writing numeric and binary literalsDavid Robillard1-43/+41
2023-12-02Add serd_new_boolean()David Robillard1-0/+21
2023-12-02Simplify literal construction APIDavid Robillard1-24/+42
2023-12-02Set datatypes on integer, decimal, and base64 nodesDavid Robillard1-7/+27
2023-12-02Simplify node construction APIDavid Robillard1-22/+40
2023-12-02Merge datatype/language into nodeDavid Robillard1-0/+46
2023-12-02Add serd_node_uri_view()David Robillard1-5/+11
2023-12-02Add serd_node_string_view()David Robillard1-0/+2
2023-12-02Make nodes opaqueDavid Robillard1-45/+48
2023-12-02Shorten node constructor namesDavid Robillard1-3/+3
2023-12-02Split up public API headerDavid Robillard1-1/+3
2023-12-02Use char* for strings in public APIDavid Robillard1-18/+17
2023-12-02Remove useless character countingDavid Robillard1-9/+6
2023-10-06Tolerate reduce floating point precision on Apple SiliconDavid Robillard1-2/+2
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-08-09Fix array size warningDavid Robillard1-3/+7
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-115/+124
2020-11-13Remove tests that pass null to nonnull parametersDavid Robillard1-2/+2
2020-11-09Split out reader and writer testsDavid Robillard1-0/+203