Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-13 | Use thread-safe strerror_r() if available | David Robillard | 1 | -0/+13 | |
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. | |||||
2021-02-15 | Fix writing long literals with triple quotes | David Robillard | 1 | -1/+1 | |
2021-01-20 | Serd 0.30.10v0.30.10 | David Robillard | 1 | -1/+1 | |
2021-01-17 | Remove aligned_alloc support | David Robillard | 1 | -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-09 | Fix fallback aligned_alloc() detection | David Robillard | 1 | -1/+1 | |
2021-01-09 | Fix SERD_DISABLE_DEPRECATED | David Robillard | 1 | -1/+1 | |
2021-01-07 | Update fallback version | David Robillard | 1 | -1/+1 | |
Oops. | |||||
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 1 | -0/+115 | |