aboutsummaryrefslogtreecommitdiffstats
path: root/tests/overflow_test.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27WIP: Make Reader always read from a ByteSourceDavid Robillard1-1/+4
2020-10-27Add support for parsing variablesDavid Robillard1-2/+3
This adds a reader flag and serdi option for extending a syntax with support for SPARQL-like variables, for storing things like patterns or simple queries.
2020-10-27Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-1/+3
This makes reader options extensible and should hopefully prevent the need for grafting on more similar functions in the future.
2020-10-27Align nodes with posix_memalign if possibleDavid Robillard1-13/+15
2020-10-27Add function to SerdSink for freeing opaque handleDavid Robillard1-1/+1
This can be used to associate dynamically allocated data with a sink and have it managed along with the sink's lifetime.
2020-10-27Add stack overflow testsDavid Robillard1-0/+69