Historique des commits

Auteur SHA1 Message Date
  Ken Martin bb88ef5e41 STYLE: fix line length il y a 19 ans
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup il y a 20 ans
  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. il y a 21 ans
  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. il y a 21 ans
  Bill Hoffman f5d95fb078 Complete rework of makefile generators expect trouble il y a 23 ans
  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. il y a 23 ans
  Bill Hoffman 48b74fd034 ENH: if output variable turn verbose off il y a 23 ans
  Bill Hoffman 8cdb9a316f BUG: get all the output including the last character il y a 23 ans
  Ken Martin 4dec2a174a remove unused variables il y a 23 ans
  Andy Cedilnik a898cfb17a Add return value support and add documentation il y a 23 ans
  Andy Cedilnik c41c7a6a9a Add option of storing output to the variable il y a 23 ans
  Bill Hoffman 65e3edea04 ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries il y a 24 ans
  Bill Hoffman d42055b283 ENH: fix more space problems, you can add args to the ExecProgram command separatly now il y a 24 ans
  Bill Hoffman 567edf0e9a ENH: overhaul of RunCommand on windows, if only win32 had popen... il y a 24 ans
  Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them il y a 24 ans
  Bill Hoffman 8c3400dc6b ENH: big change in the path handling, one function CreateOutputPath is used to escape spaces and convert to the native path type il y a 24 ans
  Will Schroeder a6a43d5320 ENH:Updated copyright il y a 24 ans
  Sebastien Barre 5ab173b5ea Fix: "cd arg2 ; arg1" not working. OK with &&. Also should prevent from: "cd non_existing_dir_oops && rm -fr *" il y a 24 ans
  Sebastien Barre 6d1a312c7b Fix bug: was expanding second arg even if not passed. crashed il y a 24 ans
  Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache il y a 24 ans
  Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass il y a 24 ans
  Bill Hoffman 885e37da22 ENH: call configure from cmake il y a 24 ans