index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmIfCommand.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)
Alexander Neundorf
2007-08-29
1
-1/+1
*
ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake ...
Alexander Neundorf
2007-06-06
1
-0/+2
*
STYLE: improve IF documentation to cover elseif
Ken Martin
2007-01-26
1
-2/+8
*
ENH: fix a warning and a nice fix to the IF command
Ken Martin
2006-12-12
1
-1/+2
*
ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.
Brad King
2006-10-23
1
-1/+0
*
ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name I...
Brad King
2006-10-23
1
-0/+1
*
ENH: added elseif
Ken Martin
2006-09-22
1
-1/+2
*
ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.
Brad King
2006-08-25
1
-0/+4
*
ENH: Clarified documentation of EXISTS and IS_DIRECTORY modes.
Brad King
2006-06-26
1
-2/+4
*
BUG: Patch from Miguel A. Figueroa-Villanueva for fixing documentation.
Brad King
2006-06-12
1
-3/+3
*
STYLE: fix line length
Ken Martin
2006-05-11
1
-3/+3
*
BUG: Fixed missing false values in documentation of IF command.
Brad King
2006-04-18
1
-2/+4
*
ENH: added some new functionality
Ken Martin
2006-03-22
1
-1/+3
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-2/+2
*
STYLE: fix docs
Ken Martin
2005-11-16
1
-1/+1
*
STYLE: fix the docs
Ken Martin
2005-05-24
1
-4/+2
*
ENH: big change that includes immediate subdir support, removing the notion o...
Ken Martin
2005-03-18
1
-6/+0
*
BUG: When regular expression failes to compile, produce error: Fixes part of ...
Andy Cedilnik
2004-08-03
1
-2/+3
*
added strequal
Ken Martin
2004-06-14
1
-4/+6
*
better if expression support
Ken Martin
2004-05-01
1
-3/+13
*
ENH: add a numeric EQUAL to the IF statment, very useful for variable argumen...
Bill Hoffman
2004-04-28
1
-1/+3
*
ENH: Make IF command scriptable
Andy Cedilnik
2004-02-19
1
-0/+5
*
removed redundent includes
Ken Martin
2003-08-10
1
-1/+0
*
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
Brad King
2003-02-14
1
-9/+48
*
ERR: Fixed unused parameter warning.
Brad King
2002-12-13
1
-1/+1
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-6/+10
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
BUG: STRLESS and STRGREATER need to treat non-existent definitions as strings.
Brad King
2002-10-02
1
-0/+5
*
better error handling with if statements
Ken Martin
2002-07-10
1
-0/+1
*
consolidated IF handling and added checks for bad arguments
Ken Martin
2002-07-01
1
-0/+5
*
adde less greater
Ken Martin
2002-05-23
1
-1/+4
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29/+5
*
added exists option for if statement
Ken Martin
2002-01-02
1
-1/+3
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-1/+1
*
added new if commands
Ken Martin
2001-08-06
1
-5/+5
*
added for each command
Ken Martin
2001-07-25
1
-3/+3
*
ENH: rename Invoke to InitialPass
Bill Hoffman
2001-06-06
1
-1/+1
*
better If checks
Ken Martin
2001-05-04
1
-2/+6
*
new set command and IF NOT
Ken Martin
2001-05-01
1
-1/+4
*
ENH:New copyright
Will Schroeder
2001-04-27
1
-3/+28
*
rules were not inherited when they should be
Ken Martin
2001-04-25
1
-0/+6
*
ERR: Added virtual destructor to complement virtual functions in cmIfFunction...
Brad King
2001-04-23
1
-0/+1
*
added if else endif add definition
Ken Martin
2001-04-19
1
-0/+86
[prev]