summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32ProcessExecution.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* STYLE: fix line lengthKen Martin2006-05-121-2/+4
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-22/+22
|
* BUG: make sure handles are always closed even if Wait is not called.Bill Hoffman2005-01-171-0/+2
|
* BUG: don't close the pipes too earlyBill Hoffman2004-09-081-7/+11
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+6
|
* 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.
* Improve commentAndy Cedilnik2002-10-181-14/+13
|
* Fix borland build. Borland Run command should be static, since it is called ↵Andy Cedilnik2002-10-051-3/+3
| | | | with no object...
* Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ↵Andy Cedilnik2002-10-041-0/+32
| | | | that it is all in one place... Add timeout option whihc does not work yet, but it should not produce warning any more
* Add some more commentsKen Martin2002-09-301-0/+5
|
* Fix for it to compile on "all" windows platforms...Andy Cedilnik2002-09-301-9/+49
|
* possible fix for warningsKen Martin2002-09-291-0/+1
|
* Add class for process execution on WindowsAndy Cedilnik2002-09-271-0/+85