Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 年之前 |
Daniel Pfeifer
|
7b6349da4d
CMake: don't use else after return
|
9 年之前 |
Daniel Pfeifer
|
ea5477e43d
Make C++ feature checks extensible
|
9 年之前 |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 年之前 |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 年之前 |
Brad King
|
8d27b40778
cmFileTimeComparison: Port to OS X nanosecond times (#15769)
|
10 年之前 |
Brad King
|
265fb0cdc7
cmFileTimeComparison: Update for lack of cmsys_STAT_HAS_ST_MTIM
|
10 年之前 |
Stephen Kelly
|
d7923b82ad
Use std::unordered_map instead of hash_map where available.
|
10 年之前 |
Ben Boeckel
|
270eb96df0
strings: Remove cmStdString references
|
11 年之前 |
Clinton Stimpson
|
0b9906c2fb
Windows: Use wide-character system APIs
|
12 年之前 |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 年之前 |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 年之前 |
Brad King
|
38ed52fe14
ENH: Add method cmFileTimeComparison::FileTimesDiffer to check if file times differ by 1 second or more.
|
18 年之前 |
Ken Martin
|
2af4710525
STYLE: fix line length
|
19 年之前 |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 年之前 |
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 年之前 |
Andy Cedilnik
|
6a67b1bf71
BUG: Fix logic to return true when the file was already statted. Also, use nanosecond percision if available. Remove debug
|
20 年之前 |
Andy Cedilnik
|
2dd035c9a9
COMP: Windows fixes
|
20 年之前 |
Andy Cedilnik
|
775c3495e2
ENH: Add file time comparison code
|
20 年之前 |