| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-11 | 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 |
|
|
* | ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m... | Brad King | 2004-05-10 | 1 | -1/+1 |
|
|
* | ERR: On Borland preprocessor goes into recursion which adds some weid spaces ... | Andy Cedilnik | 2004-05-07 | 1 | -1/+1 |
|
|
* | BUG: make sure the correct state is set for expired processes | Bill Hoffman | 2004-05-07 | 1 | -0/+1 |
|
|
* | ENH: Adding process tree killing for Win32 process execution. | Brad King | 2004-05-06 | 1 | -1/+5 |
|
|
* | BUG: Corrected detection of exceptional exit code. | Brad King | 2004-01-28 | 1 | -3/+3 |
|
|
* | ENH: fix for build on cygwin mingw | Bill Hoffman | 2004-01-26 | 1 | -0/+8 |
|
|
* | ENH: Added GetExceptionString method to provide an error description when Get... | Brad King | 2003-12-30 | 1 | -34/+92 |
|
|
* | ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared... | Brad King | 2003-12-16 | 1 | -6/+75 |
|
|
* | ENH: Updated copyright. | Brad King | 2003-12-15 | 1 | -12/+9 |
|
|
* | STYLE: Fixed typo on comment. | Brad King | 2003-12-14 | 1 | -1/+1 |
|
|
* | ENH: Using CreateFile with FILE_FLAG_DELETE_ON_CLOSE to automatically delete ... | Brad King | 2003-12-14 | 1 | -3/+21 |
|
|
* | ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, an... | Brad King | 2003-12-13 | 1 | -6/+183 |
|
|
* | ENH: Code is now robust to New method returning NULL. | Brad King | 2003-12-13 | 1 | -10/+46 |
|
|
* | ENH: Cleaned up pipe numbering. | Brad King | 2003-12-07 | 1 | -5/+11 |
|
|
* | ENH: Removed pipe selection argument from WaitForData method in kwsysProcess.... | Brad King | 2003-12-05 | 1 | -8/+4 |
|
|
* | STYLE: Removed trailing whitespace. | Brad King | 2003-12-05 | 1 | -127/+127 |
|
|
* | BUG: Process startup-info struct dwFlags were being set incorrectly due to a ... | Brad King | 2003-12-05 | 1 | -1/+1 |
|
|
* | ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp... | Brad King | 2003-12-03 | 1 | -330/+671 |
|
|