summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32ProcessExecution.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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