Historia zmian

Autor SHA1 Wiadomość Data
  Daniel Pfeifer 608afd4f62 Separate compilation for commands included in cmBootstrapCommands2 9 lat temu
  Stephen Kelly 2fe3e55d53 cmState: Move CacheEntryType enum to separate namespace 9 lat temu
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 lat temu
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 lat temu
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 lat temu
  Brad King 356c26ebdf cmSystemTools: Teach RunSingleCommand to separate stdout and stderr 10 lat temu
  Stephen Kelly f081c5bddd cmState: Move CacheEntryType enum from cmCacheManager. 10 lat temu
  Stephen Kelly 5f69314ea6 Replace foo.length() pattern with !foo.empty(). 10 lat temu
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 lat temu
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 lat temu
  Johan Björk 856a9e499f RunSingleCommand: Replace verbose boolean with enum 14 lat temu
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 lat temu
  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 lat temu
  Ken Martin daa37f1163 STYLE: fix line length 19 lat temu
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 lat temu
  Bill Hoffman e78cf5ca6f BUG: fix for bug 689 21 lat temu
  Andy Cedilnik c237e0ac68 ENH: Do not use nslookup. All we really care is hostname. If somebody wants something fancy, just set it yourself. Fixes Bug #407 - nslookup is being deprecated for Red Hat and Fedora distributions 22 lat temu
  Andy Cedilnik 2c33b3db65 ENH: Use new RunCommand 22 lat temu
  Andy Cedilnik 1d3921b4ca ENH: Use the new signature 22 lat temu
  Brad King 38482b46d1 ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpression. 22 lat temu
  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 lat temu
  Bill Hoffman 4879c6cffa ENH: look for nslookup and hostname in the right places 23 lat temu
  Bill Hoffman 9b0a90fa9e fix up hostname for windows 23 lat temu
  Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands 23 lat temu
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 lat temu
  Sebastien Barre 4d0e5c0201 FIX: if the 'hostname' and 'nslookup' commands were not found from their HOSTNAME and NSLOOKUP cache definition, hard-coded values were used instead, thus causing pb if the corresponding progs were not in the PATH (RunCommand). Now use FindProgram() to be sure to find both, otherwise do nothing and set the site name to "unknown" (arbitrary. could be empty string ? or error ?). 24 lat temu
  Sebastien Barre 99c9d77f21 Fix: argument was not used. 24 lat temu
  Sebastien Barre 5cc95e4387 SITE_NAME should return the most qualified name of the host. If nslookup works, now the domain is appended to the hostname (whereas it *replaced* the host name before) 24 lat temu
  Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 lat temu
  Bill Lorensen 275b334f8b ENH: drop the case of the site name. This makes it consistent with Dart's usage. 24 lat temu