summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32ProcessExecution.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmSystemTools: Drop old RunCommand methodBrad King2013-10-191-884/+0
| | | | | All calls to this method have been replaced by newer infrastructure. Remove it and the supporting cmWin32ProcessExecution class.
* 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
| | | | | | This file came from ITK, and probably came from python before that. This commit fixes a warning about the unused _PyPopenProcs variable.
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-114/+114
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* 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
| | | | | | | 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.
* 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 ↵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