Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat ↵ | Andy Cedilnik | 2005-07-12 | 1 | -0/+5 |
| | | | | symlinks as files when removing directory | ||||
* | ENH: add method to escape some chars in a string | Sebastien Barre | 2005-06-13 | 1 | -0/+6 |
| | |||||
* | ENH: add convenience function to convert Windows command line args into Unix ↵ | Sebastien Barre | 2005-05-28 | 1 | -4/+13 |
| | | | | argc/argv. Pulled and cleaned from PV/VV/VJ init code | ||||
* | ENH: Add split that splits on arbitrary separator | Andy Cedilnik | 2005-05-04 | 1 | -0/+1 |
| | |||||
* | ENH: Expose ConvertToUnixOutputPath | Andy Cedilnik | 2005-05-04 | 1 | -2/+3 |
| | |||||
* | COMP: Do not do va_list hack if there is no std:: namespace. | Brad King | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | COMP: Attempt to fix problem with building on SGI | Andy Cedilnik | 2005-04-19 | 1 | -0/+19 |
| | |||||
* | ENH: move convenience method to get OS name and version from KWApp to KWSys. | Sebastien Barre | 2005-04-15 | 1 | -0/+6 |
| | |||||
* | ENH: optimization of cwd and do not leak library handle | Bill Hoffman | 2005-04-12 | 1 | -2/+1 |
| | |||||
* | BUG: fix for bug 1717 incorrect path sent to dart server | Bill Hoffman | 2005-04-07 | 1 | -0/+8 |
| | |||||
* | ENH: SplitPath now supports slashes in both directions in the input path but ↵ | Brad King | 2005-03-29 | 1 | -2/+1 |
| | | | | still produces forward slashes in the root component. | ||||
* | ENH: move EstimateFormatLength to kwsys | Sebastien Barre | 2005-03-28 | 1 | -0/+12 |
| | |||||
* | ENH: add last two small funcs from vtkString. Done removing deps | Sebastien Barre | 2005-03-11 | 1 | -0/+11 |
| | |||||
* | ENH: update documentation, sort methods into categories | Sebastien Barre | 2005-03-11 | 1 | -189/+313 |
| | |||||
* | COMP: fix some warnings | Sebastien Barre | 2005-03-11 | 1 | -1/+1 |
| | |||||
* | ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵ | Sebastien Barre | 2005-03-10 | 1 | -0/+6 |
| | | | | been moved to KWSys) | ||||
* | ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵ | Sebastien Barre | 2005-03-10 | 1 | -1/+55 |
| | | | | been moved to KWSys) | ||||
* | ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemTools | Sebastien Barre | 2005-03-10 | 1 | -0/+33 |
| | |||||
* | ENH: Added ComparePath method. | Brad King | 2005-02-24 | 1 | -0/+5 |
| | |||||
* | ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file ↵ | Brad King | 2005-02-17 | 1 | -0/+8 |
| | | | | modification times with the highest resolution possible on the file system. | ||||
* | ENH: Implement copy of directory with content | Andy Cedilnik | 2005-02-11 | 1 | -0/+3 |
| | |||||
* | ENH: Initializing translation map using the PWD environment variable and ↵ | Brad King | 2005-02-10 | 1 | -1/+8 |
| | | | | getcwd functions to automatically translate logical paths involving the current working directory. Also added the JoinPath method to aid users of the SplitPath method. | ||||
* | ENH: Added SystemTools::SplitPath method to split any file path into its ↵ | Brad King | 2005-02-10 | 1 | -0/+17 |
| | | | | basic components. | ||||
* | ENH: Add a delay method | Andy Cedilnik | 2005-01-04 | 1 | -0/+3 |
| | |||||
* | COMP: Attempt to fix warnings on SGI | Andy Cedilnik | 2004-10-26 | 1 | -13/+19 |
| | |||||
* | ENH: Add method to find file in parent directories if it exists | Andy Cedilnik | 2004-10-17 | 1 | -0/+6 |
| | |||||
* | ERR: Replaced std::string with kwsys_stl::string for portability. | Brad King | 2004-10-11 | 1 | -1/+1 |
| | |||||
* | ENH: Add method to retrieve parent directory and for checking if directory ↵ | Andy Cedilnik | 2004-10-10 | 1 | -0/+6 |
| | | | | is a subdirectory of another directory | ||||
* | COMP: fix some compile issues with insert | Ken Martin | 2004-10-05 | 1 | -1/+28 |
| | |||||
* | ENH: Mathieus support for path conversions | Ken Martin | 2004-10-04 | 1 | -0/+23 |
| | |||||
* | 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 | 1 | -0/+9 |
| | | | | #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory | ||||
* | ENH: Add method to retrieve the terminal width | Andy Cedilnik | 2004-09-16 | 1 | -0/+7 |
| | |||||
* | ENH: create a server that does not use vtkPVApplication or tcl wrapping. ↵ | Bill Hoffman | 2004-08-03 | 1 | -0/+20 |
| | | | | Move several classes from GUI/Client to Servers/Filters. Remove use of PARAVIEW_NEW_SOURCE_ORGANIZATION define. | ||||
* | BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ↵ | Bill Hoffman | 2004-04-22 | 1 | -2/+3 |
| | | | | in FIND_LIBRARY and FIND_PATH in addtion to and before PATH | ||||
* | ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. ↵ | Brad King | 2003-12-23 | 1 | -45/+47 |
| | | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms. | ||||
* | ERR: std -> kwsys_std. | Brad King | 2003-12-17 | 1 | -1/+1 |
| | |||||
* | ENH: Added GetEnv method. | Brad King | 2003-12-16 | 1 | -0/+4 |
| | |||||
* | is there any chance thiswill work on all platforms hmmm added removeAdirectory | Ken Martin | 2003-12-16 | 1 | -0/+3 |
| | |||||
* | ENH: Updated copyright. | Brad King | 2003-12-15 | 1 | -7/+4 |
| | |||||
* | ENH: Add optional argument to GetLineFromStream which can let the caller ↵ | Andy Cedilnik | 2003-07-07 | 1 | -2/+4 |
| | | | | know whether there was a new line character at the end of the line that was just read | ||||
* | ENH: Added DLL support. | Brad King | 2003-06-30 | 1 | -1/+3 |
| | |||||
* | ENH: Removed cmake-specific functions. | Brad King | 2003-06-23 | 1 | -30/+4 |
| | |||||
* | ENH: Added full configuration of namespace even for Configure.hxx macro ↵ | Brad King | 2003-06-19 | 1 | -0/+10 |
| | | | | definitions. | ||||
* | ENH: Added wrappers around the std stream headers to make them look like ↵ | Brad King | 2003-05-12 | 1 | -4/+3 |
| | | | | ansi streams on all platforms. | ||||
* | remove redundant function and eliminate need for strcasecmp | Kent Williams | 2003-04-11 | 1 | -5/+0 |
| | |||||
* | Removed platform-specific functions from Code/IO/itkIOCommon, fixed code to ↵ | Kent Williams | 2003-04-10 | 1 | -0/+11 |
| | | | | use kwsys/SystemTools | ||||
* | ENH: Added kwsys library for platform-independent system tools. | Brad King | 2003-04-08 | 1 | -0/+285 |