Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-21 | Split up common header | David Robillard | 1 | -57/+0 | |
2022-10-21 | Hide errno utility functions | David Robillard | 1 | -10/+0 | |
2022-10-20 | Fix mismatched function types | David Robillard | 1 | -3/+0 | |
2022-10-20 | Fix doc comments | David Robillard | 1 | -14/+15 | |
2022-09-02 | Factor out POSIX-style return pattern | David Robillard | 1 | -0/+5 | |
2022-09-01 | Simplify thread and semaphore status codes | David Robillard | 1 | -0/+1 | |
2022-08-19 | Move sem implementation out of header | David Robillard | 1 | -0/+1 | |
This avoids having platform conditionals in public headers, which causes build problems for dependants. | |||||
2022-08-18 | Fix semaphore error handling | David Robillard | 1 | -1/+3 | |
Note that existing code which uses zix_sem_try_wait() may still compile against this change, but be incorrect! | |||||
2022-08-18 | Factor out converting errno codes to ZixStatus | David Robillard | 1 | -0/+5 | |
2022-06-28 | Fix strict release builds | David Robillard | 1 | -1/+1 | |
2022-06-28 | Move zix_strerror to library | David Robillard | 1 | -23/+6 | |
2021-09-10 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-09-10 | Move attribute definitions to a separate header | David Robillard | 1 | -52/+0 | |
2021-09-10 | Add a user handle to destroy callback | David Robillard | 1 | -1/+1 | |
2021-09-10 | Allow ZixBTreeIter to be allocated on the stack | David Robillard | 1 | -1/+4 | |
2021-07-17 | Use line comments where appropriate | David Robillard | 1 | -9/+3 | |
2021-06-30 | Allow ZIX_API to be overridden | David Robillard | 1 | -8/+10 | |
2020-12-31 | Update copyright headers | David Robillard | 1 | -1/+1 | |
2020-12-31 | Switch to Meson | David Robillard | 1 | -13/+6 | |
2020-12-31 | Remove ZIX_PRIVATE and ZIX_INLINE mechanisms | David Robillard | 1 | -5/+0 | |
A normal C library ought to be good enough for anybody. | |||||
2020-12-31 | Separate source from headers | David Robillard | 1 | -0/+150 | |