summaryrefslogtreecommitdiffstats
path: root/include/zix/attributes.h
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28Fix whitespaceDavid Robillard1-1/+1
2022-06-28Fix build as C with MSVCDavid Robillard1-0/+2
2021-09-10Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-09-10Add nullability annotationsDavid Robillard1-0/+11
This allows clang to issue warnings at compile time when null is passed to a non-null parameter. For public entry points, also add assertions to catch such issues when the compiler does not support this.
2021-09-10Move attribute definitions to a separate headerDavid Robillard1-0/+81