summaryrefslogtreecommitdiffstats
path: root/Source/cmFileTimeCache.h
Commit message (Collapse)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
| | | | | 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.
* cmFiletimeCache: Add cmFiletimeCache::Remove methodSebastian Holtermann2019-03-271-3/+8
|
* Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::CompareSebastian Holtermann2019-03-181-2/+1
|
* Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferSSebastian Holtermann2019-03-181-1/+1
|
* Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-181-0/+52
The name `cmFileTimeCache` reflects the functionality of the class more appropriately.