Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | STYLE: add line breaks to the documentation for CMAKE_MATCH_(0..9), | Alexander Neundorf | 2009-03-13 | 1 | -3/+4 |
| | | | | | | otherwise one might miss this information Alex | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | STYLE: Spelling fixes on documentation | Amitha Perera | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -17/+17 |
| | |||||
* | STYLE: add the | to the docs | Alexander Neundorf | 2007-08-30 | 1 | -0/+1 |
| | | | | Alex | ||||
* | STYLE: add docs about the supported regexp characters and CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 1 | -1/+14 |
| | | | | Alex | ||||
* | ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 1 | -2/+3 |
| | | | | Alex | ||||
* | COMP: header was missing... | Alexander Neundorf | 2007-08-21 | 1 | -1/+8 |
| | | | | Alex | ||||
* | STYLE: fix documentation for STRING(REPLACE) #5536 | Alexander Neundorf | 2007-08-21 | 1 | -8/+4 |
| | | | | Alex | ||||
* | ENH: Add STRING STRIP command | Andy Cedilnik | 2007-04-27 | 1 | -0/+4 |
| | |||||
* | STYLE: Fixed line-too-long. | Brad King | 2007-04-25 | 1 | -1/+2 |
| | |||||
* | ENH: Add command to generate random strings | Ken Martin | 2007-04-23 | 1 | -1/+7 |
| | |||||
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -0/+1 |
| | |||||
* | BUG: end is not really end, but rather length | Bill Hoffman | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | ENH: Add String length and substring | Andy Cedilnik | 2005-10-17 | 1 | -1/+7 |
| | |||||
* | ENH: Add regular string replace (not regex), and relative path command. Also ↵ | Andy Cedilnik | 2005-10-17 | 1 | -0/+10 |
| | | | | add tests | ||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -6/+0 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: Documented use of \1 syntax in replace expression. | Brad King | 2004-05-03 | 1 | -1/+4 |
| | |||||
* | ENH: Added STRING(CONFIGURE ...) command. | Brad King | 2004-03-04 | 1 | -0/+5 |
| | |||||
* | ENH: Make more commands scriptable | Andy Cedilnik | 2004-02-06 | 1 | -0/+5 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: Add upper and lower case support. Close Bug #79 - STRING TOUPPER and ↵ | Andy Cedilnik | 2003-07-10 | 1 | -1/+5 |
| | | | | TOLOWER | ||||
* | BUG: Removed extra newlines from help text. | Brad King | 2003-07-08 | 1 | -4/+4 |
| | |||||
* | BUG: Command should be inherited. | Brad King | 2003-03-19 | 1 | -0/+6 |
| | |||||
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -15/+22 |
| | |||||
* | Add a way to convert ascii to string | Andy Cedilnik | 2003-01-01 | 1 | -1/+4 |
| | |||||
* | ENH: Added COMPARE modes to STRING command. | Brad King | 2002-12-04 | 1 | -1/+7 |
| | |||||
* | ENH: Added STRING command. | Brad King | 2002-11-06 | 1 | -0/+92 |