| Commit message (Expand) | Author | Age | Files | Lines |
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -10/+11 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -16/+15 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -0/+4 |
|
|
* | If: Extract cmConditionEvaluator from if() implementation | Nils Gladitz | 2014-09-11 | 1 | -12/+0 |
|
|
* | Remove extra semicolons from C++ code. | Stephen Kelly | 2014-04-03 | 1 | -1/+1 |
|
|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -177/+0 |
|
|
* | if: Document that plain 'NOTFOUND' is a false constant | Brad King | 2012-10-05 | 1 | -1/+1 |
|
|
* | CMake: Clarify the documentation for if(f1 IS_NEWER_THAN f2) | David Cole | 2012-08-15 | 1 | -1/+6 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -9/+9 |
|
|
* | if: Document that macro arguments are not variables (#13393) | Brad King | 2012-07-11 | 1 | -0/+1 |
|
|
* | Merge branch 'add-const-qualifiers' into doxygen-fixes | Brad King | 2012-03-01 | 1 | -4/+4 |
|\ |
|
| * | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -4/+4 |
|
|
* | | doxygen: remove a few comments | Yury G. Kudryashov | 2012-02-29 | 1 | -10/+1 |
|/ |
|
* | Clarify auto-dereference cases in if() command (#11701) | Brad King | 2011-01-17 | 1 | -20/+14 |
|
|
* | Replace misleading example in the if() documentation (#10773) | Brad King | 2011-01-14 | 1 | -34/+25 |
|
|
* | Fix if() command and CMP0012 OLD/NEW behavior | Brad King | 2009-10-27 | 1 | -10/+18 |
|
|
* | Add IS_SYMLINK test to if command | Brad King | 2009-10-21 | 1 | -0/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Clarify documentation for if. | Bill Hoffman | 2009-09-14 | 1 | -1/+1 |
|
|
* | ENH: clean up some help text | Ken Martin | 2009-06-12 | 1 | -4/+4 |
|
|
* | ENH: modified the if command to address bug 9123 some | Ken Martin | 2009-06-12 | 1 | -4/+67 |
|
|
* | ENH: fix style | Ken Martin | 2009-02-16 | 1 | -6/+8 |
|
|
* | ENH: fix documentation and add docs on parenthetical expressions | Ken Martin | 2009-02-12 | 1 | -5/+12 |
|
|
* | ENH: Better error message for unclosed blocks | Brad King | 2009-01-21 | 1 | -1/+0 |
|
|
* | ENH: Refactor function blocker deletion | Brad King | 2009-01-20 | 1 | -2/+1 |
|
|
* | ENH: Add version comparison to if() command | Brad King | 2008-09-10 | 1 | -0/+5 |
|
|
* | ENH: Add if(TARGET) command | Brad King | 2008-08-20 | 1 | -0/+2 |
|
|
* | BUG: fix memory leak and cleanup error string code | Ken Martin | 2008-06-28 | 1 | -1/+1 |
|
|
* | ENH: Add "if(POLICY policy-id)" option for IF command. | Brad King | 2008-03-20 | 1 | -0/+3 |
|
|
* | STYLE: document that if(COMMAND) works also for macros and functions | Alexander Neundorf | 2008-02-10 | 1 | -1/+2 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -4/+10 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -36/+36 |
|
|
* | 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 |
|
|