Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-02 | Use ZixAllocator directly | David Robillard | 1 | -2/+2 |
2023-12-02 | Avoid dynamic allocation of world blank node | David Robillard | 1 | -1/+6 |
2023-12-02 | Cache commonly used nodes in the world | David Robillard | 1 | -9/+15 |
2023-12-02 | Make blank node prefixing automatic | David Robillard | 1 | -1/+2 |
2023-12-02 | Add support for custom allocators | David Robillard | 1 | -4/+9 |
2023-12-02 | [WIP] Add extensible logging API | David Robillard | 1 | -20/+6 |
2023-12-02 | Simplify input stream API | David Robillard | 1 | -5/+1 |
2023-12-02 | Rename SerdErrorFunc to SerdLogFunc | David Robillard | 1 | -5/+5 |
2023-12-02 | Add a set of limits to the world | David Robillard | 1 | -0/+1 |
2023-12-02 | Add serd_world_get_blank() | David Robillard | 1 | -0/+4 |
2023-12-02 | Move fopen wrapper to world | David Robillard | 1 | -1/+5 |
2023-12-02 | Move error handling to world | David Robillard | 1 | -0/+16 |
2023-12-02 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+14 |