提交历史

作者 SHA1 备注 提交日期
  Brad King 9de2ab7fce Merge topic 'consistent-empty-method' 10 年之前
  Stephen Kelly 92a37f9279 Convert raw loops to set member insert. 10 年之前
  Stephen Kelly 5f69314ea6 Replace foo.length() pattern with !foo.empty(). 10 年之前
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 年之前
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 年之前
  Clinton Stimpson 5730710c86 Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. 11 年之前
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 年之前
  Ben Boeckel 8b143fab66 Condense parsing of cache entries 15 年之前
  Ben Boeckel 90abc3a027 Use cmCacheManager to load entries from the cache 15 年之前
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 年之前
  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 年之前
  Ken Martin 7dc8a92246 STYLE: fix line length 19 年之前
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 年之前
  Bill Hoffman 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 年之前
  Brad King 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 年之前
  Brad King 4888c088ae ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. 23 年之前
  Brad King 7ef6173664 ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows reading of cache values from another cache without actually creating local copies of the cache entires. The values are stored as prefixed local makefile variables. 23 年之前
  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 年之前
  Ken Martin d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 年之前
  Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands 23 年之前
  Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them 23 年之前
  Brad King 8ed3ce29bf ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. 24 年之前
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 年之前
  Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 年之前
  Berk Geveci 3b9f97f32d Adding new options to LoadCache. 24 年之前
  Berk Geveci 06a0f67f93 1. Added EXCLUDE option to LOAD_CACHE. 24 年之前
  Bill Hoffman d4edafe717 BUG: remove iostream.h includes 24 年之前
  Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 24 年之前
  Ken Martin cb6bc6f0aa added load cache command and fixed source file 24 年之前