- Dec 19, 2003
-
-
Brad King authored
ENH: Split kwsys_std into kwsys_ios and kwsys_stl in order to avoid std namespace pollution and support more platforms.
-
- Dec 17, 2003
-
-
Brad King authored
-
- Dec 16, 2003
-
-
Brad King authored
ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared with the parent process.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Ken Martin authored
-
- Dec 15, 2003
-
-
Brad King authored
-
- Dec 14, 2003
- Dec 13, 2003
- Dec 09, 2003
-
-
Brad King authored
-
- Dec 08, 2003
-
-
Brad King authored
-
- Dec 07, 2003
-
-
Brad King authored
-
- Dec 05, 2003
- 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.
-
Brad King authored
ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp to main tree. This introduces support for process pipelines.
-
Brad King authored
-
- Nov 28, 2003
-
-
Brad King authored
-
Brad King authored
ENH: Removing special termination pipe from Windows implementation. It does not need it because WaitForMultipleObjects can wait with a timeout for the process to terminate. This is not the case in UNIX because waitpid has no timeout, so we need the termination pipe there.
-
Brad King authored
-
Brad King authored
ENH: Added special termination pipe to allow timeout to work for processes that close their output pipes.
-
Brad King authored
ENH: Error messages from the forwarding executable are now read completely even if they are reported in multiple blocks.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
BUG: When a child fails to exec, we need to read the entire error message, not just the first block.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
- Nov 27, 2003
-
-
Brad King authored
-