summaryrefslogtreecommitdiffstats
path: root/Source/cmFileTimeComparison.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-3/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add self-sufficient wrapper for <sys/stat.h>Daniel Pfeifer2017-03-241-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* Introduce CM_UNORDERED_MAPDaniel Pfeifer2016-10-241-32/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-5/+8
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-13/+14
* Make C++ feature checks extensibleDaniel Pfeifer2016-06-271-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-115/+64
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-10/+0
* cmFileTimeComparison: Port to OS X nanosecond times (#15769)Brad King2015-10-081-0/+35
* cmFileTimeComparison: Update for lack of cmsys_STAT_HAS_ST_MTIMBrad King2015-10-081-2/+2
* Use std::unordered_map instead of hash_map where available.Stephen Kelly2015-05-181-0/+12
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-1/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* 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