| Commit message (Expand) | Author | Age | Files | Lines |
* | cmStringCommand: Accumulate with cmJoin and range adaptors. | Stephen Kelly | 2015-02-11 | 1 | -31/+11 |
|
|
* | Replace 'foo.length() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Replace !foo.size() pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -7/+7 |
|
|
* | cmMakefile: store the number of last matches in a CMake var | Ben Boeckel | 2014-12-03 | 1 | -38/+6 |
|
|
* | Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-m... | Brad King | 2014-11-26 | 1 | -6/+38 |
|\ |
|
| * | Revert "ClearMatches: Only clear matches which were actually set" (#15261) | Ben Boeckel | 2014-11-26 | 1 | -6/+38 |
|
|
* | | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -1/+1 |
|
|
* | | string: Tolerate SUBSTRING length exceeding end index | Domen Vrankar | 2014-11-13 | 1 | -4/+2 |
|/ |
|
* | StringUuid: Implement new string(UUID) sub-command. | Nils Gladitz | 2014-08-28 | 1 | -0/+116 |
|
|
* | ClearMatches: Only clear matches which were actually set | Ben Boeckel | 2014-04-29 | 1 | -38/+6 |
|
|
* | cmStringCommand: Add GENEX_STRIP subcommand. | Stephen Kelly | 2014-03-31 | 1 | -0/+25 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -38/+38 |
|
|
* | string: Add CONCAT sub-command | Brad King | 2013-10-21 | 1 | -0/+25 |
|
|
* | Do not set CMAKE_MATCH_ variables when not neeeded | Bill Hoffman | 2013-06-14 | 1 | -6/+14 |
|
|
* | string: Add MAKE_C_IDENTIFIER subcommand | Stephen Kelly | 2013-05-21 | 1 | -0/+22 |
|
|
* | CMake: Fix dashboard warnings | David Cole | 2012-12-05 | 1 | -1/+1 |
|
|
* | CMake: Add TIMESTAMP subcommand to string and file commands | Nils Gladitz | 2012-12-05 | 1 | -0/+54 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -36/+36 |
|
|
* | Disable file() and string() hash commands during bootstrap | Brad King | 2011-11-16 | 1 | -0/+7 |
|
|
* | Add string(MD5) and string(SHA*) commands to compute hashes | Brad King | 2011-11-16 | 1 | -0/+32 |
|
|
* | CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740) | Rolf Eike Beer | 2011-05-27 | 1 | -1/+1 |
|
|
* | Fix forced-seed argument type in string(RANDOM) | Brad King | 2011-05-23 | 1 | -2/+2 |
|
|
* | Improve string(RANDOM) default seed | Brad King | 2011-05-17 | 1 | -2/+2 |
|
|
* | Avoid direct use of std::stringstream | Brad King | 2011-02-17 | 1 | -1/+1 |
|
|
* | Add a string(FIND) sub-command (#11795) | Tim Hütz | 2011-02-15 | 1 | -1/+67 |
|
|
* | Merge branch 'dev/add_test-working-directory' into dev/strict-mode | Brad King | 2011-01-27 | 1 | -1/+1 |
|\ |
|
| * | allow STRING(SUBSTRING) work with length -1 as "rest of the string" | Rolf Eike Beer | 2010-12-08 | 1 | -1/+1 |
|
|
* | | Ignore CMAKE_MATCH_* variables for usage | Ben Boeckel | 2010-09-15 | 1 | -0/+2 |
|/ |
|
* | Fix or cast integer conversions in cmake | Brad King | 2010-06-25 | 1 | -1/+1 |
|
|
* | Fix issue #9851 - only seed the random number generator on the first call to ... | David Cole | 2009-11-06 | 1 | -1/+16 |
|
|
* | Correct some typos in error messages in the string command. Add a test that c... | David Cole | 2009-10-02 | 1 | -4/+4 |
|
|
* | Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file... | David Cole | 2009-09-30 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Correct typo in error message. | David Cole | 2008-08-26 | 1 | -1/+1 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | BUG: fix STRING(STRIP ...) if no non-space is contained in the input string, | Alexander Neundorf | 2007-12-16 | 1 | -2/+14 |
|
|
* | ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 1 | -10/+10 |
|
|
* | ENH: store the matches for paren-delimited subexpression in | Alexander Neundorf | 2007-08-21 | 1 | -0/+28 |
|
|
* | ENH: Add STRING STRIP command | Andy Cedilnik | 2007-04-27 | 1 | -0/+41 |
|
|
* | COMP: Added missing include for time. | Brad King | 2007-04-23 | 1 | -0/+2 |
|
|
* | ENH: Add command to generate random strings | Ken Martin | 2007-04-23 | 1 | -0/+72 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -13/+13 |
|
|
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -16/+35 |
|
|
* | BUG: end is not really end, but rather length | Bill Hoffman | 2005-10-20 | 1 | -1/+1 |
|
|
* | COMP: Remove warning | Andy Cedilnik | 2005-10-18 | 1 | -1/+1 |
|
|
* | ENH: Add rudamentary mathematical expression support | Andy Cedilnik | 2005-10-17 | 1 | -1/+1 |
|
|
* | ENH: Add String length and substring | Andy Cedilnik | 2005-10-17 | 1 | -0/+64 |
|
|
* | ENH: Add regular string replace (not regex), and relative path command. Also ... | Andy Cedilnik | 2005-10-17 | 1 | -0/+30 |
|
|