| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unreachable code in cmIfCommand | Brad King | 2009-10-28 | 1 | -1/+0 |
|
|
* | Fix if() command and CMP0012 OLD/NEW behavior | Brad King | 2009-10-27 | 1 | -73/+93 |
|
|
* | Report expanded arguments in if() command errors | Brad King | 2009-10-27 | 1 | -20/+18 |
|
|
* | Add IS_SYMLINK test to if command | Brad King | 2009-10-21 | 1 | -0/+7 |
|
|
* | Clarify documentation and message for CMP0012 | Brad King | 2009-10-02 | 1 | -6/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Improve format of if() command messages | Brad King | 2009-06-17 | 1 | -6/+4 |
|
|
* | ENH: warning fix | Ken Martin | 2009-06-12 | 1 | -4/+4 |
|
|
* | ENH: modified the if command to address bug 9123 some | Ken Martin | 2009-06-12 | 1 | -111/+233 |
|
|
* | ENH: Better handling of mismatched blocks | Brad King | 2009-01-21 | 1 | -1/+2 |
|
|
* | ENH: Better error message for unclosed blocks | Brad King | 2009-01-21 | 1 | -18/+0 |
|
|
* | ENH: Refactor function blocker deletion | Brad King | 2009-01-20 | 1 | -12/+4 |
|
|
* | ENH: Improve response to bad if or elseif | Brad King | 2009-01-20 | 1 | -2/+9 |
|
|
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -1/+2 |
|
|
* | ENH: Add version comparison to if() command | Brad King | 2008-09-10 | 1 | -0/+48 |
|
|
* | ENH: Add if(TARGET) command | Brad King | 2008-08-20 | 1 | -0/+7 |
|
|
* | BUG: fix memory leak and cleanup error string code | Ken Martin | 2008-06-28 | 1 | -31/+21 |
|
|
* | ENH: support parenthesis as arguments and in conditionals feature request #6191 | Ken Martin | 2008-06-26 | 1 | -222/+277 |
|
|
* | ENH: Add "if(POLICY policy-id)" option for IF command. | Brad King | 2008-03-20 | 1 | -0/+17 |
|
|
* | ENH: fix warnings | Bill Hoffman | 2008-03-01 | 1 | -1/+1 |
|
|
* | ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper... | Bill Hoffman | 2008-02-29 | 1 | -3/+4 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -64/+99 |
|
|
* | BUG: this seems to fix the regexp result-storage problem, now it seems the ac... | Alexander Neundorf | 2007-08-29 | 1 | -1/+1 |
|
|
* | ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 1 | -1/+5 |
|
|
* | ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake ... | Alexander Neundorf | 2007-06-06 | 1 | -0/+16 |
|
|
* | BUG: All variable accesses should produce watch callbacks, including IF(DEFIN... | Brad King | 2007-05-17 | 1 | -3/+4 |
|
|
* | BUG: Do not complain about missing watched variables when they are accessd wi... | Brad King | 2007-05-17 | 1 | -1/+1 |
|
|
* | 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 i... | Brad King | 2006-10-25 | 1 | -17/+4 |
|
|
* | BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be co... | Brad King | 2006-10-25 | 1 | -3/+23 |
|
|
* | 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 I... | Brad King | 2006-10-23 | 1 | -0/+23 |
|
|
* | 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 war... | Bill Hoffman | 2006-03-30 | 1 | -1/+1 |
|
|
* | 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 fu... | Ken Martin | 2005-06-23 | 1 | -4/+5 |
|
|
* | ERR: Fix warnings and memory leak | Andy Cedilnik | 2004-08-04 | 1 | -23/+30 |
|
|