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 |
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 |
Ben Boeckel
|
f718b30a95
ClearMatches: Only clear matches which were actually set
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Ben Boeckel
|
3742bb0d32
stringapi: Use strings for variable names
|
11 years ago |
Rolf Eike Beer
|
c768e398f9
cmMakefile: make some methods take const std::string& instead of const char*
|
11 years ago |
Stephen Kelly
|
48bb48e114
De-duplicate version comparison code.
|
12 years ago |
Brad King
|
dfa0ebd646
if: Compare up to 8 components in VERSION tests
|
13 years ago |
Brian Helba
|
b3b095a933
Print any evaluated 'elseif'/'else' commands in trace mode (#13220)
|
13 years ago |
Rolf Eike Beer
|
54fd9e38bb
fix uninitialized var in if(NOT foo bar STREQUAL "foo bar")
|
13 years ago |
Brad King
|
e0d0d5db0f
Remove unreachable code in cmIfCommand
|
16 years ago |
Brad King
|
cb185d93d2
Fix if() command and CMP0012 OLD/NEW behavior
|
16 years ago |
Brad King
|
9f43fa602d
Report expanded arguments in if() command errors
|
16 years ago |
Brad King
|
7a9f75c1a8
Add IS_SYMLINK test to if command
|
16 years ago |
Brad King
|
3d3efbd3f5
Clarify documentation and message for CMP0012
|
16 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Brad King
|
3c856405e4
ENH: Improve format of if() command messages
|
16 years ago |
Ken Martin
|
f50cf4f60d
ENH: warning fix
|
16 years ago |
Ken Martin
|
a73071ca17
ENH: modified the if command to address bug 9123 some
|
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 |
Brad King
|
a541cac325
ENH: Improve response to bad if or elseif
|
17 years ago |
Bill Hoffman
|
ecf312ccc8
STYLE: fix line length stuff for KWStyle
|
17 years ago |
Brad King
|
4fa96dbf95
ENH: Add version comparison to if() command
|
17 years ago |
Brad King
|
fff812db95
ENH: Add if(TARGET) command
|
17 years ago |
Ken Martin
|
52d8b1b5d9
BUG: fix memory leak and cleanup error string code
|
17 years ago |