Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 years ago |
Clinton Stimpson
|
0b9906c2fb
Windows: Use wide-character system APIs
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
38ed52fe14
ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times differ by 1 second or more.
|
18 years ago |
Ken Martin
|
2af4710525
STYLE: fix line length
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Brad King
|
946c9a2cc6
ENH: Improved file modification time comparison on Windows to use GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check.
|
20 years ago |
Andy Cedilnik
|
6a67b1bf71
BUG: Fix logic to return true when the file was already statted. Also, use nanosecond percision if available. Remove debug
|
20 years ago |
Andy Cedilnik
|
2dd035c9a9
COMP: Windows fixes
|
20 years ago |
Andy Cedilnik
|
775c3495e2
ENH: Add file time comparison code
|
20 years ago |