aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Add SerdWorld for shared library stateDavid Robillard5-21/+54
2022-01-13Clean up base64 node construction and access APIDavid Robillard1-18/+47
2022-01-13Clean up numeric node construction and access APIDavid Robillard1-65/+262
2022-01-13Add serd_new_boolean()David Robillard1-0/+22
2022-01-13Use exess for reading and writing numeric and binary literalsDavid Robillard2-47/+70
2022-01-13Clean up nodes in reader/writer testsDavid Robillard1-12/+20
2022-01-13Simplify literal construction APIDavid Robillard3-30/+45
2022-01-13Improve reader error handlingDavid Robillard2-0/+164
2022-01-13Handle writer stack overflows gracefullyDavid Robillard1-0/+56
2022-01-13Use a fixed-size reader stackDavid Robillard4-10/+17
2022-01-13Simplify reader interfaceDavid Robillard2-50/+47
2022-01-13Add SerdSink interface and hide implementationsDavid Robillard6-32/+210
2022-01-13Bring read/write interface closer to C standardDavid Robillard1-2/+3
2022-01-13Set datatypes on integer, decimal, and base64 nodesDavid Robillard1-7/+27
2022-01-13Simplify node construction APIDavid Robillard5-75/+143
2022-01-13Merge datatype/language into nodeDavid Robillard4-54/+68
2022-01-13Improve URI testsDavid Robillard1-9/+29
2022-01-13Simplify URI API and implementationDavid Robillard4-42/+141
2022-01-13Make nodes opaqueDavid Robillard5-177/+182
2022-01-13Shorten node constructor namesDavid Robillard2-15/+13
2022-01-13Remove "get" from accessor namesDavid Robillard2-7/+7
2022-01-13Rename SerdStyle to SerdWriterFlagsDavid Robillard2-7/+6
2022-01-13Rename SerdURI to SerdURIViewDavid Robillard1-9/+9
2022-01-13Rename SerdChunk to SerdStringViewDavid Robillard1-2/+2
2022-01-13Use char* for strings in public APIDavid Robillard6-103/+85
2022-01-13Add SerdBuffer type for mutable buffersDavid Robillard2-8/+8
2022-01-13Remove support for Turtle named inline nodes extensionDavid Robillard7-33/+0
2022-01-13Remove escape parameter from serd_node_new_file_uriDavid Robillard1-10/+5
2022-01-13Remove useless character countingDavid Robillard2-17/+9
2022-01-13Remove serd_uri_to_path()David Robillard1-41/+0
2022-01-13Switch to MesonDavid Robillard4-0/+274
2022-01-13Factor out test suite running to a standalone scriptDavid Robillard1-0/+403
2022-01-13Suppress new warnings in clang-tidy 13David Robillard1-1/+2
2021-07-10Fix out of bounds read in testDavid Robillard1-0/+4
2021-07-10Clean up socket-like stream reading testDavid Robillard1-5/+17
2021-07-10Add missing includeDavid Robillard1-0/+1
2021-07-09Fix accidentally disabled writer testDavid Robillard1-4/+1
2021-07-08Suppress new warnings in clang-tidy 12David Robillard1-0/+2
2021-06-30Make node qualify and expand functions tolerate a null EnvDavid Robillard1-0/+5
2021-04-09Write statements with invalid URI characters in lax modeDavid Robillard5-0/+13
2021-02-15Fix writing long literals with triple quotesDavid Robillard1-0/+65
2021-01-02Use email address instead of website for attributionDavid Robillard7-7/+7
2020-12-31Format all code with clang-formatDavid Robillard7-614/+635
2020-12-17Add test for attempting to convert a non-file URI to a pathDavid Robillard1-0/+3
2020-12-15Suppress new clang-tidy warningsDavid Robillard1-0/+3
2020-11-14Deprecate serd_uri_to_path()David Robillard1-0/+9
2020-11-13Remove tests that pass null to nonnull parametersDavid Robillard2-8/+4
2020-11-13Add failure test for unescaped quotes in URIsDavid Robillard2-0/+7
2020-11-13Allow setting the base URI of an Env to NULLDavid Robillard1-1/+6
2020-11-12Use C11 if possibleDavid Robillard1-0/+1