aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-13Use consistent naming for function typesDavid Robillard1-1/+1
2019-04-13Expose and annotate logging functionsDavid Robillard1-2/+1
2019-04-13Rename SerdError to SerdMessageDavid Robillard1-3/+3
2019-04-13Cache commonly used nodes in the worldDavid Robillard1-4/+12
2019-04-13Add serd_world_get_blank()David Robillard1-0/+2
2019-04-13Clean up includes and improve source file separationDavid Robillard1-1/+4
2019-04-13Hide fopen wrapper and use reader interface consistentlyDavid Robillard1-0/+2
2019-04-13Move error handling to worldDavid Robillard1-0/+5
2019-04-13Add SerdWorld for shared library stateDavid Robillard1-0/+27