aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13Add SerdSink interface and hide implementationsDavid Robillard1-0/+1
2022-01-13Add SerdBuffer type for mutable buffersDavid Robillard1-1/+1
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks.
2022-01-13Define _POSIX_C_SOURCE globally in the build systemDavid Robillard1-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-13Switch to MesonDavid Robillard1-0/+200