Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-23 | Add path API | David Robillard | 1 | -0/+1 | |
2022-10-21 | Factor out public declaration scope markers | David Robillard | 1 | -0/+2 | |
2022-10-18 | Use 0BSD for trivial "public domain intent" things | David Robillard | 1 | -1/+1 | |
2022-08-18 | Fix or remove non-portable features in thread API | David Robillard | 1 | -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-28 | Simplify dep5 file by adding license headers where possible | David Robillard | 1 | -0/+3 | |
2020-12-31 | Disable glib warnings in the code | David Robillard | 1 | -0/+1 | |
Though annoying, this avoids relying on special compiler flags to suppress them. | |||||
2020-12-31 | Remove ZIX_PRIVATE and ZIX_INLINE mechanisms | David Robillard | 1 | -1/+0 | |
A normal C library ought to be good enough for anybody. | |||||
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -0/+26 | |