summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added ComparePath method.Brad King2005-02-241-0/+10
* ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modifi...Brad King2005-02-171-0/+84
* 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-111-0/+45
* ENH: Initializing translation map using the PWD environment variable and getc...Brad King2005-02-101-19/+74
* 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-101-0/+60
* ENH: Add a delay methodAndy Cedilnik2005-01-041-0/+9
* BUG: fix for bug 1385, /tmp should not be used on windowsBill Hoffman2004-12-021-1/+6
* 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
* ENH: Add method to find file in parent directories if it existsAndy Cedilnik2004-10-171-0/+23
* 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-111-6/+6
* ENH: Add method to retrieve parent directory and for checking if directory is...Andy Cedilnik2004-10-101-0/+40
* BUG: fix realpath problem and unix slashesBill Hoffman2004-10-051-19/+18
* COMP: fix some compile issues with insertKen Martin2004-10-051-13/+60
* ENH: Mathieus support for path conversionsKen Martin2004-10-041-33/+106
* ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1...Andy Cedilnik2004-09-291-0/+45
* ENH: When copy file, if the output file exits, delete it firstAndy Cedilnik2004-09-291-0/+5
* ENH: Add missing includeAndy Cedilnik2004-09-161-0/+1
* ENH: Add method to retrieve the terminal widthAndy Cedilnik2004-09-161-0/+34
* Fix leaked file and registry descriptorsBill Hoffman2004-09-071-0/+2
* fix warningKen Martin2004-09-061-1/+3
* 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-031-0/+59
* BUG: If source and destination is the same file, then do not copy file alwaysAndy Cedilnik2004-07-201-0/+5
* 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
* ENH: make sure find library does not find directoriesBill Hoffman2004-06-011-6/+12
* 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
* BUG: Most of time when asking if file exists, we actually want to read it... ...Andy Cedilnik2004-04-291-3/+3
* ERR: Verify that getenv returned something before using itAndy Cedilnik2004-04-221-1/+8
* BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ...Bill Hoffman2004-04-221-2/+6
* BUG: Prevent crash when the current working directory cannot be establishedAndy Cedilnik2004-04-211-1/+6
* ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to themBill Hoffman2004-02-131-8/+0
* Fix install test fail on mingwBill Hoffman2004-02-121-0/+8
* BUG: Like cygwin, mingw does not produce .lib file for shared libraries, so s...Andy Cedilnik2004-02-121-1/+1
* ENH: On Cygwin shared libraries have only .dll file no .lib file, so when fin...Andy Cedilnik2004-02-111-0/+8
* BUG: CopyFileIfDifferent should return success if the files did not differ or...Brad King2004-01-221-4/+3
* BUG: try to get access to work on borlandBill Hoffman2004-01-121-1/+3