aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08WIP: Add extensible logging APIDavid Robillard1-20/+190
2021-03-08WIP: Add serd_node_from_syntax() and serd_node_to_syntax()David Robillard1-0/+2
2021-03-08WIP: Make Reader always read from a ByteSourceDavid Robillard1-23/+0
2021-03-08Split up serd_internal.hDavid Robillard1-1/+1
2021-03-08Cache commonly used nodes in the worldDavid Robillard1-2/+27
2021-03-08Add SerdCursorDavid Robillard1-5/+9
2021-03-08Add serd_world_get_blank()David Robillard1-2/+24
2021-03-08Move fopen wrapper to worldDavid Robillard1-0/+28
2021-03-08Move error handling to worldDavid Robillard1-0/+29
2021-03-08Add SerdWorld for shared library stateDavid Robillard1-0/+40