summaryrefslogtreecommitdiff
path: root/Source/cmStringCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmCommand refactor: cmStringCommandGabor Bencze2019-08-201-54/+3
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* string: introduce `REPEAT` sub-commandAlex Turbov2019-04-151-0/+1
* string() Refactoring: creates an helper for REGEX REPLACEMarc Chevrier2018-04-161-23/+0
* string: Add JOIN subcommandAlex Turbov2018-02-161-0/+5
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Add PREPEND sub-command to string commandSylvain Joubert2017-08-111-0/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-4/+5
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-13/+21
* string: add APPEND subcommandDaniel Pfeifer2015-07-071-0/+1
* cmMakefile: store the number of last matches in a CMake varBen Boeckel2014-12-031-2/+0
* Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-261-0/+2
* StringUuid: Implement new string(UUID) sub-command.Nils Gladitz2014-08-281-0/+1
* ClearMatches: Only clear matches which were actually setBen Boeckel2014-04-291-2/+0
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* cmStringCommand: Add GENEX_STRIP subcommand.Stephen Kelly2014-03-311-0/+1
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* string: Add CONCAT sub-commandBrad King2013-10-211-0/+1
* Drop builtin command documentationBrad King2013-10-161-130/+0
* string: Add MAKE_C_IDENTIFIER subcommandStephen Kelly2013-05-211-1/+5
* string: Fix regex documentation of '^' and '$' (#14028)Brad King2013-03-191-2/+2
* Documentation: Clarify a few subtletiesPetr Kmoch2013-03-121-0/+7
* CMake: Stylistic changes and documentation tweaksDavid Cole2012-12-051-2/+2
* CMake: Add TIMESTAMP subcommand to string and file commandsNils Gladitz2012-12-051-1/+29
* string: Clarify regex documentation of '-' behaviorBrad King2012-10-081-1/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* Add string(MD5) and string(SHA*) commands to compute hashesBrad King2011-11-161-0/+5
* CMake: Update documentation of STRING(SUBSTRING) for length -1 (#10740)Rolf Eike Beer2011-05-271-1/+2
* Add a string(FIND) sub-command (#11795)Tim Hütz2011-02-151-0/+6
* Fix issue #9851 - only seed the random number generator on the first call to ...David Cole2009-11-061-2/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: add line breaks to the documentation for CMAKE_MATCH_(0..9),Alexander Neundorf2009-03-131-3/+4
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-091-1/+1
* ENH: make commands lower case by defaultKen Martin2007-10-101-17/+17
* STYLE: add the | to the docsAlexander Neundorf2007-08-301-0/+1
* STYLE: add docs about the supported regexp characters and CMAKE_MATCH_(0..9)Alexander Neundorf2007-08-291-1/+14
* ENH: also store the group matches from IF( MATCHES) in CMAKE_MATCH_(0..9)Alexander Neundorf2007-08-291-2/+3
* COMP: header was missing...Alexander Neundorf2007-08-211-1/+8
* STYLE: fix documentation for STRING(REPLACE) #5536Alexander Neundorf2007-08-211-8/+4