Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-11 | Add ZixDirEntryVisitFunc | David Robillard | 1 | -5/+14 | |
Although this type is only used once in the API, define it to avoid the complicated syntax of inline function pointer parameters, which confuses both people and clang-format. | |||||
2024-11-23 | Use angle brackets for library includes | David Robillard | 1 | -3/+3 | |
2024-11-15 | 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 | |