| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | cmCommand refactor: cmStringCommand | Gabor Bencze | 2019-08-20 | 1 | -54/+3 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -1/+6 |
|
|
* | string: introduce `REPEAT` sub-command | Alex Turbov | 2019-04-15 | 1 | -0/+1 |
|
|
* | string() Refactoring: creates an helper for REGEX REPLACE | Marc Chevrier | 2018-04-16 | 1 | -23/+0 |
|
|
* | string: Add JOIN subcommand | Alex Turbov | 2018-02-16 | 1 | -0/+5 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -2/+2 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Add PREPEND sub-command to string command | Sylvain Joubert | 2017-08-11 | 1 | -0/+1 |
|
|
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -5/+0 |
|
|
* | cmCommand: remove IsScriptable | Daniel Pfeifer | 2017-05-08 | 1 | -5/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmConfigure: Ensure separate include block in headers | Daniel Pfeifer | 2017-04-11 | 1 | -0/+1 |
|
|
* | 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 |
|
|