summaryrefslogtreecommitdiffstats
path: root/src/TextViewLog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-13Add missing includesDavid Robillard1-0/+1
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal.
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-4/+4
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-01-02Format all code with clang-formatDavid Robillard1-35/+34
2020-12-14Clean up includesDavid Robillard1-0/+8
2020-11-29Put everything in a namespaceDavid Robillard1-0/+4
2020-11-27Use prettier names for log methodsDavid Robillard1-3/+3
2020-11-27Factor out log from Patchage classDavid Robillard1-0/+83
Towards saner dependencies.