summaryrefslogtreecommitdiffstats
path: root/src/path.c
AgeCommit message (Collapse)AuthorFilesLines
2023-05-10Add ZIX_STATIC_STRING()David Robillard1-2/+4
2023-02-06Simplify string view interfaceDavid Robillard1-11/+7
2023-02-04Suppress/fix clang-tidy warnings on WindowsDavid Robillard1-0/+4
2022-11-01Add missing pure and const function attributesDavid Robillard1-0/+6
It seems that certain versions and/or configurations of gcc warn about these for static functions, which is annoying, but whatever.
2022-10-23Add path APIDavid Robillard1-0/+712