summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-13/+13
|
* STYLE: fix line lengthsBill Hoffman2006-03-101-16/+35
|
* BUG: end is not really end, but rather lengthBill Hoffman2005-10-201-1/+1
|
* COMP: Remove warningAndy Cedilnik2005-10-181-1/+1
|
* ENH: Add rudamentary mathematical expression supportAndy Cedilnik2005-10-171-1/+1
|
* ENH: Add String length and substringAndy Cedilnik2005-10-171-0/+64
|
* ENH: Add regular string replace (not regex), and relative path command. Also ↵Andy Cedilnik2005-10-171-0/+30
| | | | add tests
* ENH: Added STRING(CONFIGURE ...) command.Brad King2004-03-041-0/+51
|
* BUG#452: Fix to argument checking for TOUPPER and TOLOWER subcommands.Brad King2003-12-291-2/+2
|
* ERR: Remove unused variableAndy Cedilnik2003-07-101-2/+0
|
* ENH: Add upper and lower case support. Close Bug #79 - STRING TOUPPER and ↵Andy Cedilnik2003-07-101-1/+39
| | | | TOLOWER
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-3/+5
| | | | cmRegularExpression.
* ENH: add some includes for borland 6Bill Hoffman2003-05-231-1/+1
|
* Add a way to convert ascii to stringAndy Cedilnik2003-01-011-1/+37
|
* ENH: Added COMPARE modes to STRING command.Brad King2002-12-041-0/+60
|
* fix compile warningKen Martin2002-12-021-3/+3
|
* ERR: Fixed signed/unsigned warnings.Brad King2002-11-071-5/+5
|
* BUG: Fixed STRING(REGEX REPLACE ...) and added better test.Brad King2002-11-061-2/+2
|
* ENH: Added STRING command.Brad King2002-11-061-0/+309