Florian Jacomme
|
b1a05d6c76
Revise implementation of case-insensitive command names
|
7 سال پیش |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 سال پیش |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 سال پیش |
Daniel Pfeifer
|
67a8d907ad
cmExecutionStatus: Remove arguments from setters
|
8 سال پیش |
Gregor Jasny
|
edac95b955
cmIfCommand: Reject duplicate else() and misplaced elseif()
|
8 سال پیش |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 سال پیش |
Daniel Pfeifer
|
608afd4f62
Separate compilation for commands included in cmBootstrapCommands2
|
9 سال پیش |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 سال پیش |
Daniel Pfeifer
|
516f8edb2e
Avoid else after return
|
9 سال پیش |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 سال پیش |
Stephen Kelly
|
5bbcf758a1
cmIfCommand: Don't rely on NestedError logic to issue messages
|
9 سال پیش |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 سال پیش |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 سال پیش |
Brad King
|
180538c706
Source: Stabilize include order
|
9 سال پیش |
Brad King
|
7503deb2c5
cmIfCommand: Simplify execution context construction
|
9 سال پیش |
Brad King
|
2379b3ae31
cmConditionEvaluator: Remove GetConditionContext method
|
9 سال پیش |
Brad King
|
e2d4bfef3f
Merge topic 'fix-CMP0054-elseif-warning'
|
10 سال پیش |
Stephen Kelly
|
d6a03b475e
cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
|
10 سال پیش |
Stephen Kelly
|
09466690f0
Add cmOutputConverter include where needed.
|
10 سال پیش |
Stephen Kelly
|
59e21ffa13
Port static calls from cmLocalGenerator to cmOutputConverter.
|
10 سال پیش |
Stephen Kelly
|
b68f2ea8ae
cmMakefile: Add API for elseif to create backtrace.
|
10 سال پیش |
Stephen Kelly
|
9486769866
Don't use a cmLocalGenerator instance to call static methods.
|
10 سال پیش |
Rolf Eike Beer
|
51f8de8102
if(): avoid one needless string compare for all if() statements
|
10 سال پیش |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 سال پیش |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 سال پیش |
Gregor Jasny
|
0de867dde2
continue: Add a new CMake language command for loop continuation (#14013)
|
11 سال پیش |
Nils Gladitz
|
188a1f236e
If: Introduce policy CMP0054 - don't dereference quoted variables in if()
|
11 سال پیش |
Nils Gladitz
|
b900c1ccaa
If: Extract cmConditionEvaluator from if() implementation
|
11 سال پیش |
Ben Boeckel
|
f718b30a95
ClearMatches: Only clear matches which were actually set
|
11 سال پیش |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 سال پیش |