Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Factor out Windows UTF-8 console setup code | David Robillard | 1 | -1/+2 | |
2022-01-28 | Add version constants to public header | David Robillard | 1 | -2/+9 | |
2022-01-14 | Add statement filtering | David Robillard | 1 | -0/+1 | |
2022-01-14 | Add support for converting literals to canonical form | David Robillard | 1 | -0/+1 | |
2022-01-14 | Add model | David Robillard | 1 | -0/+7 | |
2022-01-14 | Add serd_node_from_syntax() and serd_node_to_syntax() | David Robillard | 1 | -0/+1 | |
2022-01-14 | Factor out NQuads reader | David Robillard | 1 | -0/+1 | |
2022-01-14 | Factor out NTriples reader | David Robillard | 1 | -0/+1 | |
2022-01-14 | Factor out UTF-8 reading utilities | David Robillard | 1 | -0/+1 | |
2022-01-14 | Add extensible logging API | David Robillard | 1 | -0/+2 | |
2022-01-13 | Add serd_canonical_path() | David Robillard | 1 | -1/+4 | |
2022-01-13 | Use a manual type-safe stack in writer | David Robillard | 1 | -2/+0 | |
This fixes alignment issues on ARM. Since this stack is just for WriteContext which has a fixed size, using SerdStack here just made things more confusing anyway. | |||||
2022-01-13 | Expose SerdByteSink in public API | David Robillard | 1 | -0/+1 | |
2022-01-13 | Simplify writer style options | David Robillard | 1 | -2/+0 | |
2022-01-13 | Add SerdNodes for storing a cache of interned nodes | David Robillard | 1 | -1/+4 | |
2022-01-13 | Add zix data structures | David Robillard | 1 | -3/+4 | |
2022-01-13 | Add SerdStatement | David Robillard | 1 | -0/+2 | |
2022-01-13 | Add SerdCaret | David Robillard | 1 | -0/+1 | |
2022-01-13 | Add SerdWorld for shared library state | David Robillard | 1 | -0/+1 | |
2022-01-13 | Clean up base64 node construction and access API | David Robillard | 1 | -1/+0 | |
2022-01-13 | Use exess for reading and writing numeric and binary literals | David Robillard | 1 | -6/+10 | |
2022-01-13 | Move syntax name/extension utilities to public API | David Robillard | 1 | -0/+1 | |
2022-01-13 | Add SerdSink interface and hide implementations | David Robillard | 1 | -0/+1 | |
2022-01-13 | Add SerdBuffer type for mutable buffers | David Robillard | 1 | -1/+1 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2022-01-13 | Define _POSIX_C_SOURCE globally in the build system | David Robillard | 1 | -2/+8 | |
Using inconsistent defines like this that affect the standard library implementation can cause issues. So, doing this consistently for the whole library is a better approach, although it unfortunately makes the code more difficult to compile manually. | |||||
2022-01-13 | Switch to Meson | David Robillard | 1 | -0/+200 | |