Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-16 | Fix whitespace | David Robillard | 1 | -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-20 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-01-02 | Format all code with clang-format | David Robillard | 1 | -9/+9 | |
2020-11-29 | Put everything in a namespace | David Robillard | 1 | -0/+4 | |
2020-11-27 | Use prettier names for log methods | David Robillard | 1 | -3/+3 | |
2020-11-27 | Factor out log from Patchage class | David Robillard | 1 | -0/+41 | |
Towards saner dependencies. |