| Commit message (Expand) | Author | Age | Files | Lines |
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -4/+5 |
|
|
* | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -5/+5 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -13/+21 |
|
|
* | string: add APPEND subcommand | Daniel Pfeifer | 2015-07-07 | 1 | -0/+1 |
|
|
* | cmMakefile: store the number of last matches in a CMake var | Ben Boeckel | 2014-12-03 | 1 | -2/+0 |
|
|
* | Revert "ClearMatches: Only clear matches which were actually set" (#15261) | Ben Boeckel | 2014-11-26 | 1 | -0/+2 |
|
|
* | StringUuid: Implement new string(UUID) sub-command. | Nils Gladitz | 2014-08-28 | 1 | -0/+1 |
|
|
* | ClearMatches: Only clear matches which were actually set | Ben Boeckel | 2014-04-29 | 1 | -2/+0 |
|
|
* | Remove extra semicolons from C++ code. | Stephen Kelly | 2014-04-03 | 1 | -1/+1 |
|
|
* | cmStringCommand: Add GENEX_STRIP subcommand. | Stephen Kelly | 2014-03-31 | 1 | -0/+1 |
|
|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | string: Add CONCAT sub-command | Brad King | 2013-10-21 | 1 | -0/+1 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -130/+0 |
|
|
* | string: Add MAKE_C_IDENTIFIER subcommand | Stephen Kelly | 2013-05-21 | 1 | -1/+5 |
|
|
* | string: Fix regex documentation of '^' and '$' (#14028) | Brad King | 2013-03-19 | 1 | -2/+2 |
|
|
* | Documentation: Clarify a few subtleties | Petr Kmoch | 2013-03-12 | 1 | -0/+7 |
|
|
* | CMake: Stylistic changes and documentation tweaks | David Cole | 2012-12-05 | 1 | -2/+2 |
|
|
* | CMake: Add TIMESTAMP subcommand to string and file commands | Nils Gladitz | 2012-12-05 | 1 | -1/+29 |
|
|
* | string: Clarify regex documentation of '-' behavior | Brad King | 2012-10-08 | 1 | -1/+2 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
|
|
* | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -4/+4 |
|
|
* | Add string(MD5) and string(SHA*) commands to compute hashes | Brad King | 2011-11-16 | 1 | -0/+5 |
|
|
* | CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740) | Rolf Eike Beer | 2011-05-27 | 1 | -1/+2 |
|
|
* | Add a string(FIND) sub-command (#11795) | Tim Hütz | 2011-02-15 | 1 | -0/+6 |
|
|
* | Fix issue #9851 - only seed the random number generator on the first call to ... | David Cole | 2009-11-06 | 1 | -2/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | STYLE: add line breaks to the documentation for CMAKE_MATCH_(0..9), | Alexander Neundorf | 2009-03-13 | 1 | -3/+4 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | 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 |
|
|
* | STYLE: add docs about the supported regexp characters and CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 1 | -1/+14 |
|
|
* | ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9) | Alexander Neundorf | 2007-08-29 | 1 | -2/+3 |
|
|
* | COMP: header was missing... | Alexander Neundorf | 2007-08-21 | 1 | -1/+8 |
|
|
* | STYLE: fix documentation for STRING(REPLACE) #5536 | Alexander Neundorf | 2007-08-21 | 1 | -8/+4 |
|
|
* | 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 |
|
|
* | ENH: big change that includes immediate subdir support, removing the notion o... | Ken Martin | 2005-03-18 | 1 | -6/+0 |
|
|
* | 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 |
|
|