summaryrefslogtreecommitdiff
path: root/Source/cmMarkAsAdvancedCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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