summaryrefslogtreecommitdiffstats
path: root/test/cpp
AgeCommit message (Collapse)AuthorFilesLines
13 daysSuppress new clang-tidy warningsHEADmainDavid Robillard1-1/+6
2024-12-11Remove unnecessary null checks in testDavid Robillard1-2/+5
2024-12-11Fix clang and clang-tidy warnings on WindowsDavid Robillard1-1/+2
2024-11-24Clean up includesDavid Robillard1-0/+1
2024-11-23Use angle brackets for library includesDavid Robillard2-17/+17
2023-09-22Improve test suite code coverageDavid Robillard1-6/+1
2023-09-21Use anonymous namespace in C++ testDavid Robillard1-8/+12
2023-02-04Suppress/fix clang-tidy warnings on WindowsDavid Robillard2-3/+15
2022-11-25Avoid dereference after null checkDavid Robillard1-3/+4
2022-11-17Remove ZixBitsetDavid Robillard1-1/+0
2022-11-02Remove function_types.hDavid Robillard1-1/+0
2022-11-02Suppress warnings in C++ testDavid Robillard1-0/+4
This is necessary because the global warnings may be stricter when building as a subproject.
2022-11-01Remove invalid test caseDavid Robillard1-2/+0
2022-10-23Add C++ header build testDavid Robillard1-0/+29
2022-10-23Add path APIDavid Robillard2-0/+509