Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Add custom allocator support | David Robillard | 1 | -6/+33 | |
2022-01-28 | Make environments and sinks part of the world | David Robillard | 1 | -4/+10 | |
Although functions/components that require minimal pre-existing state are nice, these allocate memory and could potentially share resources. So, give them a pointer to a world which can be used to configure such things. In particular, this is working towards supporting custom allocators everywhere. | |||||
2022-01-28 | Use more human-readable status codes | David Robillard | 1 | -2/+2 | |
2022-01-13 | Replace multiple stream callbacks with SerdEvent | David Robillard | 1 | -7/+42 | |
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. | |||||
2022-01-13 | Use SerdNodes to simplify some tests | David Robillard | 1 | -10/+11 | |
2022-01-13 | Add SerdStatement | David Robillard | 1 | -25/+19 | |
2022-01-13 | Add SerdSink interface and hide implementations | David Robillard | 1 | -0/+159 | |