summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* ENH: Updated copyright.Brad King2003-12-161-5/+2
* ERR: SystemTools now depends on Directory.Brad King2003-12-161-5/+4
* is there any chance thiswill work on all platforms hmmm added removeAdirectoryKen Martin2003-12-162-3/+48
* ENH: Updated copyright.Brad King2003-12-1525-166/+173
* STYLE: Fixed typo on comment.Brad King2003-12-141-1/+1
* ENH: Using CreateFile with FILE_FLAG_DELETE_ON_CLOSE to automatically delete ...Brad King2003-12-141-3/+21
* ENH: Added KWSYS_NAMESPACE_STRING macro.Brad King2003-12-141-0/+8
* BUG: Fixed dllimport.Brad King2003-12-141-1/+1
* ERR: Added include of sys/stat.h for open functions mode bits.Brad King2003-12-131-0/+1
* ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, an...Brad King2003-12-133-30/+383
* ENH: Code is now robust to New method returning NULL.Brad King2003-12-132-19/+84
* BUG: File comparison on windows must test the volume serial number as well as...Brad King2003-12-091-1/+2
* STYLE: Removed trailing whitespace.Brad King2003-12-081-7/+7
* ENH: Cleaned up pipe numbering.Brad King2003-12-073-13/+28
* ERR: Need to include Configure.hxx to get kwsys_std definition.Brad King2003-12-051-4/+6
* ENH: Removed pipe selection argument from WaitForData method in kwsysProcess....Brad King2003-12-055-28/+15
* STYLE: Removed trailing whitespace.Brad King2003-12-053-144/+144
* BUG: Process startup-info struct dwFlags were being set incorrectly due to a ...Brad King2003-12-051-1/+1
* ERR: Added missing static storage class specifier for kwsysProcessCreate.Brad King2003-12-041-2/+2
* ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming the...Brad King2003-12-031-34/+34
* ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp...Brad King2003-12-034-490/+1182
* STYLE: Removed trailing whitespace.Brad King2003-11-281-70/+70
* ERR: Removed extra variable assignments.Brad King2003-11-042-5/+3
* BUG: Removed CloseHandle in case of error in DuplicateHandle. According to d...Brad King2003-11-041-1/+0
* ENH: put the system path after the paths specified on to the FIND commandBill Hoffman2003-10-091-7/+12
* ENH: remove /tmp_mnt in collapse full pathBill Hoffman2003-09-181-1/+5
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-1/+1
* ENH: remove warning and unneeded castBill Hoffman2003-08-171-4/+2
* ENH: Made error message consistent between win9x and non-win9x version of err...Brad King2003-08-131-25/+35
* ENH: Treating SIGBUS as a fault by default.Brad King2003-08-131-0/+3
* ENH: Cast into apropriate type to remove warningAndy Cedilnik2003-08-071-1/+1
* Fixed indentationBrad King2003-08-061-4/+4
* BUG: Need to provide stdin to child processes.Brad King2003-08-061-0/+1
* ENH: Added show/hide window support.Brad King2003-08-052-23/+31
* ENH: Added SetOption/GetOption methods for platform-specific options.Brad King2003-08-053-0/+55
* BUG: Can't close stdin.Brad King2003-08-051-2/+4
* BUG: Added missing zero-initialization of struct sigaction.Brad King2003-08-051-0/+2
* BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer.Brad King2003-08-051-1/+1
* ERR: Generated source files need access to kwsysPrivate.h. Just copy it to t...Brad King2003-07-101-3/+12
* ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys head...Brad King2003-07-109-16/+59
* ERR: Using strncpy instead of snprintf for portability.Brad King2003-07-091-4/+3
* ENH: Fix exampleAndy Cedilnik2003-07-081-2/+2
* ERR: Removed useless set.Brad King2003-07-081-1/+0
* ENH: Add optional argument to GetLineFromStream which can let the caller know...Andy Cedilnik2003-07-072-3/+14
* ENH: Made call to FormatMessage more robust.Brad King2003-07-071-3/+36
* ENH: Implemented SetWorkingDirectory method.Brad King2003-07-072-4/+20
* ENH: Implemented SetWorkingDirectory method on Windows.Brad King2003-07-071-2/+30
* ENH: Start working on Working Directory supportAndy Cedilnik2003-07-072-0/+34
* ENH: Using GetTempPath instead of TEMP environment variable to get a location...Brad King2003-07-071-12/+6
* BUG: Argument parsers do not always remove double quotes from around an argum...Brad King2003-07-031-66/+108