summaryrefslogtreecommitdiffstats
path: root/Source/cmakewizard.cxx
Commit message (Expand)AuthorAgeFilesLines
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-11/+13
* ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...Bill Hoffman2004-09-291-1/+1
* BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting...Brad King2003-08-261-3/+7
* removed redundent includesKen Martin2003-08-101-5/+0
* BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current dire...Brad King2003-08-061-3/+2
* 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 copyrigh...Brad King2002-10-231-3/+3
* 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 M...Andy Cedilnik2002-09-171-2/+7
* Simplify code. Since we access cache entry through the iterator, we do not ne...Andy Cedilnik2002-09-121-4/+3
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-31/+27
* 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