index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmWin32ProcessExecution.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
BUG: fix extra close that killed cmake when being debugged
Bill Hoffman
2008-09-04
1
-15/+7
*
ENH: remove junk from output
Bill Hoffman
2007-09-27
1
-6/+0
*
ENH: fix resource leak
Bill Hoffman
2007-07-24
1
-6/+44
*
COMP: fix some w4 warnings
Ken Martin
2007-03-02
1
-0/+4
*
BUG: Robustly handle failure of FormatMessage. See bug#3471.
Brad King
2006-10-05
1
-19/+18
*
COMP: Fix and/or disable warnings for Borland 5.6 build.
Brad King
2006-08-01
1
-6/+6
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-35/+35
*
STYLE: fix line lengths
Bill Hoffman
2006-03-10
1
-1/+2
*
BUG: fix stack over write bug
Bill Hoffman
2005-10-28
1
-2/+2
*
BUG: make sure handles are always closed even if Wait is not called.
Bill Hoffman
2005-01-17
1
-35/+48
*
BUG: don't close the pipes too early
Bill Hoffman
2004-09-08
1
-64/+72
*
Fix leaked file and registry descriptors
Bill Hoffman
2004-09-07
1
-57/+15
*
ENH: remove warning on borland
Bill Hoffman
2004-06-24
1
-2/+1
*
BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false whe...
Bill Hoffman
2004-06-23
1
-1/+29
*
ENH: add new feature to ctest so that it can cmake, build and run a test exec...
Bill Hoffman
2004-01-07
1
-4/+4
*
ENH: remove warnings from use of NULL
Bill Hoffman
2003-08-27
1
-4/+4
*
ENH: add the unix makefile generator as an option from the windows GUI, this ...
Bill Hoffman
2003-08-21
1
-7/+19
*
removed redundent includes
Ken Martin
2003-08-10
1
-1/+0
*
Fix output variable and remove this->m_ to be only m_
Andy Cedilnik
2003-01-27
1
-25/+28
*
Move errors to output variable
Andy Cedilnik
2003-01-27
1
-13/+37
*
Complete rework of makefile generators expect trouble
Bill Hoffman
2002-11-08
1
-6/+15
*
Fix windows process execution so that it pops up the windows
Andy Cedilnik
2002-11-04
1
-4/+5
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
Fix network build
Andy Cedilnik
2002-10-10
1
-187/+189
*
Cleanup RunCOmmand code and move borland one to vtkWin32ProcessExecution, so ...
Andy Cedilnik
2002-10-04
1
-1/+211
*
Revert to fix win 9x
Ken Martin
2002-10-02
1
-216/+202
*
Cleanup and try to unify with the other code
Andy Cedilnik
2002-10-02
1
-202/+216
*
Fix grouping of arguments on Windows 98
Ken Martin
2002-10-01
1
-2/+2
*
Cleanups and hopefully now it works on all windows platforms
Ken Martin
2002-09-30
1
-62/+13
*
Remove warnings and fix potential bug
Andy Cedilnik
2002-09-30
1
-35/+37
*
Fix for it to compile on "all" windows platforms...
Andy Cedilnik
2002-09-30
1
-30/+107
*
possible fix for warnings
Ken Martin
2002-09-29
1
-13/+13
*
Add class for process execution on Windows
Andy Cedilnik
2002-09-27
1
-0/+614