summaryrefslogtreecommitdiffstats
path: root/Source/cmFileTime.cxx
Commit message (Collapse)AuthorAgeFilesLines
* New cmFileTime classSebastian Holtermann2019-03-181-0/+49
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.