Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Yurii Batrak
|
7ab9a62572
Makefiles: Drop 'requires' step and its supporting infrastructure
|
8 years ago |
Pavel Solodovnikov
|
37d9387be3
Replace empty-string comparisons with checking against `empty()`.
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Aaron Orenstein
|
af3fd6f22f
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
|
8 years ago |
Daniel Pfeifer
|
2e620f0b38
Fix several include-what-you-use findings
|
9 years ago |
Daniel Pfeifer
|
5214bb354b
Avoid some copies
|
9 years ago |
Stephen Kelly
|
e0a84904eb
cmState: Split auxiliary classes into separate files
|
9 years ago |
Stephen Kelly
|
cde6eb6249
cmState: Port dependent code to new cmStateSnapshot name
|
9 years ago |
Stephen Kelly
|
2fe3e55d53
cmState: Move CacheEntryType enum to separate namespace
|
9 years ago |
Stephen Kelly
|
a49751fb2e
cmState: Move TargetType enum to separate namespace
|
9 years ago |
Brad King
|
b4fab15fc7
Merge topic 'nmake-encoding'
|
9 years ago |
Stephen Kelly
|
d5911ef014
Makefiles: Hardcode the relative location of the CMakeCache file
|
9 years ago |
Dāvis Mosāns
|
c666f8cbc6
NMake: Use ANSI encoding for NMake Makefiles
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Stephen Kelly
|
25c39ac28b
Convert: Inline HOME_OUTPUT MAKERULE conversion
|
9 years ago |
Stephen Kelly
|
e13e519e1c
Convert: Move access to BinaryDirectory out of loops
|
9 years ago |
Stephen Kelly
|
34c6e995f9
Convert: Avoid HOME_OUTPUT enum when converting to relative paths
|
9 years ago |
Stephen Kelly
|
839c65bca0
Convert: Move access to CurrentBinaryDirectory out of loops
|
9 years ago |
Stephen Kelly
|
21b5fdf9a3
Convert: Avoid START_OUTPUT enum when converting to relative paths
|
9 years ago |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 years ago |
Stephen Kelly
|
58ba87f892
Convert: Replace Convert(FULL) with equivalent
|
9 years ago |
Stephen Kelly
|
563ac22a16
Convert: Replace trivial conversion with new method
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Daniel Pfeifer
|
1b2bb93302
Remove redundant c_str() calls.
|
9 years ago |
Daniel Pfeifer
|
25d1ef6424
Use enums defined in cmOutputConverter using their fully qualified name.
|
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 |