summaryrefslogtreecommitdiff
path: root/Source/cmSetCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmCommand refactor: cmSetCommandGabor Bencze2019-08-201-23/+3
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* 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
* 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-0/+6
* 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-8/+3
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-108/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Improve documentation of set command (#13269)Sebastian Leske2012-06-181-13/+75
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* Remove CMake Policy CMP0015 until it is revisedBrad King2009-10-081-4/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-2/+4
* some white space fixes for the bookKen Martin2009-09-031-2/+2
* ENH: Add unset() command.Brad King2008-08-251-2/+3
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-181-1/+8
* STYLE: make formatting of help a bit more consistentAlexander Neundorf2007-12-201-12/+13
* ENH: make commands lower case by defaultKen Martin2007-10-101-4/+4
* STYLE: fix docsKen Martin2005-11-171-9/+10
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-6/+0
* ENH: now the set command can set environment variablesKen Martin2005-01-201-1/+4
* ENH: Add support for install postfixAndy Cedilnik2004-02-031-0/+5
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Added CACHE entry types to documentation string.Brad King2003-04-041-6/+12
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-8/+8
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* added FORCE optionKen Martin2002-10-091-2/+3
* BUG: fix doc string and allow a variable to be promoted from non-cache to cacheBill Hoffman2002-09-271-1/+2
* ENH: add ability to use ; separated lists in SET and expand them for addexecu...Bill Hoffman2002-03-291-1/+3
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* ENH: change the syntax of the SET command, fix the combo box for larger stringsBill Hoffman2001-05-241-2/+7
* new set command and IF NOTKen Martin2001-05-011-0/+103