summaryrefslogtreecommitdiffstats
path: root/Source/cmakewizard.h
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Remove warningAndy Cedilnik2005-04-261-1/+1
|
* COMP: Remove warningsAndy Cedilnik2005-04-261-0/+1
|
* BUG: fix for bug 998, fix spelling errorsBill Hoffman2004-07-261-1/+1
|
* BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made ↵Brad King2003-08-261-1/+1
| | | | resulting error message cleaner.
* removed redundent includesKen Martin2003-08-101-1/+0
|
* 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.
* Simplify code. Since we access cache entry through the iterator, we do not ↵Andy Cedilnik2002-09-121-2/+1
| | | | need the cache manager any more
* Couple of changes: cache variables now have a map of properties. ADVANCED ↵Andy Cedilnik2002-09-111-1/+1
| | | | 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/+2
|
* removed shared lib supportKen Martin2002-08-231-1/+1
|
* support for pluginsKen Martin2002-08-211-1/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* *** empty log message ***Bill Hoffman2001-11-301-0/+71