Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Use ZixAllocator directly | David Robillard | 1 | -4/+4 | |
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -5/+7 | |
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 | Simplify output stream API | David Robillard | 1 | -2/+2 | |
2023-12-02 | Make SerdBuffer an output stream | David Robillard | 1 | -14/+19 | |
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 | -8/+10 | |
2023-12-02 | Bring read/write interface closer to the C standard | David Robillard | 1 | -3/+4 | |
2023-12-02 | Split up public API header | David Robillard | 1 | -0/+56 | |