aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_node.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08WIP: Add serd_node_from_syntax() and serd_node_to_syntax()David Robillard1-2/+2
2021-03-08Move error handling to worldDavid Robillard1-0/+2
2021-03-08Add SerdWorld for shared library stateDavid Robillard1-0/+6
2021-03-08Add numeric node construction and access APIDavid Robillard1-22/+191
2021-03-08Add serd_new_boolean()David Robillard1-0/+21
2021-03-08Remove old floating point testsDavid Robillard1-88/+0
2021-03-08WIP: Use exess for reading and writing numeric and binary literalsDavid Robillard1-6/+6
2021-03-08Simplify literal construction APIDavid Robillard1-23/+39
2021-03-07Set datatypes on integer, decimal, and base64 nodesDavid Robillard1-7/+27
2021-03-07Simplify node construction APIDavid Robillard1-24/+47
2021-03-07Simplify URI API and implementationDavid Robillard1-1/+1
2021-03-07Merge datatype/language into nodeDavid Robillard1-0/+32
2021-03-07Make nodes opaqueDavid Robillard1-45/+47
2021-03-07Shorten node constructor namesDavid Robillard1-3/+3
2021-03-07Use char* for strings in public APIDavid Robillard1-18/+17
2021-03-07Remove useless character countingDavid Robillard1-9/+6
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