index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmFileTimeComparison.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmFileTimeComparison: use std::string arguments
Vitaly Stakhovsky
2019-01-28
1
-12/+15
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-13/+13
*
Fix left-over occurrences of else-after-return
Matthias Maennich
2017-09-28
1
-10/+14
*
Use C++11 unordered containers
Daniel Pfeifer
2017-08-22
1
-3/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Add self-sufficient wrapper for <sys/stat.h>
Daniel Pfeifer
2017-03-24
1
-1/+1
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-1/+0
*
Introduce CM_UNORDERED_MAP
Daniel Pfeifer
2016-10-24
1
-32/+2
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-5/+8
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-13/+14
*
Make C++ feature checks extensible
Daniel Pfeifer
2016-06-27
1
-3/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-115/+64
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-10/+0
*
cmFileTimeComparison: Port to OS X nanosecond times (#15769)
Brad King
2015-10-08
1
-0/+35
*
cmFileTimeComparison: Update for lack of cmsys_STAT_HAS_ST_MTIM
Brad King
2015-10-08
1
-2/+2
*
Use std::unordered_map instead of hash_map where available.
Stephen Kelly
2015-05-18
1
-0/+12
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-2/+2
*
Windows: Use wide-character system APIs
Clinton Stimpson
2013-12-09
1
-1/+4
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-2/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times ...
Brad King
2008-01-03
1
-0/+90
*
STYLE: fix line length
Ken Martin
2006-05-10
1
-3/+6
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-3/+3
*
ENH: Improved file modification time comparison on Windows to use GetFileAttr...
Brad King
2005-10-27
1
-32/+49
*
BUG: Fix logic to return true when the file was already statted. Also, use na...
Andy Cedilnik
2005-10-13
1
-3/+3
*
COMP: Windows fixes
Andy Cedilnik
2005-10-12
1
-3/+4
*
ENH: Add file time comparison code
Andy Cedilnik
2005-10-12
1
-0/+168