Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -3/+8 | |
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-02 | [WIP] Preserve anonymous graph syntax in TriG | David Robillard | 1 | -6/+7 | |
[WIP] Untested | |||||
2023-12-02 | Factor out and expose serd_write_file_uri() | David Robillard | 1 | -1/+0 | |
2023-12-02 | Use Zix attributes directly | David Robillard | 1 | -29/+32 | |
2023-12-02 | Add support for writing terse output with minimal newlines | David Robillard | 1 | -0/+2 | |
2023-12-02 | Simplify statement flags | David Robillard | 1 | -8/+6 | |
2023-12-02 | Add SerdStatement | David Robillard | 1 | -0/+83 | |
2023-12-02 | Add SerdField to public API | David Robillard | 1 | -0/+8 | |
A statement field enum was previously only used by the writer internally, but will be used in the public API (without a sentinel value) in following commits. | |||||
2023-12-02 | Split up public API header | David Robillard | 1 | -0/+40 | |