summaryrefslogtreecommitdiffstats
path: root/Source/cmFileTime.h
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
|
* cmFileTime: Make cmFileTime::Compare method constSebastian Holtermann2019-03-271-1/+1
|
* New cmFileTime classSebastian Holtermann2019-03-181-0/+130
The new cmFileTime class stores the file modification time as an OS independent nanosecond count. Its main use is to load and compare file modification times in nanosecond and second resolution.