Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
40 hours | Update clang-format configuration | David Robillard | 1 | -39/+19 | |
2024-06-22 | Add ZIX_NODISCARD attribute to allocating, accessor, and pure API | David Robillard | 1 | -0/+1 | |
2024-06-22 | Consistently use ZIX_MALLOC_API and ZIX_MALLOC_FUNC | David Robillard | 1 | -4/+4 | |
2023-12-15 | Fix nullability annotations for zix_canonical_path() and friends | David Robillard | 1 | -2/+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. | |||||
2022-11-02 | Improve documentation headings | David Robillard | 1 | -1/+1 | |
2022-10-23 | Add filesystem API | David Robillard | 1 | -0/+371 | |