Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-05 | Add missing include | David Robillard | 1 | -0/+1 | |
2023-02-04 | Suppress/fix clang-tidy warnings on Windows | David Robillard | 6 | -10/+24 | |
2023-02-04 | Use a more realistic scenario for file locking test | David Robillard | 1 | -1/+1 | |
2023-02-04 | Check zix_ring_mlock() return value | David Robillard | 1 | -1/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 2 | -5/+4 | |
2022-11-25 | Clean up test conditions | David Robillard | 1 | -20/+17 | |
2022-11-25 | Constrain test parameters to reasonable limits | David Robillard | 4 | -8/+31 | |
2022-11-25 | Avoid truncating test random seed | David Robillard | 1 | -5/+6 | |
2022-11-25 | Avoid dereference after null check | David Robillard | 1 | -3/+4 | |
2022-11-25 | Consistently check write_to_path() return value in tests | David Robillard | 1 | -1/+1 | |
2022-11-25 | Fix potential use of close() on invalid file descriptors | David Robillard | 1 | -1/+15 | |
2022-11-25 | Remove dead code | David Robillard | 1 | -6/+0 | |
2022-11-17 | Remove ZixBitset | David Robillard | 3 | -73/+0 | |
2022-11-02 | Remove function_types.h | David Robillard | 2 | -2/+0 | |
2022-11-02 | Suppress warnings in C++ test | David Robillard | 1 | -0/+4 | |
This is necessary because the global warnings may be stricter when building as a subproject. | |||||
2022-11-01 | Remove invalid test case | David Robillard | 1 | -2/+0 | |
2022-10-23 | Add C++ header build test | David Robillard | 1 | -0/+29 | |
2022-10-23 | Add filesystem API | David Robillard | 4 | -2/+716 | |
2022-10-23 | Add path API | David Robillard | 4 | -0/+1458 | |
2022-10-23 | Add string view API | David Robillard | 1 | -0/+1 | |
2022-10-23 | Split reference documentation up into groups and add global header | David Robillard | 1 | -0/+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 | Split up common header | David Robillard | 6 | -6/+7 | |
2022-10-21 | Hide errno utility functions | David Robillard | 1 | -23/+0 | |
2022-10-18 | Use 0BSD for trivial "public domain intent" things | David Robillard | 2 | -2/+2 | |
2022-10-18 | Add stricter test for warnings in public headers | David Robillard | 2 | -0/+35 | |
2022-10-14 | Simplify clang-tidy configuration | David Robillard | 1 | -8/+1 | |
2022-10-14 | Fix zix_sem_timed_wait() interval calculation | David Robillard | 1 | -1/+1 | |
2022-09-02 | Improve test coverage | David Robillard | 1 | -0/+1 | |
2022-09-01 | Simplify thread and semaphore status codes | David Robillard | 2 | -3/+3 | |
2022-08-19 | Avoid unused parameter warning | David Robillard | 1 | -0/+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 | Relax test timing | David Robillard | 1 | -1/+1 | |
2022-08-18 | Add zix_sem_timed_wait() | David Robillard | 1 | -0/+14 | |
2022-08-18 | Fix semaphore error handling | David Robillard | 2 | -4/+17 | |
Note that existing code which uses zix_sem_try_wait() may still compile against this change, but be incorrect! | |||||
2022-08-18 | Fix thread function attributes on Windows | David Robillard | 3 | -10/+5 | |
2022-08-18 | Reduce tree test complexity | David Robillard | 1 | -104/+77 | |
2022-08-18 | Improve test coverage | David Robillard | 2 | -4/+96 | |
2022-08-18 | Fix or remove non-portable features in thread API | David Robillard | 3 | -12/+57 | |
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 | -2/+31 | |
2022-08-18 | Use conventional test executable names | David Robillard | 9 | -1/+5 | |
2022-07-13 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 1 | -0/+2 | |
2022-06-28 | Simplify clang-tidy configuration | David Robillard | 1 | -2/+0 | |
2022-06-28 | Use uppercase integer literal suffixes | David Robillard | 9 | -80/+78 | |
I give in. | |||||
2022-06-28 | Simplify dep5 file by adding license headers where possible | David Robillard | 1 | -0/+3 | |
2022-06-28 | Fix build as C with MSVC | David Robillard | 1 | -1/+1 | |
2022-06-28 | Clean up build configuration | David Robillard | 1 | -3/+0 | |
2022-06-28 | Remove redundant includes | David Robillard | 1 | -1/+0 | |
This is implicitly included by <inttypes.h>. | |||||
2022-03-14 | Reduce default BTree test time | David Robillard | 1 | -1/+1 | |
2021-12-17 | Suppress new warnings in clang-tidy 13 | David Robillard | 2 | -3/+4 | |