| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LICENSE: Replace references to Copyright.txt with LICENSE.rst | Kitware Robot | 2025-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | ``` git grep -lz 'Copyright.txt or https://cmake.org/licensing ' | while IFS= read -r -d $'\0' f ; do sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / { s/Copyright.txt/LICENSE.rst/ }' "$f" ; done ``` | ||||
| * | clang-tidy module: add check for string concatenation | Joe Blaauboer | 2022-11-28 | 1 | -0/+3 |
| | | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> | ||||
| * | clang-tidy module: add #pragma once check | Igor-Mikhail-Valentin Glebov | 2022-11-17 | 1 | -0/+2 |
| | | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> | ||||
| * | clang-tidy module: add check for ostringstream | Joe Blaauboer | 2022-11-14 | 1 | -0/+3 |
| | | |||||
| * | clang-tidy module: add check for boolean parameters | Sean Orner | 2022-11-07 | 1 | -0/+3 |
| | | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> | ||||
| * | clang-tidy module: add check for cmsys::fstream | Joe Blaauboer | 2022-11-04 | 1 | -0/+3 |
| | | | | | | Co-Authored-by: Kyle Edwards <kyle.edwards@kitware.com> Co-Authored-by: Igor-Mikhail-Valentin Glebov <iglebov@albany.edu> | ||||
| * | clang-tidy module: add check for cmStrLen() | Kyle Edwards | 2022-10-19 | 1 | -1/+3 |
| | | | | | Co-Authored-by: Joe Blaauboer <jblaauboer67@gmail.com> | ||||
| * | clang-tidy module: Add stub module | Kyle Edwards | 2022-10-12 | 1 | -0/+22 |
| Issue: #23912 | |||||
