Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -64/+99 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | BUG: this seems to fix the regexp result-storage problem, now it seems the ↵ | Alexander Neundorf | 2007-08-29 | 1 | -1/+1 |
| | | | | | | actual result is tored instead of "1" , as it happened for StringFileTest on Windows Alex | ||||
* | ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 1 | -1/+5 |
| | | | | Alex | ||||
* | ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake ↵ | Alexander Neundorf | 2007-06-06 | 1 | -0/+16 |
| | | | | | | scripts Alex | ||||
* | BUG: All variable accesses should produce watch callbacks, including ↵ | Brad King | 2007-05-17 | 1 | -3/+4 |
| | | | | 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. | ||||
* | BUG: Do not complain about missing watched variables when they are accessd ↵ | Brad King | 2007-05-17 | 1 | -1/+1 |
| | | | | with IF(DEFINED VAR). | ||||
* | ENH: fix a warning and a nice fix to the IF command | Ken Martin | 2006-12-12 | 1 | -4/+18 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -1/+2 |
| | |||||
* | ENH: remove old hack now that project level compatibility files are supported | Ken Martin | 2006-11-16 | 1 | -17/+0 |
| | |||||
* | BUG: It cannot be an error if the values do not convert. The docs say that ↵ | Brad King | 2006-10-25 | 1 | -17/+4 |
| | | | | if the values do not convert the test is false. | ||||
* | BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be ↵ | Brad King | 2006-10-25 | 1 | -3/+23 |
| | | | | 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. | ||||
* | ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway. | Brad King | 2006-10-23 | 1 | -23/+0 |
| | |||||
* | ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name ↵ | Brad King | 2006-10-23 | 1 | -0/+23 |
| | | | | IS_NEWER_THAN so old syntax will continue to work. | ||||
* | ENH: added elseif | Ken Martin | 2006-09-22 | 1 | -9/+56 |
| | |||||
* | STYLE: Fixed line-too-long. | Brad King | 2006-08-26 | 1 | -3/+5 |
| | |||||
* | ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test. | Brad King | 2006-08-25 | 1 | -1/+22 |
| | |||||
* | ENH: reduce string construct delete ops | Ken Martin | 2006-05-31 | 1 | -5/+5 |
| | |||||
* | COMP: fix warning | Ken Martin | 2006-05-19 | 1 | -2/+0 |
| | |||||
* | ENH: allow loose loop constructs | Ken Martin | 2006-05-18 | 1 | -32/+13 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -4/+8 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -1/+1 |
| | | | | warnings produced by building for win64 | ||||
* | ENH: added some new functionality | Ken Martin | 2006-03-22 | 1 | -6/+22 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -20/+20 |
| | |||||
* | ENH: Allow IF(DEFINED ENV{somevar}) to work. | Brad King | 2006-02-10 | 1 | -1/+11 |
| | |||||
* | BUG: clean up scoping | Ken Martin | 2005-11-17 | 1 | -9/+12 |
| | |||||
* | BUG: fix incrementing past end | Ken Martin | 2005-11-17 | 1 | -3/+1 |
| | |||||
* | BUG: fix incrementing past end | Ken Martin | 2005-11-17 | 1 | -39/+29 |
| | |||||
* | ENH: converted macro to use variables and fixed some case issues with some ↵ | Ken Martin | 2005-06-23 | 1 | -4/+5 |
| | | | | function blockers | ||||
* | ERR: Fix warnings and memory leak | Andy Cedilnik | 2004-08-04 | 1 | -23/+30 |
| | |||||
* | BUG: When regular expression failes to compile, produce error: Fixes part of ↵ | Andy Cedilnik | 2004-08-03 | 1 | -10/+22 |
| | | | | Bug #1025 - CMake silently ignores regular expression failure | ||||
* | added strequal | Ken Martin | 2004-06-14 | 1 | -19/+21 |
| | |||||
* | BUG: fix crash for if statment due to bad microsoft docs on deque BUG id 917 | Bill Hoffman | 2004-06-11 | 1 | -51/+110 |
| | |||||
* | horrible hack | Ken Martin | 2004-05-06 | 1 | -0/+16 |
| | |||||
* | fix warning | Ken Martin | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | minor backwards fix | Ken Martin | 2004-05-03 | 1 | -0/+7 |
| | |||||
* | better if expression support | Ken Martin | 2004-05-01 | 1 | -119/+273 |
| | |||||
* | BUG: fix logic in EQUAL if test | Bill Hoffman | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | ENH: add a numeric EQUAL to the IF statment, very useful for variable ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+11 |
| | | | | arguments in MACROS | ||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -1/+3 |
| | | | | cmRegularExpression. | ||||
* | ENH: add stdlib.h for portability to borland 6 | Bill Hoffman | 2003-05-24 | 1 | -0/+1 |
| | |||||
* | made more strict | Ken Martin | 2002-12-13 | 1 | -8/+1 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -23/+28 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | minor fix | Ken Martin | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | fixed compiler warning | Ken Martin | 2002-11-15 | 1 | -1/+2 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+16 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | minor fix to allow if with no arguments | Ken Martin | 2002-10-07 | 1 | -0/+1 |
| | |||||
* | BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings. | Brad King | 2002-10-02 | 1 | -21/+20 |
| | |||||
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Brad King | 2002-09-24 | 1 | -0/+7 |
| |