aboutsummaryrefslogtreecommitdiffstats
path: root/src/serd_config.h
AgeCommit message (Collapse)AuthorFilesLines
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.
2021-02-15Fix writing long literals with triple quotesDavid Robillard1-1/+1
2021-01-20Serd 0.30.10v0.30.10David Robillard1-1/+1
2021-01-17Remove aligned_alloc supportDavid Robillard1-17/+0
This causes build issues when targeting older versions of MacOS. That could be fixed, but I don't have the ability to reproduce it at the moment, and it's a problem in the build system check code which is about to be entirely replaced anyway. Since, as far as I know, this does not actually add aligned allocation support to any real system (they all support one of the other methods), just remove it for now.
2021-01-09Fix fallback aligned_alloc() detectionDavid Robillard1-1/+1
2021-01-09Fix SERD_DISABLE_DEPRECATEDDavid Robillard1-1/+1
2021-01-07Update fallback versionDavid Robillard1-1/+1
Oops.
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2021-01-01Remove the need for a generated configuration headerDavid Robillard1-0/+115