Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -34/+36 | |
2023-12-02 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -23/+8 | |
This makes plumbing easier since everything goes through the same "stream" and only one callback is required to handling everything. It's also more easily extensible in case more event types need to be added in the future. | |||||
2023-12-02 | Add SerdStatement | David Robillard | 1 | -6/+10 | |
2023-12-02 | Add SerdSink interface and hide implementations | David Robillard | 1 | -0/+68 | |
2023-12-02 | Merge datatype/language into node | David Robillard | 1 | -9/+6 | |
This moves closer to the sord API, and is more convenient in most cases. | |||||
2023-12-02 | Split up public API header | David Robillard | 1 | -0/+68 | |