Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 years ago |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Brad King
|
a559f0f6b0
cmWhileCommand: Simplify context construction
|
9 years ago |
Brad King
|
2379b3ae31
cmConditionEvaluator: Remove GetConditionContext method
|
9 years ago |
Stephen Kelly
|
d6a03b475e
cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
|
10 years ago |
Brad King
|
5d85fb4f40
Fix assertion failure on unmatched function or macro
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 years ago |
Gregor Jasny
|
0de867dde2
continue: Add a new CMake language command for loop continuation (#14013)
|
11 years ago |
Gregor Jasny
|
bae604d9a8
Track nested loop levels in CMake language with a stack of counters
|
11 years ago |
Nils Gladitz
|
188a1f236e
If: Introduce policy CMP0054 - don't dereference quoted variables in if()
|
11 years ago |
Nils Gladitz
|
b900c1ccaa
If: Extract cmConditionEvaluator from if() implementation
|
11 years ago |
Brad King
|
0546484e4b
cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
|
13 years ago |
Alex Neundorf
|
628f365140
-remove trailing whitespace
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Ken Martin
|
a73071ca17
ENH: modified the if command to address bug 9123 some
|
16 years ago |
Bill Hoffman
|
0a7ec1a4b6
BUG: fix for #9014, FATAL_ERROR not ending loops
|
16 years ago |
Brad King
|
1dcc5b4558
ENH: Better handling of mismatched blocks
|
17 years ago |
Brad King
|
bca1026250
ENH: Better error message for unclosed blocks
|
17 years ago |
Brad King
|
2c81e5fb5c
ENH: Refactor function blocker deletion
|
17 years ago |
Ken Martin
|
52d8b1b5d9
BUG: fix memory leak and cleanup error string code
|
17 years ago |
Bill Hoffman
|
f48a5cedc9
ENH: fix warnings
|
17 years ago |
Bill Hoffman
|
f386c2aae0
ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the property. If any value is specified in an endif, endforeach, endwhile, etc then make sure it matches the start string. If no values are given then it is no longer an error.
|
17 years ago |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 years ago |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
Ken Martin
|
c88c75b8f2
ENH: reduce string construct delete ops
|
19 years ago |
Ken Martin
|
29a03db7ce
ENH: allow loose loop constructs
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |