summaryrefslogtreecommitdiffstats
path: root/Source/cmakewizard.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* Fix warnings in CMake source code.David Cole2009-10-021-4/+8
|
* Fix warnings in CMake source code. Suppress rampant warnings emanating from ↵David Cole2009-10-011-2/+2
| | | | Qt files.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* 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 ↵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