summaryrefslogtreecommitdiffstats
path: root/Source/cmFileTimeComparison.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times ↵Brad King2008-01-031-0/+90
| | | | differ by 1 second or more.
* 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