summaryrefslogtreecommitdiff
path: root/Source/cmMarkAsAdvancedCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* STYLE: Fixed line-too-long.Brad King2007-04-111-1/+2
* BUG: When a non-cache variable is marked as advance do not use the cmMakefile...Brad King2007-04-101-2/+2
* STYLE: fix line lengthKen Martin2006-05-121-2/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-2/+2
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Fix problems with advanced not being marked.Andy Cedilnik2002-09-171-1/+1
* Fix mark as advanced. Now it should work properlyAndy Cedilnik2002-09-121-1/+5
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-9/+12
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: add mark as not advanced to mark as advancedBill Hoffman2001-12-071-4/+21
* fix warningBill Hoffman2001-11-281-1/+1
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+63