Commit History

Author SHA1 Message Date
  Stephen Kelly ba404938a2 cmCacheManager: Port consumers to non-iterator API. 10 years ago
  Brad King 3347c5e4f9 Revert topic 'refactor-cache-api' 10 years ago
  Stephen Kelly 9410e24a4a cmCacheManager: Port consumers to non-iterator API. 10 years ago
  Stephen Kelly 8910224950 Replace common loop pattern with cmJoin 10 years ago
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 years ago
  Ben Boeckel 94fc63e2d5 stringapi: Use strings for cache iterator values 11 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Brad King 9a77f65da7 Remove CMake Policy CMP0015 until it is revised 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King 7a409fd573 Fix option() interpretation of non-boolean values 16 years ago
  Brad King ee2b446c95 Create CMake Policy CMP0015 to fix set(CACHE) 16 years ago
  Brad King afbe088309 Remove barely-used cmMakefile::AddCacheDefinition 16 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
  Ken Martin 3c4bfa1003 STYLE: fix line length 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago
  Bill Hoffman a5c3087360 BUG: fix for 282 21 years ago
  Andy Cedilnik d97e79c971 ERR: Fix problems with OPTION and -D on command line. Fix Bug #408 - Using -D without a type does not always work 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
  Bill Hoffman 945c4a8b5b WAR: remove warnings for .NET compiler 23 years ago
  Bill Hoffman 0415b58573 ENH: backwards compatible for VTK 4.0, add cmake version requires 23 years ago
  Bill Hoffman 433e1128ab ENH: add error checking for option commands with too many arguments 23 years ago
  Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 years ago
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
  Berk Geveci 3173249761 ENH: do not write over existing cache values even doc strings to avoid changing the cache file 24 years ago
  Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 years ago
  Sebastien Barre edc738173b Allow option value to be expanded (thus, we can use the value of another option as default) 24 years ago
  Bill Hoffman db1303aa7d ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping 24 years ago
  Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 24 years ago
  Bill Hoffman de10cfc72e ENH: move testing stuff to cmake from configure, good bye dashboard... :) 24 years ago
  Will Schroeder 54cfe84f3f ENH:New copyright 24 years ago