index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
kwsys
/
ProcessWin32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2020-03-04
1
-1
/
+1
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2019-05-30
1
-5
/
+18
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2018-09-14
1
-2
/
+2
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2018-06-01
1
-33
/
+33
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2017-11-02
1
-0
/
+5
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2017-10-10
1
-11
/
+4
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2017-05-16
1
-132
/
+121
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2016-11-09
1
-1041
/
+796
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2016-03-09
1
-0
/
+11
*
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2016-02-22
1
-1
/
+3
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2015-07-31
1
-53
/
+409
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2015-07-08
1
-93
/
+58
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2015-05-07
1
-2
/
+7
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2015-05-05
1
-306
/
+253
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2015-01-21
1
-2
/
+10
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2014-09-26
1
-0
/
+17
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2013-11-25
1
-29
/
+49
*
Merge branch 'upstream-kwsys' into update-kwsys
Brad King
2012-12-19
1
-270
/
+17
*
KWSys: Teach Process to error on empty command
Brad King
2010-06-11
1
-0
/
+8
*
KWSys: Fix process tree kill on 64-bit Windows
Brad King
2009-11-30
1
-1
/
+6
*
Convert KWSys to OSI-approved BSD License
Brad King
2009-09-28
1
-11
/
+9
*
ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail
Bill Hoffman
2009-06-25
1
-5
/
+5
*
COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char...
Bill Lorensen
2008-05-10
1
-1
/
+1
*
ENH: fix resource leak
Bill Hoffman
2007-07-24
1
-4
/
+5
*
ENH: Added KWSYSPE_DEBUG macro to print debugging trace information. Added T...
Brad King
2007-04-12
1
-1
/
+54
*
COMP: Fix or suppress warnings on Borland and Mac dashboards. Definitely fix ...
David Cole
2006-10-09
1
-0
/
+1
*
ENH: Added Process_SetPipeNative method to allow user code to override the pi...
Brad King
2006-10-03
1
-2
/
+107
*
ENH: Re-implemented command line argument shell quoting to support several pl...
Brad King
2006-09-27
1
-2
/
+2
*
ENH: Adding 'System' component of C sources to hold system tools written in C...
Brad King
2006-09-21
1
-128
/
+7
*
BUG: When handing the child stdin pipe a file, allow another process to be wr...
Brad King
2006-07-17
1
-2
/
+3
*
COMP: Fix conversion warning.
Brad King
2006-06-19
1
-1
/
+1
*
ENH: Added Option_Verbatim to run whole command lines directly.
Brad King
2006-06-15
1
-156
/
+205
*
BUG: Fixed deadlock condition when grandchildren are running after the childr...
Brad King
2006-05-21
1
-13
/
+53
*
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...
Bill Hoffman
2006-03-30
1
-1
/
+1
*
COMP: Fixed warnings for Borland 5.8.
Brad King
2006-02-28
1
-4
/
+8
*
ENH: add support for watcom wmake and wcl386
Bill Hoffman
2006-01-17
1
-0
/
+3
*
ENH: Improved robustness of sharing parent pipes with children. This ensures...
Brad King
2005-12-20
1
-38
/
+88
*
BUG: Do not close handle obtained from GetModuleHandle which does not increas...
Brad King
2005-11-16
1
-2
/
+8
*
BUG: Fixed reusability of process object by clearing each pipe's Closed flag ...
Brad King
2005-07-07
1
-1
/
+2
*
BUG: Fixed polling feature of WaitForData.
Brad King
2005-06-17
1
-2
/
+13
*
COMP: Fixed unused parameter and constant conditional warnings.
Brad King
2005-04-22
1
-1
/
+3
*
BUG: Do not close stdout/stderr pipes in parent if they are shared.
Brad King
2005-04-21
1
-2
/
+5
*
COMP: Adding work-around for CMake dependency scanning limitation. Any confi...
Brad King
2005-04-13
1
-0
/
+6
*
ENH: Do kwsys testing as part of cmake testing, command line arguments are no...
Andy Cedilnik
2005-04-13
1
-1
/
+0
*
ENH: Re-arranged handling of the two threads per pipe to improve readability ...
Brad King
2004-07-13
1
-80
/
+106
*
BUG: Fix for read pipe wakeup when child is writing alot of data and may fill...
Brad King
2004-07-13
1
-3
/
+114
*
ENH: Added windows implementation of Disown/Detach.
Brad King
2004-07-07
1
-28
/
+74
*
ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detache...
Brad King
2004-07-07
1
-0
/
+7
*
BUG: Do not wait for children to exit when killing them. Sometimes they do n...
Brad King
2004-05-13
1
-6
/
+2
*
ENH: Adding native windows process tree kill to ProcessWin32.c. This replace...
Brad King
2004-05-10
1
-5
/
+403
[next]