aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-27Fix various warnings and conversion issuesDavid Robillard1-1/+1
2020-10-27Add extensible logging APIDavid Robillard1-24/+131
2020-10-27Expose the node cache in the worldDavid Robillard1-0/+6
2020-10-27Cache commonly used nodes in the worldDavid Robillard1-0/+12
2020-10-27Add SerdCursor to public APIDavid Robillard1-5/+9
2020-10-27Shorten node constructor namesDavid Robillard1-1/+1
2020-10-27Add serd_world_get_blank()David Robillard1-2/+22
2020-10-27Hide fopen wrapper and use reader interface consistentlyDavid Robillard1-0/+26
2020-10-27Move error handling to worldDavid Robillard1-0/+29
2020-10-27Add SerdWorld for shared library stateDavid Robillard1-0/+40