- Mar 08, 2006
- Dec 31, 2005
-
-
Brad King authored
BUG: When more than one command is given and one of them fails to start and the rest are killed, do not forget to reap the killed children.
-
- Nov 16, 2005
-
-
Brad King authored
-
- Jun 17, 2005
-
-
Brad King authored
-
- May 16, 2005
-
-
Brad King authored
-
- May 13, 2005
-
-
Brad King authored
-
- May 10, 2005
-
-
Brad King authored
BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls.
-
- May 05, 2005
-
-
Brad King authored
-
- Apr 21, 2005
-
-
Brad King authored
-
- Apr 19, 2005
-
-
Brad King authored
BUG: When killing a child all the pipe read ends should be closed. This will allow a child that is blocking while waiting to write to the pipe to wake up and receive the kill signal properly on cygwin.
-
- Apr 13, 2005
-
-
Brad King authored
COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
-
Andy Cedilnik authored
ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools
-
- Feb 27, 2005
-
-
Andy Cedilnik authored
-
- Jul 09, 2004
-
-
Brad King authored
-
- Jul 07, 2004
-
-
Brad King authored
BUG: Do not disown if process has already been killed or the timeout expired. Also need to call kwsysProcessCleanup to disown.
-
Brad King authored
ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detached processes to be created. Currently implemented only on UNIX.
-
Brad King authored
-
- Jul 04, 2004
-
-
Bill Hoffman authored
-
- Jul 03, 2004
-
-
Bill Hoffman authored
-
- Jul 02, 2004
-
-
Brad King authored
-
- Mar 12, 2004
-
-
Brad King authored
-
- Jan 22, 2004
-
-
Brad King authored
-
Andy Cedilnik authored
-
- Jan 21, 2004
-
-
Andy Cedilnik authored
-
- Dec 30, 2003
-
-
Brad King authored
ENH: Added GetExceptionString method to provide an error description when GetState returns Exception.
-
- Dec 16, 2003
-
-
Brad King authored
ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared with the parent process.
-
- Dec 15, 2003
-
-
Brad King authored
-
- Dec 13, 2003
- Dec 07, 2003
-
-
Brad King authored
-
- Dec 05, 2003
-
-
Brad King authored
ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use.
-
- Dec 04, 2003
-
-
Brad King authored
-
- Dec 03, 2003
-
-
Brad King authored
ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming these symbols to StdIn, StdOut, and StdErr.
-
- Nov 28, 2003
-
-
Brad King authored
BUG: When a child fails to exec, we need to read the entire error message, not just the first block.
-