Commit message (Collapse) | Author | ||
---|---|---|---|
2021-05-15 | project-clang-format.py: support exclude list | Egor Tensin | |
2021-05-03 | project.utils: don't print fatal exception twice | Egor Tensin | |
2021-04-18 | tools: bring back the .py extension | Egor Tensin | |
It should help running the scripts on Windows, where the .py extension is associated with the Python interpreter. | |||
2021-04-13 | remove excessive logging & obsolete project.ci.* packages | Egor Tensin | |
Logging command line arguments before parsing them is a bit excessive. | |||
2021-04-13 | tools: drop the .py extension | Egor Tensin | |
2021-04-07 | tools: update usage information, add docs/ entries | Egor Tensin | |
2021-04-06 | ctest-driver.py: add --fail-regex, fix --pass-regex | Egor Tensin | |
2021-04-06 | 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-05 | clang-format.py: cd to top-level repo directory | Egor Tensin | |
git ls-tree only prints files under the current directory by default. | |||
2020-03-29 | clang-format.py: fix timestamps in logs | Egor Tensin | |
2020-01-14 | tools: replace clang-format.sh with clang-format.py | Egor Tensin | |
2020-01-13 | add clang-format.sh | Egor Tensin | |
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. |