summaryrefslogtreecommitdiffstats
path: root/include/zix/status.h
AgeCommit message (Collapse)AuthorFilesLines
2024-11-23Use angle brackets for library includesDavid Robillard1-1/+1
2024-11-15Update clang-format configurationDavid Robillard1-2/+1
2022-11-02Improve documentationDavid Robillard1-1/+6
2022-10-23Add filesystem APIDavid Robillard1-0/+2
2022-10-23Split reference documentation up into groups and add global headerDavid Robillard1-3/+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-21Factor out public declaration scope markersDavid Robillard1-6/+2
2022-10-21Split up common headerDavid Robillard1-0/+50