Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Make blank node prefixing automatic | David Robillard | 1 | -0/+1 | |
Though potentially useful, I don't think the complexity cost of the old interface (both to the implementation and to the user) is worth it. A special tool to transform blank node labels (for example with regular expressions) would be a better approach to this if it's ever needed in the future. | |||||
2022-01-14 | Avoid dynamic allocation of world blank node | David Robillard | 1 | -2/+8 | |
2022-01-14 | Add extensible logging API | David Robillard | 1 | -8/+5 | |
2022-01-13 | Make Reader always read from a ByteSource | David Robillard | 1 | -5/+0 | |
2022-01-13 | Cache commonly used nodes in the world | David Robillard | 1 | -4/+12 | |
2022-01-13 | Add serd_world_get_blank() | David Robillard | 1 | -0/+3 | |
2022-01-13 | Move fopen wrapper to world | David Robillard | 1 | -0/+6 | |
2022-01-13 | Move error handling to world | David Robillard | 1 | -0/+6 | |
2022-01-13 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+27 | |