Ben Boeckel
|
306a1ba960
Modules/Documentation: remove
|
5 years ago |
Ben Boeckel
|
ad4487a96a
cmIncludeCommand: add infrastructure for deprecated modules
|
5 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Gabor Bencze
|
f42dad7a5e
cmCommand refactor: cmIncludeCommand
|
6 years ago |
Vitaly Stakhovsky
|
2993fc347a
cmMakefile: GetModulesFile() accepts std::string param
|
6 years ago |
Vitaly Stakhovsky
|
25caf7bafe
cmMakefile::ReadListFile() accepts std::string argument
|
6 years ago |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Daniel Pfeifer
|
602b78aa79
Remove redundant c_str() calls
|
9 years ago |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 years ago |
Daniel Pfeifer
|
608afd4f62
Separate compilation for commands included in cmBootstrapCommands2
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Stephen Kelly
|
65911cae4d
cmGlobalGenerator: Compute export() related classes early.
|
10 years ago |
Stephen Kelly
|
488723f5cd
cmMakefile: Store container of cmExportBuildFileGenerators.
|
10 years ago |
Stephen Kelly
|
50b17a6112
cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path.
|
10 years ago |
Brad King
|
2c5a1bff23
Merge topic 'refactor-cmPolicies'
|
10 years ago |
Stephen Kelly
|
de21168612
Port to static cmPolicies API.
|
10 years ago |
Stephen Kelly
|
a0836ed978
Port to cmMakefile::GetGlobalGenerator.
|
10 years ago |
Stephen Kelly
|
8d9f39f4c3
include: Ask for permission, rather than forgiveness.
|
10 years ago |
Stephen Kelly
|
32b8f03acc
cmMakefile: Port users of GetStart* methods to new names.
|
10 years ago |
Stephen Kelly
|
a2f2aeee2f
cmMakefile: Add wrapper for reading listfiles which have an origin.
|
10 years ago |
Stephen Kelly
|
5bb4248a80
cmMakefile: Remove fullPath parameter from ReadListFile.
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |