aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
AgeCommit message (Collapse)AuthorFilesLines
2018-12-31WIP: Add validationDavid Robillard1-1/+3
2018-12-31Expose the node cache in the worldDavid Robillard1-0/+6
2018-12-31Rename SerdError to SerdMessageDavid Robillard1-16/+16
Towards more general usage for all types of logging.
2018-12-31Cache commonly used nodes in the worldDavid Robillard1-0/+12
2018-12-31Add SerdCursor to public APIDavid Robillard1-2/+10
2018-12-31Shorten node constructor namesDavid Robillard1-1/+1
2018-12-30Add serd_world_get_blank()David Robillard1-1/+19
2018-12-30Clean up includes and improve source file separationDavid Robillard1-3/+2
2018-12-30Move system utilities to separate source filesDavid Robillard1-1/+4
2018-12-30Hide fopen wrapper and use reader interface consistentlyDavid Robillard1-0/+23
2018-12-30Move error handling to worldDavid Robillard1-0/+25
2018-12-30Add SerdWorld for shared library stateDavid Robillard1-0/+40