Alexander Neundorf
|
c9f1af3913
|
18 tahun lalu |
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 tahun lalu |
Brad King
|
b8928b0c8e
BUG: Do not complain about missing watched variables when they are accessd with IF(DEFINED VAR).
|
18 tahun lalu |
Ken Martin
|
372ce05a07
ENH: fix a warning and a nice fix to the IF command
|
19 tahun lalu |
Ken Martin
|
27379d7b08
ENH: make properties a bit more formal with documentation and chaining
|
19 tahun lalu |
Ken Martin
|
d92f22023c
ENH: remove old hack now that project level compatibility files are supported
|
19 tahun lalu |
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 tahun lalu |
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 tahun lalu |
Brad King
|
b25629efc4
ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.
|
19 tahun lalu |
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 tahun lalu |
Ken Martin
|
5e46232ad8
ENH: added elseif
|
19 tahun lalu |
Brad King
|
9b89d84210
STYLE: Fixed line-too-long.
|
19 tahun lalu |
Brad King
|
6449089436
ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.
|
19 tahun lalu |
Ken Martin
|
c88c75b8f2
ENH: reduce string construct delete ops
|
19 tahun lalu |
Ken Martin
|
c8c3fff032
COMP: fix warning
|
19 tahun lalu |
Ken Martin
|
29a03db7ce
ENH: allow loose loop constructs
|
19 tahun lalu |
Ken Martin
|
ba2b99bb9f
STYLE: fix line length
|
19 tahun lalu |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 tahun lalu |
Ken Martin
|
10efe3b079
ENH: added some new functionality
|
19 tahun lalu |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 tahun lalu |
Brad King
|
84923605cf
ENH: Allow IF(DEFINED ENV{somevar}) to work.
|
20 tahun lalu |
Ken Martin
|
fb6d598813
BUG: clean up scoping
|
20 tahun lalu |
Ken Martin
|
435f4ad8b0
BUG: fix incrementing past end
|
20 tahun lalu |
Ken Martin
|
7321be8f6d
BUG: fix incrementing past end
|
20 tahun lalu |
Ken Martin
|
dec5cc1082
ENH: converted macro to use variables and fixed some case issues with some function blockers
|
20 tahun lalu |
Andy Cedilnik
|
87cab828b6
ERR: Fix warnings and memory leak
|
21 tahun lalu |
Andy Cedilnik
|
f3e58aeb7d
BUG: When regular expression failes to compile, produce error: Fixes part of Bug #1025 - CMake silently ignores regular expression failure
|
21 tahun lalu |
Ken Martin
|
a18fbc3b37
added strequal
|
21 tahun lalu |
Bill Hoffman
|
a014eee86a
BUG: fix crash for if statment due to bad microsoft docs on deque BUG id 917
|
21 tahun lalu |
Ken Martin
|
6c0fb31d50
horrible hack
|
21 tahun lalu |