summaryrefslogtreecommitdiff
path: root/Source/cmMarkAsAdvancedCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+1
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* 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 ↵Brad King2007-04-101-2/+2
| | | | cmMakefile implementation of AddCacheDefinition to avoid removing the makefile definition.
* 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 ↵Brad King2002-12-111-4/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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 ↵Andy Cedilnik2002-09-111-9/+12
| | | | and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
* 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