Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -2/+6 | |
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 | Factor out and expose serd_write_file_uri() | David Robillard | 1 | -3/+24 | |
2023-12-02 | Use Zix attributes directly | David Robillard | 1 | -8/+11 | |
2023-12-02 | Make serd_uri_string_length() precise and add it to public API | David Robillard | 1 | -1/+14 | |
2023-12-02 | Bring read/write interface closer to the C standard | David Robillard | 1 | -3/+3 | |
2023-12-02 | Simplify URI API and implementation | David Robillard | 1 | -39/+86 | |
2023-12-02 | Make nodes opaque | David Robillard | 1 | -2/+1 | |
2023-12-02 | Split up public API header | David Robillard | 1 | -0/+100 | |