summaryrefslogtreecommitdiffstats
path: root/src/TextViewLog.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-16Fix whitespaceDavid Robillard1-2/+2
Apparently clang-format changed its mind about special member functions, and binary_location.h was just never formatted to begin with.
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-05-26Clean up includesDavid Robillard1-3/+1
2021-01-02Format all code with clang-formatDavid Robillard1-15/+15
2020-12-14Clean up includesDavid Robillard1-3/+12
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/+56
Towards saner dependencies.