aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Make environments and sinks part of the worldDavid Robillard1-0/+4
Although functions/components that require minimal pre-existing state are nice, these allocate memory and could potentially share resources. So, give them a pointer to a world which can be used to configure such things. In particular, this is working towards supporting custom allocators everywhere.
2022-01-28Use more human-readable status codesDavid Robillard1-2/+2
2022-01-14Remove SERD_CURIE node datatype entirelyDavid Robillard1-7/+0
2022-01-14Make serd_env_expand_in_place() take a string view instead of a nodeDavid Robillard1-1/+1
2022-01-13Simplify SerdEnv APIDavid Robillard1-0/+21
2022-01-13Simplify node construction APIDavid Robillard1-0/+26