aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-13Fix integer conversion warningsDavid Robillard1-1/+1
2019-04-13WIP: Add validationDavid Robillard1-1/+3
2019-04-13Use consistent naming for function typesDavid Robillard1-4/+4
2019-04-13Expose and annotate logging functionsDavid Robillard1-0/+16
2019-04-13Expose the node cache in the worldDavid Robillard1-0/+6
2019-04-13Rename SerdError to SerdMessageDavid Robillard1-16/+16
2019-04-13Cache commonly used nodes in the worldDavid Robillard1-0/+12
2019-04-13Add SerdCursor to public APIDavid Robillard1-2/+10
2019-04-13Shorten node constructor namesDavid Robillard1-1/+1
2019-04-13Add serd_world_get_blank()David Robillard1-1/+19
2019-04-13Clean up includes and improve source file separationDavid Robillard1-3/+2
2019-04-13Move system utilities to separate source filesDavid Robillard1-1/+4
2019-04-13Hide fopen wrapper and use reader interface consistentlyDavid Robillard1-0/+23
2019-04-13Move error handling to worldDavid Robillard1-0/+25
2019-04-13Add SerdWorld for shared library stateDavid Robillard1-0/+40