summaryrefslogtreecommitdiffstats
path: root/Source/cmakewizard.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: shorten the symbols a bit and remove maps of std::string for map of ↵Bill Hoffman2004-09-291-1/+1
| | | | cmStdString
* BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made ↵Brad King2003-08-261-3/+7
| | | | resulting error message cleaner.
* removed redundent includesKen Martin2003-08-101-5/+0
|
* BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current ↵Brad King2003-08-061-3/+2
| | | | directory.
* BUG: can not mix cout and fgets on hpBill Hoffman2003-01-301-7/+7
|
* 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.
* Remove unnecessary variableAndy Cedilnik2002-09-181-1/+0
|
* Strip the string that user answersAndy Cedilnik2002-09-171-9/+21
|
* cleaned up some of the cmake interfaceKen Martin2002-09-171-1/+4
|
* Replace getline with fgets since getline does not seems to work properly on ↵Andy Cedilnik2002-09-171-2/+7
| | | | Mac OSX
* Simplify code. Since we access cache entry through the iterator, we do not ↵Andy Cedilnik2002-09-121-4/+3
| | | | need the cache manager any more
* Couple of changes: cache variables now have a map of properties. ADVANCED ↵Andy Cedilnik2002-09-111-31/+27
| | | | 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
* new archKen Martin2002-09-061-1/+2
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-10/+9
|
* support for pluginsKen Martin2002-08-211-8/+7
|
* check bool values and prefere offBill Hoffman2002-02-281-0/+7
|
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* ENH: call convert to unix slashes for path and filepath entriesBill Hoffman2001-12-061-0/+5
|
* new borland generator moved into placeBill Hoffman2001-11-301-30/+39
|
* fix for shared libs and borlandBill Hoffman2001-11-291-1/+2
|
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+108