summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Process.h.in
Commit message (Expand)AuthorAgeFilesLines
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* ENH: Skip KWSys name maros in case of identityBrad King2009-04-141-102/+106
* STYLE: minor commentsMathieu Malaterre2008-04-021-2/+2
* ENH: Added Process_SetPipeNative method to allow user code to override the pi...Brad King2006-10-031-0/+32
* ENH: Added Option_Verbatim to run whole command lines directly.Brad King2006-06-151-1/+11
* ENH: Moved kwsys_ns and kwsysEXPORT macros to Configure.h in the case of buil...Brad King2005-07-261-2/+4
* ENH: Added polling feature to documentation of WaitForData.Brad King2005-06-171-1/+3
* ENH: Do kwsys testing as part of cmake testing, command line arguments are no...Andy Cedilnik2005-04-131-2/+2
* ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detache...Brad King2004-07-071-3/+25
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m...Brad King2004-05-101-47/+47
* ERR: On Borland preprocessor goes into recursion which adds some weid spaces ...Andy Cedilnik2004-05-071-46/+46
* ERR: Added units to SetTimeout documentation.Brad King2004-05-061-4/+4
* ERR: Fixed function prototypes with zero arguments to be C-style.Brad King2004-01-221-1/+1
* ENH: Added GetExceptionString method to provide an error description when Get...Brad King2003-12-301-0/+8
* ENH: Added SetPipeShared method to allow stdout and stderr pipes to be shared...Brad King2003-12-161-0/+10
* ENH: Updated copyright.Brad King2003-12-151-5/+2
* ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, an...Brad King2003-12-131-2/+15
* ENH: Cleaned up pipe numbering.Brad King2003-12-071-4/+7
* ENH: Removed pipe selection argument from WaitForData method in kwsysProcess....Brad King2003-12-051-9/+4
* STYLE: Removed trailing whitespace.Brad King2003-12-051-2/+2
* ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp...Brad King2003-12-031-3/+16
* ENH: Added SetOption/GetOption methods for platform-specific options.Brad King2003-08-051-0/+23
* ENH: Implemented SetWorkingDirectory method.Brad King2003-07-071-3/+4
* ENH: Start working on Working Directory supportAndy Cedilnik2003-07-071-0/+8
* ERR: Reduced requirements on preprocessor for export macro due to limitations...Brad King2003-07-011-1/+1
* ENH: Added DLL support.Brad King2003-06-301-14/+20
* Removed Exception_Abort because there is no windows version. Also removed st...Brad King2003-06-181-7/+3
* ENH: Added documentation to interface. Finished process exit code interpreta...Brad King2003-06-181-96/+209
* ENH: Added Process execution implementation.Brad King2003-06-101-0/+172