summaryrefslogtreecommitdiffstats
path: root/Source/cmFileTimeComparison.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix line lengthKen Martin2006-05-101-3/+6
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
|
* ENH: Improved file modification time comparison on Windows to use ↵Brad King2005-10-271-32/+49
| | | | GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check.
* BUG: Fix logic to return true when the file was already statted. Also, use ↵Andy Cedilnik2005-10-131-3/+3
| | | | nanosecond percision if available. Remove debug
* COMP: Windows fixesAndy Cedilnik2005-10-121-3/+4
|
* ENH: Add file time comparison codeAndy Cedilnik2005-10-121-0/+168