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 |
Ken Martin
|
19e891532a
ENH: support parenthesis as arguments and in conditionals feature request #6191
|
17 years ago |
Brad King
|
a6a673979d
ENH: Add "if(POLICY policy-id)" option for IF command.
|
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 |
Alexander Neundorf
|
69e9848fb4
BUG: this seems to fix the regexp result-storage problem, now it seems the actual result is tored instead of "1" , as it happened for StringFileTest on Windows
|
18 years ago |
Alexander Neundorf
|
e80acd971c
|
18 years ago |
Alexander Neundorf
|
c9f1af3913
|
18 years ago |
Brad King
|
9a5b4eba97
BUG: All variable accesses should produce watch callbacks, including IF(DEFINED <var>) ones. Instead we define a new access type for IF(DEFINED) so that the error does not show up for backward compatibility variables.
|
18 years ago |
Brad King
|
b8928b0c8e
BUG: Do not complain about missing watched variables when they are accessd with IF(DEFINED VAR).
|
18 years ago |
Ken Martin
|
372ce05a07
ENH: fix a warning and a nice fix to the IF command
|
19 years ago |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 years ago |
Ken Martin
|
d92f22023c
ENH: remove old hack now that project level compatibility files are supported
|
19 years ago |
Brad King
|
b7e04e69ae
BUG: It cannot be an error if the values do not convert. The docs say that if the values do not convert the test is false.
|
19 years ago |
Brad King
|
d563ab6677
BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be converted to numbers. Also force the conversion results to be stored in memory to make sure they both use the same precision. This addresses bug#3966.
|
19 years ago |
Brad King
|
b25629efc4
ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.
|
19 years ago |
Brad King
|
d1a9c93119
ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name IS_NEWER_THAN so old syntax will continue to work.
|
19 years ago |
Ken Martin
|
5e46232ad8
ENH: added elseif
|
19 years ago |
Brad King
|
9b89d84210
STYLE: Fixed line-too-long.
|
19 years ago |
Brad King
|
6449089436
ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.
|
19 years ago |
Ken Martin
|
c88c75b8f2
ENH: reduce string construct delete ops
|
19 years ago |
Ken Martin
|
c8c3fff032
COMP: fix warning
|
19 years ago |
Ken Martin
|
29a03db7ce
ENH: allow loose loop constructs
|
19 years ago |
Ken Martin
|
ba2b99bb9f
STYLE: fix line length
|
19 years ago |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
Ken Martin
|
10efe3b079
ENH: added some new functionality
|
19 years ago |