aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_free_null.c
AgeCommit message (Collapse)AuthorFilesLines
2023-12-02Use ZixAllocator directlyDavid Robillard1-2/+0
2023-12-02Add model and serd-sort utilityDavid Robillard1-0/+6
With all the new functionality, the complexity of the serd-pipe command-line interface is starting to push the limits of available flags. So, instead of grafting on further options to control a model, this commit adds a new tool, serd-sort, which acts somewhat like a stripped-down serd-pipe that stores statements in a model in memory. This keeps the complexity (including the user-facing complexity) of any one tool down, since other more focused tools can be used for streaming tasks in a pipeline. In other words, abandon Swissarmyknifeism, take a page from the Unix philosophy, and try to expose the model functionality to the command-line in a dedicated focused tool. The model implementation is tested by using this tool to run a subset of the usual test suites, and a special suite to test statement sorting.
2023-12-02Add SerdNodes for storing a cache of interned nodesDavid Robillard1-0/+2
2023-12-02Add support for custom allocatorsDavid Robillard1-3/+3
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-02Add SerdCaretDavid Robillard1-0/+2
2023-12-02Add SerdWorld for shared library stateDavid Robillard1-0/+2
2023-12-02Add SerdSink interface and hide implementationsDavid Robillard1-0/+2
2023-12-02Split up public API headerDavid Robillard1-1/+5
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-6/+6
2020-11-09Rename unit tests to start with a consistent prefixDavid Robillard1-0/+33