Brad King
|
a559f0f6b0
cmWhileCommand: Simplify context construction
|
9 vuotta sitten |
Brad King
|
2379b3ae31
cmConditionEvaluator: Remove GetConditionContext method
|
9 vuotta sitten |
Stephen Kelly
|
d6a03b475e
cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
|
10 vuotta sitten |
Brad King
|
5d85fb4f40
Fix assertion failure on unmatched function or macro
|
10 vuotta sitten |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 vuotta sitten |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 vuotta sitten |
Gregor Jasny
|
0de867dde2
continue: Add a new CMake language command for loop continuation (#14013)
|
11 vuotta sitten |
Gregor Jasny
|
bae604d9a8
Track nested loop levels in CMake language with a stack of counters
|
11 vuotta sitten |
Nils Gladitz
|
188a1f236e
If: Introduce policy CMP0054 - don't dereference quoted variables in if()
|
11 vuotta sitten |
Nils Gladitz
|
b900c1ccaa
If: Extract cmConditionEvaluator from if() implementation
|
11 vuotta sitten |
Brad King
|
0546484e4b
cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
|
13 vuotta sitten |
Alex Neundorf
|
628f365140
-remove trailing whitespace
|
14 vuotta sitten |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 vuotta sitten |
Ken Martin
|
a73071ca17
ENH: modified the if command to address bug 9123 some
|
16 vuotta sitten |
Bill Hoffman
|
0a7ec1a4b6
BUG: fix for #9014, FATAL_ERROR not ending loops
|
16 vuotta sitten |
Brad King
|
1dcc5b4558
ENH: Better handling of mismatched blocks
|
17 vuotta sitten |
Brad King
|
bca1026250
ENH: Better error message for unclosed blocks
|
17 vuotta sitten |
Brad King
|
2c81e5fb5c
ENH: Refactor function blocker deletion
|
17 vuotta sitten |
Ken Martin
|
52d8b1b5d9
BUG: fix memory leak and cleanup error string code
|
17 vuotta sitten |
Bill Hoffman
|
f48a5cedc9
ENH: fix warnings
|
17 vuotta sitten |
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 vuotta sitten |
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 vuotta sitten |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 vuotta sitten |
Ken Martin
|
c88c75b8f2
ENH: reduce string construct delete ops
|
19 vuotta sitten |
Ken Martin
|
29a03db7ce
ENH: allow loose loop constructs
|
19 vuotta sitten |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 vuotta sitten |
Bill Hoffman
|
89e5fc63fe
STYLE: fix line lengths
|
19 vuotta sitten |
Ken Martin
|
dec5cc1082
ENH: converted macro to use variables and fixed some case issues with some function blockers
|
20 vuotta sitten |
Ken Martin
|
35c33d0e2d
COMP: fix unused var warning
|
21 vuotta sitten |
Bill Hoffman
|
a641ad3bba
ENH: split up cmCommands into two files
|
21 vuotta sitten |