Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |