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 |
|
Regina Pfeifer
|
d331021255
|
clang-tidy: isolate declarations for readability
|
2019-08-21 00:20:49 +02:00 |
|
Sebastian Holtermann
|
5f6c236481
|
cmFiletimeCache: Add cmFiletimeCache::Remove method
|
2019-03-27 18:09:53 +01:00 |
|
Sebastian Holtermann
|
5536cec46e
|
Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare
|
2019-03-18 15:09:11 +01:00 |
|
Sebastian Holtermann
|
98d4846953
|
Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferS
|
2019-03-18 15:09:11 +01:00 |
|
Sebastian Holtermann
|
216416219a
|
Rename cmFileTimeComparison to cmFileTimeCache
The name `cmFileTimeCache` reflects the functionality of the class more
appropriately.
|
2019-03-18 15:09:11 +01:00 |
|