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