Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix realpath problem and unix slashes | Bill Hoffman | 2004-10-05 | 1 | -19/+18 |
| | |||||
* | COMP: fix some compile issues with insert | Ken Martin | 2004-10-05 | 2 | -14/+88 |
| | |||||
* | ENH: Mathieus support for path conversions | Ken Martin | 2004-10-04 | 2 | -33/+129 |
| | |||||
* | ERR: Added missing include of string.h | Brad King | 2004-10-01 | 1 | -0/+1 |
| | |||||
* | ENH: Added optional display of output for tests. Avoid printing alot of ↵ | Brad King | 2004-09-30 | 1 | -6/+11 |
| | | | | output for test 6. | ||||
* | ERR: Fix Windows build | Andy Cedilnik | 2004-09-29 | 1 | -0/+4 |
| | |||||
* | ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug ↵ | Andy Cedilnik | 2004-09-29 | 2 | -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 first | Andy Cedilnik | 2004-09-29 | 1 | -0/+5 |
| | |||||
* | ENH: Allow CMake to use CommandLineArguments without warning | Andy Cedilnik | 2004-09-29 | 1 | -3/+5 |
| | |||||
* | ENH: Add lots of comments | Andy Cedilnik | 2004-09-29 | 1 | -19/+71 |
| | |||||
* | ENH: Add access to last argument parsed | Andy Cedilnik | 2004-09-29 | 2 | -0/+12 |
| | |||||
* | ENH: Add accessor for Argv0 | Andy Cedilnik | 2004-09-28 | 2 | -0/+11 |
| | |||||
* | ERR: Fix memory problem | Andy Cedilnik | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Only allocate as much space as needed | Andy Cedilnik | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | ENH: Make GetRemainingArguments actually work | Andy Cedilnik | 2004-09-23 | 1 | -12/+16 |
| | |||||
* | ENH: Add missing include | Andy Cedilnik | 2004-09-16 | 1 | -0/+1 |
| | |||||
* | ENH: Add method to retrieve the terminal width | Andy Cedilnik | 2004-09-16 | 2 | -0/+41 |
| | |||||
* | ENH: a bit more cleanup. The help should really be replaced by something ↵ | Andy Cedilnik | 2004-09-16 | 1 | -3/+2 |
| | | | | like cmDocumentation | ||||
* | ENH: Condense help string, add support for setting line length and make it work | Andy Cedilnik | 2004-09-16 | 2 | -10/+31 |
| | |||||
* | ENH: Move callback structure out of the public interface. Also block the ↵ | Andy Cedilnik | 2004-09-15 | 2 | -19/+23 |
| | | | | warning on Visual Studio Debug | ||||
* | ERR: Fix borland build | Ken Martin | 2004-09-14 | 2 | -0/+13 |
| | |||||
* | ERR: Add missing include | Andy Cedilnik | 2004-09-14 | 1 | -0/+1 |
| | |||||
* | ENH: Use const correctness for arguments | Andy Cedilnik | 2004-09-14 | 2 | -2/+2 |
| | |||||
* | ERR: More missing ios and includes | Andy Cedilnik | 2004-09-13 | 2 | -16/+19 |
| | |||||
* | ERR: Fix IOS namespace | Andy Cedilnik | 2004-09-13 | 1 | -4/+4 |
| | |||||
* | ENH: Move command line argument parsing code to kwsys | Andy Cedilnik | 2004-09-13 | 4 | -1/+886 |
| | |||||
* | Fix leaked file and registry descriptors | Bill Hoffman | 2004-09-07 | 1 | -0/+2 |
| | |||||
* | fix warning | Ken Martin | 2004-09-06 | 1 | -1/+3 |
| | |||||
* | ERR: Removed inclusion of fstream header. This file is meant as a ↵ | Brad King | 2004-08-31 | 1 | -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 directory | Bill Hoffman | 2004-08-30 | 1 | -1/+8 |
| | |||||
* | BUG: fix for try run failing on some cygwin builds. Allow a driver letter ↵ | Bill Hoffman | 2004-08-09 | 1 | -1/+1 |
| | | | | to start a full path on cygwin | ||||
* | ENH: create a server that does not use vtkPVApplication or tcl wrapping. ↵ | Bill Hoffman | 2004-08-03 | 2 | -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 always | Andy Cedilnik | 2004-07-20 | 1 | -0/+5 |
| | |||||
* | BUG: Fixed off-by-one error in test6 function. | Brad King | 2004-07-13 | 1 | -3/+2 |
| | |||||
* | ENH: Added test for runaway output. | Brad King | 2004-07-13 | 2 | -10/+45 |
| | |||||
* | ENH: Re-arranged handling of the two threads per pipe to improve readability ↵ | Brad King | 2004-07-13 | 1 | -80/+106 |
| | | | | of code. | ||||
* | BUG: Fix for read pipe wakeup when child is writing alot of data and may ↵ | Brad King | 2004-07-13 | 1 | -3/+114 |
| | | | | fill the pipe buffer before WriteFile is called. | ||||
* | ERR: Fixed missing return warning. Code was not reachable anyway. | Brad King | 2004-07-09 | 1 | -0/+1 |
| | |||||
* | ENH: Added windows implementation of Disown/Detach. | Brad King | 2004-07-07 | 1 | -28/+74 |
| | |||||
* | BUG: Do not disown if process has already been killed or the timeout ↵ | Brad King | 2004-07-07 | 1 | -1/+6 |
| | | | | expired. Also need to call kwsysProcessCleanup to disown. | ||||
* | ENH: Added kwsysProcess_Disown an kwsysProcess_Option_Detach to allow ↵ | Brad King | 2004-07-07 | 3 | -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 King | 2004-07-07 | 1 | -3/+2 |
| | | | | for consistency. | ||||
* | no c++ comments in c | Bill Hoffman | 2004-07-04 | 1 | -1/+1 |
| | |||||
* | fix for hp build | Bill Hoffman | 2004-07-03 | 1 | -1/+1 |
| | |||||
* | BUG: Need a C-only library for C tests. | Brad King | 2004-07-02 | 1 | -9/+22 |
| | |||||
* | BUG#392: Implementation of process tree killing for systems with /proc ↵ | Brad King | 2004-07-02 | 1 | -2/+74 |
| | | | | filesystem. | ||||
* | ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search ↵ | Bill Hoffman | 2004-06-30 | 1 | -3/+5 |
| | | | | them first, PATH second, and last the paths listed in the FIND call | ||||
* | BUG: undo last bug fix because it breaks cmake, rebuild_cache on ParaView ↵ | Bill Hoffman | 2004-06-08 | 1 | -7/+1 |
| | | | | gets tons of errors about not being able to create the bin directory | ||||
* | BUG: Do not create a directory on top of a file. | Brad King | 2004-06-07 | 1 | -1/+7 |
| | |||||
* | ERR: Do not add the library if no sources are used. | Brad King | 2004-06-04 | 1 | -6/+8 |
| |