Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Make environments and sinks part of the world | David Robillard | 1 | -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-28 | Use more human-readable status codes | David Robillard | 1 | -2/+2 | |
2022-01-14 | Remove SERD_CURIE node datatype entirely | David Robillard | 1 | -7/+0 | |
2022-01-14 | Make serd_env_expand_in_place() take a string view instead of a node | David Robillard | 1 | -1/+1 | |
2022-01-13 | Simplify SerdEnv API | David Robillard | 1 | -0/+21 | |
2022-01-13 | Simplify node construction API | David Robillard | 1 | -0/+26 | |