Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-21 | Use separate clang-tidy configurations in different directories | David Robillard | 2 | -0/+17 | |
This allows more fine-grained control. In particular, it prevents mistaked from creeping in to the public headers or core implementation because of warnings that are disabled for the tests and examples. This keeps the code that is used in other projects as clean as possible. | |||||
2020-10-21 | Add missing include guards | David Robillard | 5 | -0/+25 | |
2020-10-21 | Add missing includes | David Robillard | 1 | -0/+3 | |
2020-10-21 | Move includes to a separate directory | David Robillard | 30 | -0/+9413 | |
This is more conventional and directories named "include" are specially understood by some tooling like clang-tidy. |