aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Use ZixAllocator directlyDavid Robillard1-2/+2
2023-12-02Avoid dynamic allocation of world blank nodeDavid Robillard1-1/+6
2023-12-02Cache commonly used nodes in the worldDavid Robillard1-9/+15
2023-12-02Make blank node prefixing automaticDavid Robillard1-1/+2
2023-12-02Add support for custom allocatorsDavid Robillard1-4/+9
2023-12-02[WIP] Add extensible logging APIDavid Robillard1-20/+6
2023-12-02Simplify input stream APIDavid Robillard1-5/+1
2023-12-02Rename SerdErrorFunc to SerdLogFuncDavid Robillard1-5/+5
2023-12-02Add a set of limits to the worldDavid Robillard1-0/+1
2023-12-02Add serd_world_get_blank()David Robillard1-0/+4
2023-12-02Move fopen wrapper to worldDavid Robillard1-1/+5
2023-12-02Move error handling to worldDavid Robillard1-0/+16
2023-12-02Add SerdWorld for shared library stateDavid Robillard1-0/+14