Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
This is an API breakage, but a minor one (particularly since NULL is
allowed) that avoids the flaw in the C API.
|
|
|
|
The constant casting just makes user code a mess, for no benefit.
|
|
|
|
This avoids const violations from abusing SerdChunk as a mutable buffer
for string sinks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This avoids the Wswitch-enum warning in clang.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|