Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-12-11 | Consistently use malloc attribute for string-returning functions | David Robillard | 1 | -4/+4 | |
These function return newly allocated strings, which can't contain pointers to any other object, so the GCC "malloc" attribute applies. | |||||
2024-11-23 | Use angle brackets for library includes | David Robillard | 1 | -3/+3 | |
2024-11-15 | Update clang-format configuration | David Robillard | 1 | -48/+22 | |
2024-06-22 | Add ZIX_NODISCARD attribute to allocating, accessor, and pure API | David Robillard | 1 | -0/+4 | |
2022-11-02 | Improve documentation headings | David Robillard | 1 | -1/+1 | |
2022-10-23 | Add filesystem API | David Robillard | 1 | -1/+2 | |
2022-10-23 | Add path API | David Robillard | 1 | -0/+246 | |