Commit History

Author SHA1 Message Date
  Andy Cedilnik 15d7dd9937 ENH: Remove cmGlob and use glob from kwsys 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago
  Andy Cedilnik 634343c3e8 STYLE: Fix some style issues 19 years ago
  Bill Hoffman 8cdb87eaa7 ENH: if CMakeCache.txt has been removed, then automatically remove CMakefiles/*.cmake 19 years ago
  Bill Hoffman e015df7d06 ENH: better finding of mingw from msys, and delete CMakeFiles directory when cache is deleted 19 years ago
  Andy Cedilnik e9fa7fa840 ENH: Report which cmake was used to generate the cache in the comment 19 years ago
  Ken Martin c6b011e35e ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree 20 years ago
  Andy Cedilnik c4db8aba73 STYLE: Fix typos 20 years ago
  Bill Hoffman a3d1de8cd2 ENH: make regex static so it is not recomputed for each line of the cache 20 years ago
  Brad King 5ddaebb522 COMP: Removed warning due to unsigned enum type. 20 years ago
  Andy Cedilnik c48af00154 BUG: Handle DOS files un unix file systems 21 years ago
  Bill Hoffman 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 years ago
  Bill Hoffman b5bdf2cb0a ENH: add better error reporting for file open failures 21 years ago
  Brad King 4eb0400c98 ENH: Adding MODIFIED property to cache values that have been changed by the user. 21 years ago
  Ken Martin d7c6f51d00 updates to gui to delete cache 21 years ago
  Andy Cedilnik ff32379e26 BUG: Fixed Bug #154 - Uninitialized type initialized value cache variables should return value 22 years ago
  Ken Martin 072db6ad70 removed redundent includes 22 years ago
  Andy Cedilnik 91065673d6 ENH: Get accessor for cache value as boolean 22 years ago
  Andy Cedilnik 32bfe66b5d BUG: Fix problem with uninitialized variables 22 years ago
  Andy Cedilnik 2f98c791fa ENH: Allow specifying cmake variables on the command line without specifying the type Bug #118 - Specifying cache entries with -D should not need the type 22 years ago
  Brad King 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 years ago
  Andy Cedilnik 42db187012 ENH: Add method to convert from CacheEntryType to string 22 years ago
  Andy Cedilnik a9875aa62f Implement GetLineFromStream that actually works and use it instead of getline 22 years ago
  Bill Hoffman ae5a80c795 spelling errors 23 years ago
  Brad King 5bcd9203c3 ENH: Better error checking for cache iterator. 23 years ago
  Bill Hoffman 7985bc118e ENH: add a rule to automatically re-run cmake from the top if the CMakeCache.txt file is changed 23 years ago
  Bill Hoffman 7b54b22ccd ENH: force a global generate if the cache version does not match the running cmake 23 years ago
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 years ago
  Andy Cedilnik 77616437d1 Remove tabs 23 years ago
  Andy Cedilnik f68f7c2550 Fix reading of advanced values from CMakeCache 23 years ago