Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-23 | Add filesystem API | David Robillard | 1 | -2/+2 | |
2022-10-21 | Split up common header | David Robillard | 1 | -1/+1 | |
2022-10-21 | Hide errno utility functions | David Robillard | 1 | -23/+0 | |
2022-09-01 | Simplify thread and semaphore status codes | David Robillard | 1 | -1/+1 | |
2022-08-19 | Simplify errno handling | David Robillard | 1 | -3/+3 | |
2022-08-19 | Move sem implementation out of header | David Robillard | 1 | -1/+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/+1 | |
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/+60 | |