Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 years ago |
Regina Pfeifer
|
b2aa3aedea
clang-tidy: Use default member initialization
|
7 years ago |
Vitaly Stakhovsky
|
c8fd23ec6f
cmMakefile: return directories as const std::string&
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Ben Boeckel
|
b0716fbcc5
cmSourceFileLocation: allow skipping ambiguous extensions
|
7 years ago |
Aaron Orenstein
|
4a6348dbbd
Performance: Improve efficiency of source file lookup in cmMakefile
|
8 years ago |
Aaron Orenstein
|
fe1e811b4f
cmSourceFileLocation: Drop unnecessary copy-assignment operator
|
8 years ago |
Daniel Pfeifer
|
ca2233e31f
IWYU: Mark cmConfigure.h with pragma: keep
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
7f6b8d3399
Simplify boolean expressions
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Stephen Kelly
|
780bff5279
cmake: Store hardcoded lists of sources and headers
|
10 years ago |
Stephen Kelly
|
74d565e0e9
Remove unused cmLocalGenerator include.
|
10 years ago |
Stephen Kelly
|
a0836ed978
Port to cmMakefile::GetGlobalGenerator.
|
10 years ago |
Stephen Kelly
|
54d6a9187f
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
|
10 years ago |
Stephen Kelly
|
55d80d0a85
cmMakefile: Rename GetCurrent{,Source}Directory.
|
10 years ago |
Stephen Kelly
|
7916d7bac6
Include cmAlgorithms where it is used.
|
10 years ago |
Brad King
|
9f59caa9bd
Merge topic 'fix-source-case-matching'
|
11 years ago |
Brad King
|
84d124e8f0
Fix lookup of source names after conversion to their actual case (#15259)
|
11 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Ben Boeckel
|
b4cb543e0c
cmSourceFileLocation: Save some string copies
|
11 years ago |
Ben Boeckel
|
e8e1f3a19f
cmSourceFileLocation: Simplify logic in Matches
|
11 years ago |
Ben Boeckel
|
5554910ec2
cmSourceFileLocation: Avoid string allocation in extension checking
|
11 years ago |
Stephen Kelly
|
4959f3413c
cmSourceFileLocation: Collapse full path for directory comparisons.
|
11 years ago |