summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32ProcessExecution.cxx
Commit message (Collapse)AuthorAgeFilesLines
* COMP: fix some w4 warningsKen Martin2007-03-021-0/+4
|
* BUG: Robustly handle failure of FormatMessage. See bug#3471.Brad King2006-10-051-19/+18
|
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-6/+6
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-35/+35
|
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
|
* BUG: fix stack over write bugBill Hoffman2005-10-281-2/+2
|
* BUG: make sure handles are always closed even if Wait is not called.Bill Hoffman2005-01-171-35/+48
|
* BUG: don't close the pipes too earlyBill Hoffman2004-09-081-64/+72
|
* Fix leaked file and registry descriptorsBill Hoffman2004-09-071-57/+15
|
* ENH: remove warning on borlandBill Hoffman2004-06-241-2/+1
|
* BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false ↵Bill Hoffman2004-06-231-1/+29
| | | | 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.
* ENH: add new feature to ctest so that it can cmake, build and run a test ↵Bill Hoffman2004-01-071-4/+4
| | | | executable
* ENH: remove warnings from use of NULLBill Hoffman2003-08-271-4/+4
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-7/+19
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* removed redundent includesKen Martin2003-08-101-1/+0
|
* Fix output variable and remove this->m_ to be only m_Andy Cedilnik2003-01-271-25/+28
|
* Move errors to output variableAndy Cedilnik2003-01-271-13/+37
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-6/+15
|
* Fix windows process execution so that it pops up the windowsAndy Cedilnik2002-11-041-4/+5
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Fix network buildAndy Cedilnik2002-10-101-187/+189
|
* Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ↵Andy Cedilnik2002-10-041-1/+211
| | | | that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more
* Revert to fix win 9xKen Martin2002-10-021-216/+202
|
* Cleanup and try to unify with the other codeAndy Cedilnik2002-10-021-202/+216
|
* Fix grouping of arguments on Windows 98Ken Martin2002-10-011-2/+2
|
* Cleanups and hopefully now it works on all windows platformsKen Martin2002-09-301-62/+13
|
* Remove warnings and fix potential bugAndy Cedilnik2002-09-301-35/+37
|
* Fix for it to compile on "all" windows platforms...Andy Cedilnik2002-09-301-30/+107
|
* possible fix for warningsKen Martin2002-09-291-13/+13
|
* Add class for process execution on WindowsAndy Cedilnik2002-09-271-0/+614