Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-11 | Improve reference documentation | David Robillard | 1 | -1/+7 | |
2022-10-23 | Split reference documentation up into groups and add global header | David Robillard | 1 | -1/+1 | |
The "global" header just provides a convenient place to define the group structure of the library. Applications are better off using the individual headers, but this one will work fine if you don't care about build times or precise dependencies. | |||||
2022-10-21 | Factor out public declaration scope markers | David Robillard | 1 | -6/+2 | |
2022-10-21 | Split up common header | David Robillard | 1 | -1/+1 | |
2022-10-20 | Hide thread implementation | David Robillard | 1 | -53/+12 | |
2022-10-20 | Fix doc comments | David Robillard | 1 | -9/+7 | |
2022-09-01 | Simplify thread and semaphore status codes | David Robillard | 1 | -2/+2 | |
2022-08-19 | Simplify errno handling | David Robillard | 1 | -5/+6 | |
2022-08-18 | Fix thread function attributes on Windows | David Robillard | 1 | -3/+2 | |
2022-08-18 | Fix or remove non-portable features in thread API | David Robillard | 1 | -18/+39 | |
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-08-18 | Factor out converting errno codes to ZixStatus | David Robillard | 1 | -11/+1 | |
2021-09-10 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-07-17 | Use line comments where appropriate | David Robillard | 1 | -3/+1 | |
2020-12-31 | Update copyright headers | David Robillard | 1 | -1/+1 | |
2020-12-31 | Separate source from headers | David Robillard | 1 | -0/+132 | |