Историја ревизија

Аутор SHA1 Порука Датум
  Dāvis Mosāns 40bd42dfbc Add Encoding option for RunChild, RunMakeCommand and RunProcess пре 9 година
  Dāvis Mosāns 595feb3234 Windows: Encode child process output to internally-used encoding пре 9 година
  Daniel Pfeifer e81c323da9 Include necessary headers in commands пре 9 година
  Brad King 86578eccf2 Simplify CMake per-source license notices пре 9 година
  Daniel Pfeifer 73f648f167 use empty method to check for emptyness пре 9 година
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR пре 9 година
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format пре 9 година
  Brad King 180538c706 Source: Stabilize include order пре 9 година
  Brad King 83af11d411 Fix preprocessor checks WIN32 => _WIN32 пре 10 година
  Stephen Kelly fd7b371293 Replace foo.size() pattern with !foo.empty(). пре 10 година
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). пре 10 година
  Stephen Kelly 21c573f682 Remove some c_str() calls. пре 11 година
  Brad King 52b80b2643 exec_program: Re-implement using KWSys Process пре 12 година
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code пре 13 година
  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 bb88ef5e41 STYLE: fix line length пре 19 година
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup пре 19 година
  Bill Hoffman 78cc9adbd2 BUG: exec program should not fail if it can not exec the program, but should only set the return value to -1 and set the output to the reason for the failure. пре 21 година
  Bill Hoffman 2705b1bf73 BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells. пре 21 година
  Bill Hoffman f5d95fb078 Complete rework of makefile generators expect trouble пре 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 година
  Bill Hoffman 48b74fd034 ENH: if output variable turn verbose off пре 23 година
  Bill Hoffman 8cdb9a316f BUG: get all the output including the last character пре 23 година
  Ken Martin 4dec2a174a remove unused variables пре 23 година
  Andy Cedilnik a898cfb17a Add return value support and add documentation пре 23 година
  Andy Cedilnik c41c7a6a9a Add option of storing output to the variable пре 23 година
  Bill Hoffman 65e3edea04 ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries пре 23 година
  Bill Hoffman d42055b283 ENH: fix more space problems, you can add args to the ExecProgram command separatly now пре 23 година
  Bill Hoffman 567edf0e9a ENH: overhaul of RunCommand on windows, if only win32 had popen... пре 23 година