Bill Hoffman
|
9891260a6d
|
ENH: add support for watcom wmake and wcl386
|
2006-01-17 10:21:45 -05:00 |
Andy Cedilnik
|
33c891f8d8
|
ENH: Add another signature to FindProgram that matches more to the one from CMake
|
2005-12-10 12:08:55 -05:00 |
Andy Cedilnik
|
b93359f41d
|
ENH: Add an accessor for the maximum file length
|
2005-10-12 12:08:49 -04:00 |
Sebastien Barre
|
6e4b6ca0d3
|
ENH: add method to attempt to check if a file is text or binary
|
2005-07-28 13:21:03 -04:00 |
Andy Cedilnik
|
eee2d2b035
|
BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlinks as files when removing directory
|
2005-07-12 13:21:21 -04:00 |
Sebastien Barre
|
7f2c1e434c
|
ENH: add method to escape some chars in a string
|
2005-06-13 18:03:53 -04:00 |
Sebastien Barre
|
a662af88de
|
ENH: add convenience function to convert Windows command line args into Unix argc/argv. Pulled and cleaned from PV/VV/VJ init code
|
2005-05-27 22:11:26 -04:00 |
Andy Cedilnik
|
fe110e2ae0
|
ENH: Add split that splits on arbitrary separator
|
2005-05-04 11:37:01 -04:00 |
Andy Cedilnik
|
214269f095
|
ENH: Expose ConvertToUnixOutputPath
|
2005-05-04 11:12:27 -04:00 |
Brad King
|
3f224b7558
|
COMP: Do not do va_list hack if there is no std:: namespace.
|
2005-04-21 13:56:55 -04:00 |
Andy Cedilnik
|
1e04844de9
|
COMP: Attempt to fix problem with building on SGI
|
2005-04-19 18:26:40 -04:00 |
Sebastien Barre
|
ecc142ee33
|
ENH: move convenience method to get OS name and version from KWApp to KWSys.
|
2005-04-15 15:18:51 -04:00 |
Bill Hoffman
|
266d5d16df
|
ENH: optimization of cwd and do not leak library handle
|
2005-04-12 13:25:19 -04:00 |
Bill Hoffman
|
fadff33791
|
BUG: fix for bug 1717 incorrect path sent to dart server
|
2005-04-07 13:03:47 -04:00 |
Brad King
|
c7a2c80c17
|
ENH: SplitPath now supports slashes in both directions in the input path but still produces forward slashes in the root component.
|
2005-03-29 08:09:47 -05:00 |
Sebastien Barre
|
1816011791
|
ENH: move EstimateFormatLength to kwsys
|
2005-03-28 17:46:38 -05:00 |
Sebastien Barre
|
a1de574851
|
ENH: add last two small funcs from vtkString. Done removing deps
|
2005-03-11 11:48:39 -05:00 |
Sebastien Barre
|
213c04563c
|
ENH: update documentation, sort methods into categories
|
2005-03-11 10:43:31 -05:00 |
Sebastien Barre
|
c8772c286e
|
COMP: fix some warnings
|
2005-03-11 09:31:58 -05:00 |
Sebastien Barre
|
2415ff678a
|
ENH: remove deps to vtkString by using KWSys (a handful of functions have been moved to KWSys)
|
2005-03-10 17:44:58 -05:00 |
Sebastien Barre
|
07bdc60045
|
ENH: remove deps to vtkString by using KWSys (a handful of functions have been moved to KWSys)
|
2005-03-10 17:34:22 -05:00 |
Sebastien Barre
|
a79868206e
|
ENH: move function from vtkKWDirectoryUtilities and vtkString to SystemTools
|
2005-03-10 12:50:17 -05:00 |
Brad King
|
495666742b
|
ENH: Added ComparePath method.
|
2005-02-24 14:47:45 -05:00 |
Brad King
|
e2ec4a1845
|
ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file modification times with the highest resolution possible on the file system.
|
2005-02-17 11:28:13 -05:00 |
Andy Cedilnik
|
39fcca05cf
|
ENH: Implement copy of directory with content
|
2005-02-11 16:25:07 -05:00 |
Brad King
|
23276ca3a2
|
ENH: Initializing translation map using the PWD environment variable and getcwd functions to automatically translate logical paths involving the current working directory. Also added the JoinPath method to aid users of the SplitPath method.
|
2005-02-10 14:19:06 -05:00 |
Brad King
|
4bf8aa6293
|
ENH: Added SystemTools::SplitPath method to split any file path into its basic components.
|
2005-02-10 10:32:53 -05:00 |
Andy Cedilnik
|
320e90ef5a
|
ENH: Add a delay method
|
2005-01-04 10:55:01 -05:00 |
Andy Cedilnik
|
2bad658304
|
COMP: Attempt to fix warnings on SGI
|
2004-10-26 08:45:27 -04:00 |
Andy Cedilnik
|
bc66973061
|
ENH: Add method to find file in parent directories if it exists
|
2004-10-17 18:50:49 -04:00 |
Brad King
|
bc6ae0649b
|
ERR: Replaced std::string with kwsys_stl::string for portability.
|
2004-10-11 08:02:51 -04:00 |
Andy Cedilnik
|
b221d046a6
|
ENH: Add method to retrieve parent directory and for checking if directory is a subdirectory of another directory
|
2004-10-10 12:14:58 -04:00 |
Ken Martin
|
50da032847
|
COMP: fix some compile issues with insert
|
2004-10-05 09:25:55 -04:00 |
Ken Martin
|
1066af4527
|
ENH: Mathieus support for path conversions
|
2004-10-04 12:31:09 -04:00 |
Andy Cedilnik
|
70c973ba10
|
ERR: Fix Windows build
|
2004-09-29 13:21:21 -04:00 |
Andy Cedilnik
|
3fc7dc5e70
|
ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory
|
2004-09-29 12:20:52 -04:00 |
Andy Cedilnik
|
6a4071b5d2
|
ENH: Add method to retrieve the terminal width
|
2004-09-16 10:58:56 -04:00 |
Bill Hoffman
|
2938652cbd
|
ENH: create a server that does not use vtkPVApplication or tcl wrapping. Move several classes from GUI/Client to Servers/Filters. Remove use of PARAVIEW_NEW_SOURCE_ORGANIZATION define.
|
2004-08-03 10:20:31 -04:00 |
Bill Hoffman
|
d59e06595c
|
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
|
2004-04-22 13:24:20 -04:00 |
Brad King
|
032d1d8652
|
ENH: Merging changes from KWSys-IOS-bp to KWSys-IOS-b2t-1-mp to main tree. This introduces separate kwsys_ios and kwsys_stl macros needed to support all platforms.
|
2003-12-23 11:03:33 -05:00 |
Brad King
|
92bcdb8d66
|
ERR: std -> kwsys_std.
|
2003-12-17 08:30:07 -05:00 |
Brad King
|
8ca149d34f
|
ENH: Added GetEnv method.
|
2003-12-16 15:55:18 -05:00 |
Ken Martin
|
cd5ec5ee1b
|
is there any chance thiswill work on all platforms hmmm added removeAdirectory
|
2003-12-16 14:26:19 -05:00 |
Brad King
|
ce8a34907a
|
ENH: Updated copyright.
|
2003-12-15 16:30:46 -05:00 |
Andy Cedilnik
|
197368d9e7
|
ENH: Add optional argument to GetLineFromStream which can let the caller know whether there was a new line character at the end of the line that was just read
|
2003-07-07 17:45:51 -04:00 |
Brad King
|
ef76ed76f8
|
ENH: Added DLL support.
|
2003-06-30 10:30:38 -04:00 |
Brad King
|
26d638c5d5
|
ENH: Removed cmake-specific functions.
|
2003-06-23 08:56:22 -04:00 |
Brad King
|
c21ad62987
|
ENH: Added full configuration of namespace even for Configure.hxx macro definitions.
|
2003-06-19 18:57:11 -04:00 |
Brad King
|
b910480e32
|
ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms.
|
2003-05-12 13:15:49 -04:00 |
Kent Williams
|
ac440aa321
|
remove redundant function and eliminate need for strcasecmp
|
2003-04-11 16:22:57 -04:00 |
Kent Williams
|
756653cbb8
|
Removed platform-specific functions from Code/IO/itkIOCommon, fixed code to use kwsys/SystemTools
|
2003-04-10 13:41:15 -04:00 |
Brad King
|
7dff3a7f69
|
ENH: Added kwsys library for platform-independent system tools.
|
2003-04-08 13:10:44 -04:00 |