summaryrefslogtreecommitdiffstats
path: root/Source/cmVariableRequiresCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* spelling errorsBill Hoffman2003-02-141-7/+7
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-1/+1
| | | | 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.
* Couple of changes: cache variables now have a map of properties. ADVANCED ↵Andy Cedilnik2002-09-111-1/+3
| | | | 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
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+1
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: let people know the variable is advancedBill Hoffman2001-12-031-1/+10
|
* WAR: fix warningBill Hoffman2001-11-211-1/+1
|
* ENH: add new command VARIABLE_REQUIRES for better debugging of list filesBill Hoffman2001-11-191-12/+33
|
* *** empty log message ***Bill Hoffman2001-11-191-0/+72