aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (unfollow)
Commit message (Collapse)Author
2021-04-06clang-format.py: refactoringEgor Tensin
2021-04-06tools: add ctest-driver.pyEgor Tensin
2021-04-05clang-format.py: cd to top-level repo directoryEgor Tensin
git ls-tree only prints files under the current directory by default.
2020-03-29clang-format.py: fix timestamps in logsEgor Tensin
2020-01-14tools: replace clang-format.sh with clang-format.pyEgor Tensin
2020-01-13add clang-format.shEgor 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.