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