Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-02 | Use SerdNodes to simplify some tests | David Robillard | 1 | -41/+139 | |
2023-12-02 | Add SerdNodes for storing a cache of interned nodes | David Robillard | 1 | -45/+59 | |
2023-12-02 | [WIP] Generalize node construction API | David Robillard | 1 | -14/+13 | |
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -55/+55 | |
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 | [WIP] Remove SERD_CURIE node datatype entirely | David Robillard | 1 | -8/+6 | |
2023-12-02 | Add SerdStatement | David Robillard | 1 | -0/+142 | |