Commit History

Author SHA1 Message Date
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King b41a548d86 Add parentheses around '&&' between '||' for gcc 16 years ago
  Brad King cd7585df22 ENH: Ignore unknown cmake_minimum_required args 17 years ago
  Brad King 1655dce2a5 ENH: Cleanup policy version interface presented to user. 17 years ago
  Ken Martin 55eede4b13 ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATIBILITY and CMAKE_MINIMUM_REQUIRED 17 years ago
  Ken Martin adddcea5d7 BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILITY and extend the documentaiton quite a bit 18 years ago
  Brad King 2f922c6220 ENH: Make CMAKE_MINIMUM_REQUIRED command FATAL_ERROR option implicit (always on). Accept but ignore the existing option. 18 years ago
  Ken Martin cd4d2acbe6 ENH: more policy changes 18 years ago
  Ken Martin 0e69d38004 ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 18 years ago
  Bill Hoffman ccb77b65c6 ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only use cmVersion 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
  Andy Cedilnik 634343c3e8 STYLE: Fix some style issues 20 years ago
  Brad King aea456a91a ENH: Added FATAL_ERROR option and fixed check to not have floating point roundoff problems. 20 years ago
  Brad King 65e2c18d73 ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch level. Submitted by Alexander Neundorf. 20 years ago
  Ken Martin 072db6ad70 removed redundent includes 22 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
  Brad King 281f7519e1 ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. Removed cmInputStringStream. 23 years ago
  Brad King 07d35e662d ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. 23 years ago
  Bill Hoffman 945c4a8b5b WAR: remove warnings for .NET compiler 23 years ago
  Bill Hoffman da63a7574d BUG: add missing include 23 years ago
  Bill Hoffman 0415b58573 ENH: backwards compatible for VTK 4.0, add cmake version requires 23 years ago