summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
12 daysSuppress new clang-tidy warningsHEADmainDavid Robillard1-1/+6
13 daysClean up gitignore fileDavid Robillard1-7/+8
2025-01-18Zix 0.6.2v0.6.2David Robillard2-4/+4
2025-01-18Update sphinxygen wrapDavid Robillard4-7/+13
2025-01-18Zix 0.6.0v0.6.0David Robillard3-6/+6
2025-01-18Update copyright year and remove symbolic linkDavid Robillard3-3/+15
2025-01-15Update sphinxygen wrapDavid Robillard1-5/+5
2025-01-10Use cppcheck working directoryDavid Robillard2-38/+43
2024-12-20Update READMEDavid Robillard1-3/+7
2024-12-11Add assertion to ensure integer overflow is avoidedDavid Robillard1-0/+1
2024-12-11Remove unnecessary null checks in testDavid Robillard1-2/+5
2024-12-11Avoid _get_osfhandle with clang on WindowsDavid Robillard1-0/+12
2024-12-11Fix clang and clang-tidy warnings on WindowsDavid Robillard7-14/+17
2024-12-11Remove old tree_debug.h headerDavid Robillard2-167/+6
2024-12-11Fix potential null dereferencesDavid Robillard2-2/+4
2024-12-11Consistently use malloc attribute for string-returning functionsDavid Robillard2-5/+5
2024-12-11Fix memory leakDavid Robillard1-5/+4
2024-12-11Handle emscripten and MinGW stubs the same wayDavid Robillard3-3/+8
2024-12-11Add ZixDirEntryVisitFuncDavid Robillard3-15/+20
2024-12-11Support building for UWPDavid Robillard6-25/+94
2024-12-11Support building for Windows with or without UNICODEDavid Robillard8-43/+284
2024-12-11Add option to build for older Windows versionsDavid Robillard7-36/+129
2024-12-11Fix meson file formattingDavid Robillard3-17/+20
2024-12-11Clean up platform C flagsDavid Robillard3-3/+6
2024-12-11Keep test paths within created temporary directoryDavid Robillard1-3/+9
2024-12-11Use DeleteFile() instead of remove()David Robillard1-4/+3
2024-12-11Use CreateDirectory() instead of _mkdir()David Robillard1-4/+3
2024-12-11Fix widening conversions after arithmeticDavid Robillard4-11/+11
2024-12-02Fix benchmark scriptDavid Robillard1-3/+3
2024-12-02Fix benchmark build on WindowsDavid Robillard1-10/+6
2024-12-02Use BenchmarkTime typedef everywhereDavid Robillard2-17/+15
2024-11-24Clean up and strengthen warning flagsDavid Robillard3-25/+25
2024-11-24Clean up includesDavid Robillard7-9/+9
2024-11-24Add zix_expand_environment_strings()David Robillard11-5/+356
2024-11-24Improve test coverageDavid Robillard1-7/+6
2024-11-23Remove duplicate branchDavid Robillard1-6/+1
2024-11-23Use angle brackets for library includesDavid Robillard56-169/+181
2024-11-15Avoid potential memory leak in testDavid Robillard1-1/+1
2024-11-15Avoid potential open file leak in testDavid Robillard1-1/+2
2024-11-15Assert that allocation and file opening succeeds in testsDavid Robillard3-0/+11
2024-11-15Improve ring documentationDavid Robillard2-10/+61
2024-11-15Update clang-format configurationDavid Robillard29-372/+183
2024-10-06Clean up test definitionsDavid Robillard1-45/+36
2024-10-06Remove redundant default value for meson optionsDavid Robillard1-8/+8
2024-09-28Improve test allocator APIDavid Robillard8-18/+35
2024-09-28Fix cppcheck test on older systemsDavid Robillard1-1/+1
2024-07-18Simplify logging code in tree benchmarkDavid Robillard1-19/+14
2024-07-18Add missing includeDavid Robillard1-0/+1
2024-07-18Suppress new warnings in clang and clang-tidy 18David Robillard4-4/+8
2024-07-15Add missing pure function attributesDavid Robillard1-0/+2