summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: a bit more cleanup. The help should really be replaced by something like...Andy Cedilnik2004-09-161-3/+2
* ENH: Condense help string, add support for setting line length and make it workAndy Cedilnik2004-09-162-10/+31
* ENH: Move callback structure out of the public interface. Also block the warn...Andy Cedilnik2004-09-152-19/+23
* ERR: Fix borland buildKen Martin2004-09-142-0/+13
* ERR: Add missing includeAndy Cedilnik2004-09-141-0/+1
* ENH: Use const correctness for argumentsAndy Cedilnik2004-09-142-2/+2
* ERR: More missing ios and includesAndy Cedilnik2004-09-132-16/+19
* ERR: Fix IOS namespaceAndy Cedilnik2004-09-131-4/+4
* ENH: Move command line argument parsing code to kwsysAndy Cedilnik2004-09-134-1/+886
* Fix leaked file and registry descriptorsBill Hoffman2004-09-071-0/+2
* fix warningKen Martin2004-09-061-1/+3
* ERR: Removed inclusion of fstream header. This file is meant as a compatibil...Brad King2004-08-311-1/+0
* BUG: fixes for mingw and CMakesetup with spaces in the source directoryBill Hoffman2004-08-301-1/+8
* BUG: fix for try run failing on some cygwin builds. Allow a driver letter to...Bill Hoffman2004-08-091-1/+1
* ENH: create a server that does not use vtkPVApplication or tcl wrapping. Mov...Bill Hoffman2004-08-032-0/+79
* BUG: If source and destination is the same file, then do not copy file alwaysAndy Cedilnik2004-07-201-0/+5
* BUG: Fixed off-by-one error in test6 function.Brad King2004-07-131-3/+2
* ENH: Added test for runaway output.Brad King2004-07-132-10/+45
* ENH: Re-arranged handling of the two threads per pipe to improve readability ...Brad King2004-07-131-80/+106
* BUG: Fix for read pipe wakeup when child is writing alot of data and may fill...Brad King2004-07-131-3/+114
* ERR: Fixed missing return warning. Code was not reachable anyway.Brad King2004-07-091-0/+1
* ENH: Added windows implementation of Disown/Detach.Brad King2004-07-071-28/+74
* BUG: Do not disown if process has already been killed or the timeout expired....Brad King2004-07-071-1/+6
* ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow detache...Brad King2004-07-073-22/+175
* ERR: Using KWSYSPE_PIPE_BUFFER_SIZE in place of separate bufferSize constant ...Brad King2004-07-071-3/+2
* no c++ comments in cBill Hoffman2004-07-041-1/+1
* fix for hp buildBill Hoffman2004-07-031-1/+1
* BUG: Need a C-only library for C tests.Brad King2004-07-021-9/+22
* BUG#392: Implementation of process tree killing for systems with /proc filesy...Brad King2004-07-021-2/+74
* ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search ...Bill Hoffman2004-06-301-3/+5
* BUG: undo last bug fix because it breaks cmake, rebuild_cache on ParaView get...Bill Hoffman2004-06-081-7/+1
* BUG: Do not create a directory on top of a file.Brad King2004-06-071-1/+7
* ERR: Do not add the library if no sources are used.Brad King2004-06-041-6/+8
* ENH: make sure find library does not find directoriesBill Hoffman2004-06-011-6/+12
* BUG: Do not wait for children to exit when killing them. Sometimes they do n...Brad King2004-05-131-6/+2
* ENH: Adding native windows process tree kill to ProcessWin32.c. This replace...Brad King2004-05-104-506/+403
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m...Brad King2004-05-102-10/+10
* ENH: Renaming kwsys macro to kwsys_ns to work around borland preprocessor bug.Brad King2004-05-101-4/+4
* ERR: Avoiding namespace pollution: kw_sys -> kwsys_ns. Also undefining the m...Brad King2004-05-102-50/+50
* ENH: remove extra include for compile with mingwBill Hoffman2004-05-101-1/+0
* ENH: change to c code so it can be built with mingwBill Hoffman2004-05-103-447/+455
* ENH: remove unused include file so it will build with mingwBill Hoffman2004-05-101-1/+0
* ERR: On Borland preprocessor goes into recursion which adds some weid spaces ...Andy Cedilnik2004-05-074-57/+57
* BUG: make sure the correct state is set for expired processesBill Hoffman2004-05-071-0/+1
* ENH: Adding process tree killing for Win32 process execution.Brad King2004-05-064-3/+502
* ERR: Added units to SetTimeout documentation.Brad King2004-05-061-4/+4
* BUG: fix collapse full path to handle a file in the root directoryBill Hoffman2004-05-061-2/+11
* ENH: remove warningsBill Hoffman2004-04-301-7/+11
* ENH: Added automatic adjustment of C++ flags to include -timplicit_local and ...Brad King2004-04-291-0/+17
* BUG: Most of time when asking if file exists, we actually want to read it... ...Andy Cedilnik2004-04-291-3/+3