summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat ↵Andy Cedilnik2005-07-121-0/+5
| | | | symlinks as files when removing directory
* ENH: add method to escape some chars in a stringSebastien Barre2005-06-131-0/+6
|
* ENH: add convenience function to convert Windows command line args into Unix ↵Sebastien Barre2005-05-281-4/+13
| | | | argc/argv. Pulled and cleaned from PV/VV/VJ init code
* ENH: Add split that splits on arbitrary separatorAndy Cedilnik2005-05-041-0/+1
|
* ENH: Expose ConvertToUnixOutputPathAndy Cedilnik2005-05-041-2/+3
|
* COMP: Do not do va_list hack if there is no std:: namespace.Brad King2005-04-211-1/+1
|
* COMP: Attempt to fix problem with building on SGIAndy Cedilnik2005-04-191-0/+19
|
* ENH: move convenience method to get OS name and version from KWApp to KWSys.Sebastien Barre2005-04-151-0/+6
|
* ENH: optimization of cwd and do not leak library handleBill Hoffman2005-04-121-2/+1
|
* BUG: fix for bug 1717 incorrect path sent to dart serverBill Hoffman2005-04-071-0/+8
|
* ENH: SplitPath now supports slashes in both directions in the input path but ↵Brad King2005-03-291-2/+1
| | | | still produces forward slashes in the root component.
* ENH: move EstimateFormatLength to kwsysSebastien Barre2005-03-281-0/+12
|
* ENH: add last two small funcs from vtkString. Done removing depsSebastien Barre2005-03-111-0/+11
|
* ENH: update documentation, sort methods into categoriesSebastien Barre2005-03-111-189/+313
|
* COMP: fix some warningsSebastien Barre2005-03-111-1/+1
|
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-101-0/+6
| | | | been moved to KWSys)
* ENH: remove deps to vtkString by using KWSys (a handful of functions have ↵Sebastien Barre2005-03-101-1/+55
| | | | been moved to KWSys)
* ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemToolsSebastien Barre2005-03-101-0/+33
|
* ENH: Added ComparePath method.Brad King2005-02-241-0/+5
|
* ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file ↵Brad King2005-02-171-0/+8
| | | | modification times with the highest resolution possible on the file system.
* ENH: Implement copy of directory with contentAndy Cedilnik2005-02-111-0/+3
|
* ENH: Initializing translation map using the PWD environment variable and ↵Brad King2005-02-101-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 King2005-02-101-0/+17
| | | | basic components.
* ENH: Add a delay methodAndy Cedilnik2005-01-041-0/+3
|
* COMP: Attempt to fix warnings on SGIAndy Cedilnik2004-10-261-13/+19
|
* ENH: Add method to find file in parent directories if it existsAndy Cedilnik2004-10-171-0/+6
|
* ERR: Replaced std::string with kwsys_stl::string for portability.Brad King2004-10-111-1/+1
|
* ENH: Add method to retrieve parent directory and for checking if directory ↵Andy Cedilnik2004-10-101-0/+6
| | | | is a subdirectory of another directory
* COMP: fix some compile issues with insertKen Martin2004-10-051-1/+28
|
* ENH: Mathieus support for path conversionsKen Martin2004-10-041-0/+23
|
* ERR: Fix Windows buildAndy Cedilnik2004-09-291-0/+4
|
* ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug ↵Andy Cedilnik2004-09-291-0/+9
| | | | #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory
* ENH: Add method to retrieve the terminal widthAndy Cedilnik2004-09-161-0/+7
|
* ENH: create a server that does not use vtkPVApplication or tcl wrapping. ↵Bill Hoffman2004-08-031-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 Hoffman2004-04-221-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 King2003-12-231-45/+47
| | | | This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
* ERR: std -> kwsys_std.Brad King2003-12-171-1/+1
|
* ENH: Added GetEnv method.Brad King2003-12-161-0/+4
|
* is there any chance thiswill work on all platforms hmmm added removeAdirectoryKen Martin2003-12-161-0/+3
|
* ENH: Updated copyright.Brad King2003-12-151-7/+4
|
* ENH: Add optional argument to GetLineFromStream which can let the caller ↵Andy Cedilnik2003-07-071-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 King2003-06-301-1/+3
|
* ENH: Removed cmake-specific functions.Brad King2003-06-231-30/+4
|
* ENH: Added full configuration of namespace even for Configure.hxx macro ↵Brad King2003-06-191-0/+10
| | | | definitions.
* ENH: Added wrappers around the std stream headers to make them look like ↵Brad King2003-05-121-4/+3
| | | | ansi streams on all platforms.
* remove redundant function and eliminate need for strcasecmpKent Williams2003-04-111-5/+0
|
* Removed platform-specific functions from Code/IO/itkIOCommon, fixed code to ↵Kent Williams2003-04-101-0/+11
| | | | use kwsys/SystemTools
* ENH: Added kwsys library for platform-independent system tools.Brad King2003-04-081-0/+285