summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace 'foo.length() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-7/+7
* cmMakefile: store the number of last matches in a CMake varBen Boeckel2014-12-031-38/+6
* Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m...Brad King2014-11-261-6/+38
|\
| * Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-261-6/+38
* | Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* | string: Tolerate SUBSTRING length exceeding end indexDomen Vrankar2014-11-131-4/+2
|/
* StringUuid: Implement new string(UUID) sub-command.Nils Gladitz2014-08-281-0/+116
* ClearMatches: Only clear matches which were actually setBen Boeckel2014-04-291-38/+6
* cmStringCommand: Add GENEX_STRIP subcommand.Stephen Kelly2014-03-311-0/+25
* Remove some c_str() calls.Stephen Kelly2014-03-111-38/+38
* string: Add CONCAT sub-commandBrad King2013-10-211-0/+25
* Do not set CMAKE_MATCH_ variables when not neeededBill Hoffman2013-06-141-6/+14
* string: Add MAKE_C_IDENTIFIER subcommandStephen Kelly2013-05-211-0/+22
* CMake: Fix dashboard warningsDavid Cole2012-12-051-1/+1
* CMake: Add TIMESTAMP subcommand to string and file commandsNils Gladitz2012-12-051-0/+54
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-36/+36
* Disable file() and string() hash commands during bootstrapBrad King2011-11-161-0/+7
* Add string(MD5) and string(SHA*) commands to compute hashesBrad King2011-11-161-0/+32
* CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740)Rolf Eike Beer2011-05-271-1/+1
* Fix forced-seed argument type in string(RANDOM)Brad King2011-05-231-2/+2
* Improve string(RANDOM) default seedBrad King2011-05-171-2/+2
* Avoid direct use of std::stringstreamBrad King2011-02-171-1/+1
* Add a string(FIND) sub-command (#11795)Tim Hütz2011-02-151-1/+67
* Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-271-1/+1
|\
| * allow STRING(SUBSTRING) work with length -1 as "rest of the string"Rolf Eike Beer2010-12-081-1/+1
* | Ignore CMAKE_MATCH_* variables for usageBen Boeckel2010-09-151-0/+2
|/
* Fix or cast integer conversions in cmakeBrad King2010-06-251-1/+1
* Fix issue #9851 - only seed the random number generator on the first call to ...David Cole2009-11-061-1/+16
* Correct some typos in error messages in the string command. Add a test that c...David Cole2009-10-021-4/+4
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Correct typo in error message.David Cole2008-08-261-1/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* BUG: fix STRING(STRIP ...) if no non-space is contained in the input string,Alexander Neundorf2007-12-161-2/+14
* ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)Alexander Neundorf2007-08-291-10/+10
* ENH: store the matches for paren-delimited subexpression inAlexander Neundorf2007-08-211-0/+28
* ENH: Add STRING STRIP commandAndy Cedilnik2007-04-271-0/+41
* COMP: Added missing include for time.Brad King2007-04-231-0/+2
* ENH: Add command to generate random stringsKen Martin2007-04-231-0/+72
* 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
* ENH: Added STRING(CONFIGURE ...) command.Brad King2004-03-041-0/+51