summaryrefslogtreecommitdiff
path: root/Source/cmIfCommand.h
Commit message (Expand)AuthorAgeFilesLines
* if: Document that plain 'NOTFOUND' is a false constantBrad King2012-10-051-1/+1
* CMake: Clarify the documentation for if(f1 IS_NEWER_THAN f2)David Cole2012-08-151-1/+6
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* if: Document that macro arguments are not variables (#13393)Brad King2012-07-111-0/+1
* Merge branch 'add-const-qualifiers' into doxygen-fixesBrad King2012-03-011-4/+4
|\
| * Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* | doxygen: remove a few commentsYury G. Kudryashov2012-03-011-10/+1
|/
* Clarify auto-dereference cases in if() command (#11701)Brad King2011-01-171-20/+14
* Replace misleading example in the if() documentation (#10773)Brad King2011-01-141-34/+25
* Fix if() command and CMP0012 OLD/NEW behaviorBrad King2009-10-271-10/+18
* Add IS_SYMLINK test to if commandBrad King2009-10-211-0/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Clarify documentation for if.Bill Hoffman2009-09-141-1/+1
* ENH: clean up some help textKen Martin2009-06-121-4/+4
* ENH: modified the if command to address bug 9123 someKen Martin2009-06-121-4/+67
* ENH: fix styleKen Martin2009-02-161-6/+8
* ENH: fix documentation and add docs on parenthetical expressionsKen Martin2009-02-121-5/+12
* ENH: Better error message for unclosed blocksBrad King2009-01-211-1/+0
* ENH: Refactor function blocker deletionBrad King2009-01-201-2/+1
* ENH: Add version comparison to if() commandBrad King2008-09-101-0/+5
* ENH: Add if(TARGET) commandBrad King2008-08-201-0/+2
* BUG: fix memory leak and cleanup error string codeKen Martin2008-06-281-1/+1
* ENH: Add "if(POLICY policy-id)" option for IF command.Brad King2008-03-201-0/+3
* STYLE: document that if(COMMAND) works also for macros and functionsAlexander Neundorf2008-02-101-1/+2
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-4/+10
* ENH: make commands lower case by defaultKen Martin2007-10-101-36/+36
* ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)Alexander Neundorf2007-08-291-1/+1
* ENH: add IF(IS_ABSOLUTE path), so no regex matching is required in the cmake ...Alexander Neundorf2007-06-061-0/+2
* STYLE: improve IF documentation to cover elseifKen Martin2007-01-261-2/+8
* ENH: fix a warning and a nice fix to the IF commandKen Martin2006-12-121-1/+2
* ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.Brad King2006-10-231-1/+0
* ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name I...Brad King2006-10-231-0/+1
* ENH: added elseifKen Martin2006-09-221-1/+2
* ENH: Patch from Alex for adding IF(FILE_IS_NEWER). I also added a test.Brad King2006-08-251-0/+4
* ENH: Clarified documentation of EXISTS and IS_DIRECTORY modes.Brad King2006-06-261-2/+4
* BUG: Patch from Miguel A. Figueroa-Villanueva for fixing documentation.Brad King2006-06-121-3/+3
* STYLE: fix line lengthKen Martin2006-05-111-3/+3
* BUG: Fixed missing false values in documentation of IF command.Brad King2006-04-181-2/+4
* ENH: added some new functionalityKen Martin2006-03-221-1/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* STYLE: fix docsKen Martin2005-11-161-1/+1
* STYLE: fix the docsKen Martin2005-05-241-4/+2
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-6/+0
* BUG: When regular expression failes to compile, produce error: Fixes part of ...Andy Cedilnik2004-08-031-2/+3
* added strequalKen Martin2004-06-141-4/+6
* better if expression supportKen Martin2004-05-011-3/+13
* ENH: add a numeric EQUAL to the IF statment, very useful for variable argumen...Bill Hoffman2004-04-281-1/+3
* ENH: Make IF command scriptableAndy Cedilnik2004-02-191-0/+5
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-9/+48