summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Specify full path to the executableAndy Cedilnik2004-10-181-6/+11
|
* ENH: Add method to find file in parent directories if it existsAndy Cedilnik2004-10-172-0/+29
|
* BUG: fix split program from args to not get stuck in an infinite loop in ↵Bill Hoffman2004-10-111-9/+29
| | | | some cases
* ERR: Replaced std::string with kwsys_stl::string for portability.Brad King2004-10-112-7/+7
|
* ENH: Add method to retrieve parent directory and for checking if directory ↵Andy Cedilnik2004-10-102-0/+46
| | | | is a subdirectory of another directory
* BUG: fix realpath problem and unix slashesBill Hoffman2004-10-051-19/+18
|
* COMP: fix some compile issues with insertKen Martin2004-10-052-14/+88
|
* ENH: Mathieus support for path conversionsKen Martin2004-10-042-33/+129
|
* ERR: Added missing include of string.hBrad King2004-10-011-0/+1
|
* ENH: Added optional display of output for tests. Avoid printing alot of ↵Brad King2004-09-301-6/+11
| | | | output for test 6.
* ERR: Fix Windows buildAndy Cedilnik2004-09-291-0/+4
|
* ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug ↵Andy Cedilnik2004-09-292-0/+54
| | | | #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory
* ENH: When copy file, if the output file exits, delete it firstAndy Cedilnik2004-09-291-0/+5
|
* ENH: Allow CMake to use CommandLineArguments without warningAndy Cedilnik2004-09-291-3/+5
|
* ENH: Add lots of commentsAndy Cedilnik2004-09-291-19/+71
|
* ENH: Add access to last argument parsedAndy Cedilnik2004-09-292-0/+12
|
* ENH: Add accessor for Argv0Andy Cedilnik2004-09-282-0/+11
|
* ERR: Fix memory problemAndy Cedilnik2004-09-231-1/+1
|
* STYLE: Only allocate as much space as neededAndy Cedilnik2004-09-231-1/+1
|
* ENH: Make GetRemainingArguments actually workAndy Cedilnik2004-09-231-12/+16
|
* ENH: Add missing includeAndy Cedilnik2004-09-161-0/+1
|
* ENH: Add method to retrieve the terminal widthAndy Cedilnik2004-09-162-0/+41
|
* ENH: a bit more cleanup. The help should really be replaced by something ↵Andy Cedilnik2004-09-161-3/+2
| | | | like cmDocumentation
* 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 ↵Andy Cedilnik2004-09-152-19/+23
| | | | warning on Visual Studio Debug
* 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 ↵Brad King2004-08-311-1/+0
| | | | compatibility header for iosfwd and therefore should not include any other header. Whatever was fixed by adding the include of fstream here should be fixed by other means.
* 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 ↵Bill Hoffman2004-08-091-1/+1
| | | | to start a full path on cygwin
* ENH: create a server that does not use vtkPVApplication or tcl wrapping. ↵Bill Hoffman2004-08-032-0/+79
| | | | Move several classes from GUI/Client to Servers/Filters. Remove use of PARAVIEW_NEW_SOURCE_ORGANIZATION define.
* 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
| | | | of code.
* BUG: Fix for read pipe wakeup when child is writing alot of data and may ↵Brad King2004-07-131-3/+114
| | | | fill the pipe buffer before WriteFile is called.
* 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 ↵Brad King2004-07-071-1/+6
| | | | expired. Also need to call kwsysProcessCleanup to disown.
* ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow ↵Brad King2004-07-073-22/+175
| | | | detached processes to be created. Currently implemented only on UNIX.
* ERR: Using KWSYSPE_PIPE_BUFFER_SIZE in place of separate bufferSize constant ↵Brad King2004-07-071-3/+2
| | | | for consistency.
* 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
|