Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-18 | Zix 0.6.2v0.6.2 | David Robillard | 1 | -3/+3 | |
2025-01-18 | Update sphinxygen wrap | David Robillard | 1 | -0/+6 | |
2025-01-18 | Zix 0.6.0v0.6.0 | David Robillard | 1 | -2/+2 | |
2024-12-11 | Support building for UWP | David Robillard | 1 | -1/+2 | |
2024-12-11 | Support building for Windows with or without UNICODE | David Robillard | 1 | -0/+1 | |
2024-12-11 | Add option to build for older Windows versions | David Robillard | 1 | -1/+2 | |
Adds configuration checks for Windows API functions, and a win_ver configuration option to change the targeted API version. | |||||
2024-11-24 | Add zix_expand_environment_strings() | David Robillard | 1 | -2/+3 | |
2024-11-15 | Improve ring documentation | David Robillard | 1 | -1/+2 | |
2024-06-26 | Add zix_string_view_equals() | David Robillard | 1 | -1/+2 | |
2024-06-23 | Fix build on POSIX systems without PATH_MAX defined | David Robillard | 1 | -1/+2 | |
2024-06-22 | Add ZIX_NODISCARD attribute | David Robillard | 1 | -2/+3 | |
2024-03-14 | Fix ring unit test when mlock() is unavailable | David Robillard | 1 | -1/+2 | |
2024-03-14 | Update NEWS | David Robillard | 1 | -1/+2 | |
2023-12-15 | Fix nullability annotations for zix_canonical_path() and friends | David Robillard | 1 | -1/+2 | |
These functions can (and likely will) fail due to filesystem operations failing, rather than a (rare) failed allocation, so they should be nullable so clang can find potential null dereferences. | |||||
2023-11-17 | Avoid fdatasync() on Darwin | David Robillard | 1 | -0/+6 | |
This isn't present at all on (older?) literal Darwin, and additionally fsync() there doesn't actually flush writes to storage like it does on Linux. So, use F_FULLFSYNC which was invented as an alternative API to do this. | |||||
2023-10-22 | Zix 0.4.2v0.4.2 | David Robillard | 1 | -2/+4 | |
2023-09-02 | Fix documentation build in a virtualenv | David Robillard | 1 | -0/+6 | |
2023-08-23 | Zix 0.4.0v0.4.0 | David Robillard | 1 | -2/+2 | |
2023-05-10 | Add ZIX_STATIC_STRING() | David Robillard | 1 | -1/+1 | |
2022-11-17 | Remove ZixBitset | David Robillard | 1 | -1/+1 | |
2022-10-23 | Add string view API | David Robillard | 1 | -1/+1 | |
2022-08-18 | Fix semaphore error handling | David Robillard | 1 | -2/+2 | |
Note that existing code which uses zix_sem_try_wait() may still compile against this change, but be incorrect! | |||||
2022-08-18 | Add NEWS file | David Robillard | 1 | -0/+5 | |