Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ctest-driver.py: add copyright notice | Egor Tensin | 2021-04-06 |
| | |||
* | ctest-driver.py: fix --new-window | Egor Tensin | 2021-04-06 |
| | |||
* | ctest-driver.py: MULTILINE regex matching | Egor Tensin | 2021-04-06 |
| | |||
* | ctest-driver.py: handle additional '--'s | Egor Tensin | 2021-04-06 |
| | |||
* | clang-format.py: refactoring | Egor Tensin | 2021-04-06 |
| | |||
* | tools: add ctest-driver.py | Egor Tensin | 2021-04-06 |
| | |||
* | clang-format.py: cd to top-level repo directory | Egor Tensin | 2021-04-05 |
| | | | | git ls-tree only prints files under the current directory by default. | ||
* | clang-format.py: fix timestamps in logs | Egor Tensin | 2020-03-29 |
| | |||
* | tools: replace clang-format.sh with clang-format.py | Egor Tensin | 2020-01-14 |
| | |||
* | add clang-format.sh | Egor Tensin | 2020-01-13 |
This allows to call clang-format in either the in-place editing mode (default), or the diff mode (`--diff`, will only print the unified diff between the formatted and the original files. |