summaryrefslogtreecommitdiff
path: root/Source/cmWin32ProcessExecution.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSystemTools: Drop old RunCommand methodBrad King2013-10-191-884/+0
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-1/+1
* Remove references to ancient and removed parts of the code.Stephen Kelly2012-11-131-56/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-114/+114
* Avoid passing string literal to char* typeBrad King2010-12-281-1/+2
* Win64 fixes for mingw-w64 compilationRuben Van Boxem2010-05-051-2/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: fix extra close that killed cmake when being debuggedBill Hoffman2008-09-041-15/+7
* ENH: remove junk from outputBill Hoffman2007-09-271-6/+0
* ENH: fix resource leakBill Hoffman2007-07-241-6/+44
* 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 whe...Bill Hoffman2004-06-231-1/+29
* ENH: add new feature to ctest so that it can cmake, build and run a test exec...Bill Hoffman2004-01-071-4/+4
* 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
* 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 copyrigh...Brad King2002-10-231-3/+3
* Fix network buildAndy Cedilnik2002-10-101-187/+189
* Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ...Andy Cedilnik2002-10-041-1/+211
* 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-291-30/+107
* possible fix for warningsKen Martin2002-09-291-13/+13
* Add class for process execution on WindowsAndy Cedilnik2002-09-271-0/+614