Andy Cedilnik
|
4a390c174c
ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools
|
20 жил өмнө |
Andy Cedilnik
|
588653c4e8
COMP: Remove warnings about shadow variables
|
21 жил өмнө |
Brad King
|
5701282e98
ERR: Fixed missing return warning. Code was not reachable anyway.
|
21 жил өмнө |
Brad King
|
55c1c3b33f
BUG: Do not disown if process has already been killed or the timeout expired. Also need to call kwsysProcessCleanup to disown.
|
21 жил өмнө |
Brad King
|
ae28d93a72
ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detached processes to be created. Currently implemented only on UNIX.
|
21 жил өмнө |
Brad King
|
6df06682a5
ERR: Using KWSYSPE_PIPE_BUFFER_SIZE in place of separate bufferSize constant for consistency.
|
21 жил өмнө |
Bill Hoffman
|
bbc9e4a9dc
no c++ comments in c
|
21 жил өмнө |
Bill Hoffman
|
4772d6b649
fix for hp build
|
21 жил өмнө |
Brad King
|
e6145d6878
BUG#392: Implementation of process tree killing for systems with /proc filesystem.
|
21 жил өмнө |
Brad King
|
aeea4895a5
ERR: SIGSEGV == SIGBUS on BeOS.
|
21 жил өмнө |
Brad King
|
9651c9d996
ERR: Fixed function prototypes with zero arguments to be C-style.
|
22 жил өмнө |
Andy Cedilnik
|
9cf5bb4bb0
BUG: If working directory does not exists, exit
|
22 жил өмнө |
Andy Cedilnik
|
d609e037b9
BUG: Fix valgrind error. If working directory is not set do not do chdir
|
22 жил өмнө |
Brad King
|
1c8f885f9d
ENH: Added GetExceptionString method to provide an error description when GetState returns Exception.
|
22 жил өмнө |
Brad King
|
802601b606
ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared with the parent process.
|
22 жил өмнө |
Brad King
|
ce8a34907a
ENH: Updated copyright.
|
22 жил өмнө |
Brad King
|
d3f1410be3
ERR: Added include of sys/stat.h for open functions mode bits.
|
22 жил өмнө |
Brad King
|
1f40a4205b
ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, and stderr to be redirected from/to files.
|
22 жил өмнө |
Brad King
|
dc96992e56
ENH: Code is now robust to New method returning NULL.
|
22 жил өмнө |
Brad King
|
b777b8656e
ENH: Cleaned up pipe numbering.
|
22 жил өмнө |
Brad King
|
ed853b5d70
ENH: Removed pipe selection argument from WaitForData method in kwsysProcess. This greatly simplifies its use.
|
22 жил өмнө |
Brad King
|
ddd3190387
ERR: Added missing static storage class specifier for kwsysProcessCreate.
|
22 жил өмнө |
Brad King
|
cee49e74cf
ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming these symbols to StdIn, StdOut, and StdErr.
|
22 жил өмнө |
Brad King
|
ad8bc4b1a4
ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp to main tree. This introduces support for process pipelines.
|
22 жил өмнө |
Brad King
|
9ec524def6
STYLE: Removed trailing whitespace.
|
22 жил өмнө |
Brad King
|
ef603d12f9
ENH: Treating SIGBUS as a fault by default.
|
22 жил өмнө |
Brad King
|
27289e3267
ENH: Added SetOption/GetOption methods for platform-specific options.
|
22 жил өмнө |
Brad King
|
878b5792b9
BUG: Can't close stdin.
|
22 жил өмнө |
Brad King
|
e99e9baca4
BUG: Added missing zero-initialization of struct sigaction.
|
22 жил өмнө |
Brad King
|
5ffb75bc6c
BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer.
|
22 жил өмнө |