summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the sourceJim Miller2005-01-121-1/+1
* ENH: Add a delay methodAndy Cedilnik2005-01-042-0/+12
* BUG: fix for bug 1385, /tmp should not be used on windowsBill Hoffman2004-12-021-1/+6
* COMP: Need to choose between <new> and <new.h> based on whether standard head...Brad King2004-12-011-1/+6
* COMP: Disabling old streams warnings when including old headers on MSVC.Brad King2004-12-012-6/+8
* BUG: Need to include header <new> to use placement new syntax. Really this s...Brad King2004-11-301-0/+1
* COMP: Remove compile warningAndy Cedilnik2004-11-021-1/+1
* BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we...Bill Hoffman2004-11-011-1/+1
* ENH: handle read only directories with configure file destinationBill Hoffman2004-10-261-5/+6
* COMP: Attempt to fix warnings on SGIAndy Cedilnik2004-10-261-13/+19
* COMP: Remove warningAndy Cedilnik2004-10-201-3/+2
* 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 some...Bill Hoffman2004-10-111-9/+29
* 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 is...Andy Cedilnik2004-10-102-0/+46
* 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 outp...Brad King2004-09-301-6/+11
* ERR: Fix Windows buildAndy Cedilnik2004-09-291-0/+4
* ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1...Andy Cedilnik2004-09-292-0/+54
* 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 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