Commit History

Author SHA1 Message Date
  Daniel Pfeifer 73f648f167 use empty method to check for emptyness 9 years ago
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
  Stephen Kelly 55d80d0a85 cmMakefile: Rename GetCurrent{,Source}Directory. 10 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 years ago
  Stephen Kelly af8a1643c1 Remove c_str calls when using stream APIs. 11 years ago
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Brad King f09ba0f1a2 Fix style errors added by parent and grandparent 14 years ago
  Johan Björk d0a403fd99 CMake: Move tokenize to cmSystemTools 14 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 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
  Alexander Neundorf f55dd81190 18 years ago
  Alexander Neundorf 9220e97401 BUG: fix #4057 (which had several duplicates): handle recursivew source groups better, i.e. multiple sourcegroups with the same end component work now 18 years ago
  Alexander Neundorf 6d508a3094 BUG: handle source_group names which consist only of the delimiter the same was as empty source group names 18 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago
  Bill Hoffman bebb6b1767 ENH: fix problem if there are .. in the path to the source file specified in a source group 19 years ago
  Bill Hoffman 7db7b981af ENH: fix warning and remove unused variable 19 years ago
  Bill Hoffman 3d617b48aa ENH: fix for bug 2908 crash for empty source group name 19 years ago
  Bill Hoffman aa47caab2d FIX: apply patch from bug# 1965 20 years ago
  Bill Hoffman 3d27a6a391 ENH: put back old style call to SOURCE_GROUP, no need to break things for this 22 years ago
  Brad King 6f1a044018 ENH: Added backwards compatability. 22 years ago
  Brad King 48aedb2ba3 ENH: Fully implemented SOURCE_GROUP command. 22 years ago
  Brad King 296ded5e4d BUG: Fixed off-by-one error in file list loop. Fix submitted by David A. Karr. 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
  Andy Cedilnik a518fed4e3 Try to improve source group interface 23 years ago
  Will Schroeder a6a43d5320 ENH:Updated copyright 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
  Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 24 years ago
  Will Schroeder 54cfe84f3f ENH:New copyright 24 years ago