summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Expand)AuthorAgeFilesLines
* COMP: Using proper __QNX__ preprocessor test.Brad King2005-03-171-2/+2
* COMP: Only include malloc.h on QNX.Brad King2005-03-161-1/+3
* FIX: that was wrongSebastien Barre2005-03-161-1/+1
* COMP: Need malloc.h for malloc/free on QNX.Brad King2005-03-161-0/+1
* ENH: add last two small funcs from vtkString. Done removing depsSebastien Barre2005-03-112-0/+60
* ENH: update documentation, sort methods into categoriesSebastien Barre2005-03-112-189/+333
* COMP: Added missing include of string.h.Brad King2005-03-113-6/+6
* COMP: fix some warningsSebastien Barre2005-03-112-3/+3
* ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...Sebastien Barre2005-03-101-3/+3
* ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...Sebastien Barre2005-03-102-0/+28
* ENH: remove deps to vtkString by using KWSys (a handful of functions have bee...Sebastien Barre2005-03-102-3/+310
* ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemToolsSebastien Barre2005-03-102-1/+209
* ENH: Added "ostringstream(const kwsys_stl::string& s)" and "void str(const kw...Brad King2005-03-031-0/+6
* COMP: Remove warnings about shadow variablesAndy Cedilnik2005-02-271-19/+19
* ENH: fix relative paths in xcodeBill Hoffman2005-02-241-0/+1
* ENH: Added ComparePath method.Brad King2005-02-242-0/+15
* ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modifi...Brad King2005-02-172-0/+92
* ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct sta...Brad King2005-02-173-0/+22
* BUG: On windows allow removing of files that are read-onlyAndy Cedilnik2005-02-161-1/+17
* BUG: Removing debugging code now that the problem has been fixed on the remot...Brad King2005-02-161-8/+0
* BUG: Preserve trailing slash state when translating paths.Brad King2005-02-151-10/+15
* ENH: make sure paths do not end in / before adding oneBill Hoffman2005-02-151-1/+8
* BUG: Adding debugging code to remotely debug a failing dashboard test.Brad King2005-02-151-0/+4
* BUG: Adding debugging code to remotely debug a failing dashboard test.Brad King2005-02-151-0/+4
* ENH: Implement copy of directory with contentAndy Cedilnik2005-02-112-0/+48
* ENH: Initializing translation map using the PWD environment variable and getc...Brad King2005-02-102-20/+82
* COMP: std:: -> kwsys_stl::Brad King2005-02-101-4/+4
* ENH: Added SystemTools::SplitPath method to split any file path into its basi...Brad King2005-02-102-0/+77
* 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