Kitware Robot
|
1772622772
|
LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
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
```
|
2025-03-03 10:43:35 -05:00 |
|
Marc Chevrier
|
2faa3f6c55
|
Refactoring: Third-parties public headers are under cm3p prefix
Fixes: #20666
|
2020-05-07 12:06:08 +02:00 |
|
Kitware Robot
|
ed98209ddc
|
Revise include order using clang-format-6.0
Run the `clang-format.bash` script to update our C and C++ code to a new
include order `.clang-format`. Use `clang-format` version 6.0.
|
2019-10-01 12:26:36 -04:00 |
|
Regina Pfeifer
|
f30523d090
|
clang-tidy: modernize-deprecated-headers
|
2019-09-16 10:11:13 -04:00 |
|
Kyle Edwards
|
c0e6b22d0a
|
Refactor: Move/rename cmProcessGetPipes() to cmGetPipes()
|
2019-04-25 12:03:08 -04:00 |
|