summaryrefslogtreecommitdiff
path: root/Source/cmFileTimeComparison.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times ...Brad King2008-01-031-0/+90
* 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 GetFileAttr...Brad King2005-10-271-32/+49
* BUG: Fix logic to return true when the file was already statted. Also, use na...Andy Cedilnik2005-10-131-3/+3
* COMP: Windows fixesAndy Cedilnik2005-10-121-3/+4
* ENH: Add file time comparison codeAndy Cedilnik2005-10-121-0/+168