summaryrefslogtreecommitdiffstats
path: root/.clang-format
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Fix or remove non-portable features in thread APIDavid Robillard1-0/+1
Thread function return values are inconsistent between nearly every threading API out there. So, just ignore them entirely, and provide a typedef and sentinel value so user code can be portable.
2022-06-28Simplify dep5 file by adding license headers where possibleDavid Robillard1-0/+3
2020-12-31Disable glib warnings in the codeDavid Robillard1-0/+1
Though annoying, this avoids relying on special compiler flags to suppress them.
2020-12-31Remove ZIX_PRIVATE and ZIX_INLINE mechanismsDavid Robillard1-1/+0
A normal C library ought to be good enough for anybody.
2020-12-31Format all code with clang-formatDavid Robillard1-0/+26