summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.Brad King2007-03-121-0/+12
|
* ENH: added a limit to the getline methodKen Martin2007-03-011-1/+2
|
* ENH: Added JoinPath overload that accepts an iterator range.Brad King2006-08-171-0/+3
|
* ENH: better coverageKen Martin2006-07-311-17/+14
|
* BUG: some bug fixes, better docs, and more coverageKen Martin2006-07-251-0/+1
|
* ENH: Added always/if-different option to CopyADirectory. Added CopyAFile ↵Brad King2006-05-051-3/+14
| | | | with the same interface.
* ENH: add patch for finding applications on OSXBill Hoffman2006-04-131-1/+22
|
* ENH: Use const char where it should have been. At same time fix Bug#2958Mathieu Malaterre2006-03-171-1/+1
|
* ENH: Add documentation on the problem with system wide path for looking up ↵Mathieu Malaterre2006-03-101-32/+32
| | | | dynamic libraries. STYLE: Fix trailing white spaces
* COMP: Fix problem with STL on HP, and fix reusing the same variable in for loopsAndy Cedilnik2006-02-081-3/+3
|
* ENH: Move relative path to kwsysAndy Cedilnik2006-02-071-0/+18
|
* ENH: Add some doc for visible classMathieu Malaterre2006-02-071-0/+4
|
* ENH: fix for iccBill Hoffman2006-01-171-1/+0
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-0/+1
|
* ENH: Add another signature to FindProgram that matches more to the one from ↵Andy Cedilnik2005-12-101-0/+5
| | | | CMake
* ENH: Add an accessor for the maximum file lengthAndy Cedilnik2005-10-121-0/+5
|
* ENH: add method to attempt to check if a file is text or binarySebastien Barre2005-07-281-1/+21
|
* 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
|