summaryrefslogtreecommitdiffstats
path: root/Source/cmFileTime.cxx
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
|
* 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.