Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-13 | Use consistent naming for function types | David Robillard | 1 | -1/+1 | |
2019-04-13 | Expose and annotate logging functions | David Robillard | 1 | -2/+1 | |
2019-04-13 | Rename SerdError to SerdMessage | David Robillard | 1 | -3/+3 | |
Towards more general usage for all types of logging. | |||||
2019-04-13 | Cache commonly used nodes in the world | David Robillard | 1 | -4/+12 | |
2019-04-13 | Add serd_world_get_blank() | David Robillard | 1 | -0/+2 | |
2019-04-13 | Clean up includes and improve source file separation | David Robillard | 1 | -1/+4 | |
2019-04-13 | Hide fopen wrapper and use reader interface consistently | David Robillard | 1 | -0/+2 | |
2019-04-13 | Move error handling to world | David Robillard | 1 | -0/+5 | |
2019-04-13 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+27 | |