aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
Commit message (Collapse)AuthorAge
* project-clang-format.py: support exclude listEgor Tensin2021-05-15
|
* project.utils: don't print fatal exception twiceEgor Tensin2021-05-03
|
* tools: bring back the .py extensionEgor Tensin2021-04-18
| | | | | It should help running the scripts on Windows, where the .py extension is associated with the Python interpreter.
* remove excessive logging & obsolete project.ci.* packagesEgor Tensin2021-04-13
| | | | Logging command line arguments before parsing them is a bit excessive.
* tools: drop the .py extensionEgor Tensin2021-04-13
|
* tools: update usage information, add docs/ entriesEgor Tensin2021-04-07
|
* ctest-driver.py: add --fail-regex, fix --pass-regexEgor Tensin2021-04-06
|
* ctest-driver.py: add copyright noticeEgor Tensin2021-04-06
|
* ctest-driver.py: fix --new-windowEgor Tensin2021-04-06
|
* ctest-driver.py: MULTILINE regex matchingEgor Tensin2021-04-06
|
* ctest-driver.py: handle additional '--'sEgor Tensin2021-04-06
|
* clang-format.py: refactoringEgor Tensin2021-04-06
|
* tools: add ctest-driver.pyEgor Tensin2021-04-06
|
* clang-format.py: cd to top-level repo directoryEgor Tensin2021-04-05
| | | | git ls-tree only prints files under the current directory by default.
* clang-format.py: fix timestamps in logsEgor Tensin2020-03-29
|
* tools: replace clang-format.sh with clang-format.pyEgor Tensin2020-01-14
|
* add clang-format.shEgor Tensin2020-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.