| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Added ComparePath method. | Brad King | 2005-02-24 | 1 | -0/+10 |
|
|
* | ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modifi... | Brad King | 2005-02-17 | 1 | -0/+84 |
|
|
* | BUG: On windows allow removing of files that are read-only | Andy Cedilnik | 2005-02-16 | 1 | -1/+17 |
|
|
* | BUG: Removing debugging code now that the problem has been fixed on the remot... | Brad King | 2005-02-16 | 1 | -8/+0 |
|
|
* | BUG: Preserve trailing slash state when translating paths. | Brad King | 2005-02-15 | 1 | -10/+15 |
|
|
* | ENH: make sure paths do not end in / before adding one | Bill Hoffman | 2005-02-15 | 1 | -1/+8 |
|
|
* | BUG: Adding debugging code to remotely debug a failing dashboard test. | Brad King | 2005-02-15 | 1 | -0/+4 |
|
|
* | BUG: Adding debugging code to remotely debug a failing dashboard test. | Brad King | 2005-02-15 | 1 | -0/+4 |
|
|
* | ENH: Implement copy of directory with content | Andy Cedilnik | 2005-02-11 | 1 | -0/+45 |
|
|
* | ENH: Initializing translation map using the PWD environment variable and getc... | Brad King | 2005-02-10 | 1 | -19/+74 |
|
|
* | COMP: std:: -> kwsys_stl:: | Brad King | 2005-02-10 | 1 | -4/+4 |
|
|
* | ENH: Added SystemTools::SplitPath method to split any file path into its basi... | Brad King | 2005-02-10 | 1 | -0/+60 |
|
|
* | ENH: Add a delay method | Andy Cedilnik | 2005-01-04 | 1 | -0/+9 |
|
|
* | BUG: fix for bug 1385, /tmp should not be used on windows | Bill Hoffman | 2004-12-02 | 1 | -1/+6 |
|
|
* | COMP: Remove compile warning | Andy Cedilnik | 2004-11-02 | 1 | -1/+1 |
|
|
* | BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we... | Bill Hoffman | 2004-11-01 | 1 | -1/+1 |
|
|
* | ENH: handle read only directories with configure file destination | Bill Hoffman | 2004-10-26 | 1 | -5/+6 |
|
|
* | ENH: Add method to find file in parent directories if it exists | Andy Cedilnik | 2004-10-17 | 1 | -0/+23 |
|
|
* | BUG: fix split program from args to not get stuck in an infinite loop in some... | Bill Hoffman | 2004-10-11 | 1 | -9/+29 |
|
|
* | ERR: Replaced std::string with kwsys_stl::string for portability. | Brad King | 2004-10-11 | 1 | -6/+6 |
|
|
* | ENH: Add method to retrieve parent directory and for checking if directory is... | Andy Cedilnik | 2004-10-10 | 1 | -0/+40 |
|
|
* | 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 | 1 | -13/+60 |
|
|
* | ENH: Mathieus support for path conversions | Ken Martin | 2004-10-04 | 1 | -33/+106 |
|
|
* | ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1... | Andy Cedilnik | 2004-09-29 | 1 | -0/+45 |
|
|
* | ENH: When copy file, if the output file exits, delete it first | Andy Cedilnik | 2004-09-29 | 1 | -0/+5 |
|
|
* | 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 | 1 | -0/+34 |
|
|
* | Fix leaked file and registry descriptors | Bill Hoffman | 2004-09-07 | 1 | -0/+2 |
|
|
* | fix warning | Ken Martin | 2004-09-06 | 1 | -1/+3 |
|
|
* | 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 to... | Bill Hoffman | 2004-08-09 | 1 | -1/+1 |
|
|
* | ENH: create a server that does not use vtkPVApplication or tcl wrapping. Mov... | Bill Hoffman | 2004-08-03 | 1 | -0/+59 |
|
|
* | BUG: If source and destination is the same file, then do not copy file always | Andy Cedilnik | 2004-07-20 | 1 | -0/+5 |
|
|
* | ENH: add CMAKE_FILE_PATH, CMAKE_PROGRAM_PATH, CMAKE_LIBRARY_PATH, and search ... | Bill Hoffman | 2004-06-30 | 1 | -3/+5 |
|
|
* | BUG: undo last bug fix because it breaks cmake, rebuild_cache on ParaView get... | Bill Hoffman | 2004-06-08 | 1 | -7/+1 |
|
|
* | BUG: Do not create a directory on top of a file. | Brad King | 2004-06-07 | 1 | -1/+7 |
|
|
* | ENH: make sure find library does not find directories | Bill Hoffman | 2004-06-01 | 1 | -6/+12 |
|
|
* | BUG: fix collapse full path to handle a file in the root directory | Bill Hoffman | 2004-05-06 | 1 | -2/+11 |
|
|
* | ENH: remove warnings | Bill Hoffman | 2004-04-30 | 1 | -7/+11 |
|
|
* | BUG: Most of time when asking if file exists, we actually want to read it... ... | Andy Cedilnik | 2004-04-29 | 1 | -3/+3 |
|
|
* | ERR: Verify that getenv returned something before using it | Andy Cedilnik | 2004-04-22 | 1 | -1/+8 |
|
|
* | BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ... | Bill Hoffman | 2004-04-22 | 1 | -2/+6 |
|
|
* | BUG: Prevent crash when the current working directory cannot be established | Andy Cedilnik | 2004-04-21 | 1 | -1/+6 |
|
|
* | ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them | Bill Hoffman | 2004-02-13 | 1 | -8/+0 |
|
|
* | Fix install test fail on mingw | Bill Hoffman | 2004-02-12 | 1 | -0/+8 |
|
|
* | BUG: Like cygwin, mingw does not produce .lib file for shared libraries, so s... | Andy Cedilnik | 2004-02-12 | 1 | -1/+1 |
|
|
* | ENH: On Cygwin shared libraries have only .dll file no .lib file, so when fin... | Andy Cedilnik | 2004-02-11 | 1 | -0/+8 |
|
|
* | BUG: CopyFileIfDifferent should return success if the files did not differ or... | Brad King | 2004-01-22 | 1 | -4/+3 |
|
|
* | BUG: try to get access to work on borland | Bill Hoffman | 2004-01-12 | 1 | -1/+3 |
|
|