Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Use SerdNodes to simplify some tests | David Robillard | 1 | -13/+13 | |
2023-12-02 | [WIP] Generalize node construction API | David Robillard | 1 | -5/+4 | |
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -15/+37 | |
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 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -7/+43 | |
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 | -25/+19 | |
2023-12-02 | Add SerdSink interface and hide implementations | David Robillard | 1 | -0/+151 | |