Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-27 | Add support for parsing variables | David Robillard | 1 | -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-27 | Replace serd_reader_set_strict() with SerdReaderFlags | David Robillard | 1 | -1/+3 | |
This makes reader options extensible and should hopefully prevent the need for grafting on more similar functions in the future. | |||||
2020-10-27 | Align nodes with posix_memalign if possible | David Robillard | 1 | -13/+15 | |
2020-10-27 | Add function to SerdSink for freeing opaque handle | David Robillard | 1 | -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-27 | Add stack overflow tests | David Robillard | 1 | -0/+69 | |