aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Make blank node prefixing automaticDavid Robillard1-0/+1
Though potentially useful, I don't think the complexity cost of the old interface (both to the implementation and to the user) is worth it. A special tool to transform blank node labels (for example with regular expressions) would be a better approach to this if it's ever needed in the future.
2022-01-14Avoid dynamic allocation of world blank nodeDavid Robillard1-2/+8
2022-01-14Add extensible logging APIDavid Robillard1-8/+5
2022-01-13Make Reader always read from a ByteSourceDavid Robillard1-5/+0
2022-01-13Cache commonly used nodes in the worldDavid Robillard1-4/+12
2022-01-13Add serd_world_get_blank()David Robillard1-0/+3
2022-01-13Move fopen wrapper to worldDavid Robillard1-0/+6
2022-01-13Move error handling to worldDavid Robillard1-0/+6
2022-01-13Add SerdWorld for shared library stateDavid Robillard1-0/+27