Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not accidentally format files when only checking if they are formatted.clangformatcheck | Jussi Pakkanen | 2021-04-30 | 1 | -1/+6 |
| | |||||
* | clangformat: Add clang-format-check target | Xavier Claessens | 2021-03-16 | 1 | -6/+15 |
| | |||||
* | clangformat: Add include and ignore files | Xavier Claessens | 2021-03-16 | 1 | -11/+39 |
| | |||||
* | Collect and return clang-format's return code | Florian Schmaus | 2020-11-17 | 1 | -3/+4 |
| | | | | | There is no reason why meson should swallow any non-zero exit(/return) code of clang-format. | ||||
* | Never run clang-format / clang-tidy against directories | Bernd Busse | 2020-10-05 | 1 | -0/+2 |
| | | | | | | | `pathlib.Path.glob()` also returns directories that match source filenames (i.e. a directory named `test.h/`), but `clang-format` and `clang-tidy` fail when handed a directory. We manually skip calling `clang-format` and `clang-tidy` on those directories. | ||||
* | typing: fully annotate scripts | Daniel Mensinger | 2020-09-08 | 1 | -2/+3 |
| | |||||
* | Find clang-format with alternative names | Ting-Wei Lan | 2019-09-29 | 1 | -3/+10 |
| | | | | | | This is similar to what we currently do for scan-build except there is no environment variable to choose a specific clang-format to run. If an environment variable is needed for better control, we can add it later. | ||||
* | Also format headers with Clang-Format. Closes #5184. | Jussi Pakkanen | 2019-04-01 | 1 | -0/+1 |
| | |||||
* | Add a clang-format target. | Jussi Pakkanen | 2018-12-30 | 1 | -0/+37 |