summaryrefslogtreecommitdiff
path: root/etc/format-check.sh
Commit message (Collapse)AuthorAge
* Use env shebangs everywhere (#1515)Leonard Pollak2021-10-26
| | | | Change all shebangs to use '#!/usr/bin/env bash'. This increases portability to platforms which do not cohere to the FHS.
* Use modern $() instead of backquotes.Garrett D'Amore2017-08-14
|
* Add ability to override clang format, including disable.Garrett D'Amore2017-08-07
| | | | To disable check, specify CLANG_FORMAT as off, no, or skip.
* Bind the pipe to the ep properly, and wake any closers needed.Garrett D'Amore2017-07-16
|
* Debug format-check.Garrett D'Amore2017-07-16
|
* Don't emit clang-format version by default.Garrett D'Amore2017-07-16
|
* Better support for checking clang-format version and colordiff.Garrett D'Amore2017-07-16
|
* Fixup for clang-format when run from /etc.Garrett D'Amore2017-07-16
|
* Format check needs to be executable.Garrett D'Amore2017-07-13
|
* Eliminate the separate wrapping structure for platform mtx and cv.Garrett D'Amore2017-07-11
|
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10