Alexander Neundorf
|
6b45ec0326
|
COMP: make SystemTools.cxx build on Cray Xt3
Alex
|
2007-09-20 09:30:41 -04:00 |
Alexander Neundorf
|
dddbad259c
|
PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, and
hasDoubleSlash is false in most cases, so in most cases 3 comparisons were
done, now only one
Alex
|
2007-07-23 09:06:48 -04:00 |
Bill Hoffman
|
80de27ace5
|
ENH: fix case problem with drive letters and cmake vs CMakeSetup build.make changing
|
2007-06-06 10:44:20 -04:00 |
Brad King
|
e01cdf2065
|
ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.
|
2007-03-12 13:50:28 -04:00 |
Ken Martin
|
fdbe20cf8b
|
COMP: fix warnings
|
2007-03-02 10:48:58 -05:00 |
Ken Martin
|
508ddaf929
|
COMP: fix warning
|
2007-03-01 14:52:26 -05:00 |
Ken Martin
|
ae3ef64307
|
ENH: added a limit to the getline method
|
2007-03-01 14:30:42 -05:00 |
Brad King
|
2a64bb4774
|
BUG: Fix bug#4482.
|
2007-02-22 15:27:56 -05:00 |
Bill Hoffman
|
2d6e914b2d
|
COMP: remove warning
|
2007-02-22 09:48:19 -05:00 |
Bill Hoffman
|
5647e6e254
|
ENH: fix parens in the path with spaces in the path
|
2007-02-21 21:24:17 -05:00 |
Brad King
|
293f24763f
|
STYLE: Removed one more stray comment.
|
2007-02-01 14:45:08 -05:00 |
Ken Martin
|
2da51e0f69
|
STYLE: removed code accidently checked in
|
2007-02-01 14:43:09 -05:00 |
Ken Martin
|
3dd4a53d97
|
BUG: fix for bug number 3320
|
2007-02-01 14:11:06 -05:00 |
Bill Hoffman
|
b32f3b4131
|
ENH: allow copy if different from a file to a directory to work
|
2007-01-30 11:32:33 -05:00 |
Clinton Stimpson
|
e264771122
|
ENH: Add support for "~otheruser/"
|
2007-01-16 14:37:33 -05:00 |
Clinton Stimpson
|
50489ff6ff
|
ENH: Handle "~" in SplitPath.
|
2007-01-12 16:47:23 -05:00 |
Utkarsh Ayachit
|
fa69ba942e
|
BUG: FileIsDirectory would remove the trailing '/' even when the path is indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that.
|
2006-12-18 11:30:09 -05:00 |
Bill Hoffman
|
3a32cec969
|
ENH: merge in changes for beos support
|
2006-12-04 17:26:41 -05:00 |
David Cole
|
e9fb6cd51a
|
BUG: Correct the SystemReportDebugHook function. It should not call exit. It gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure.
|
2006-10-18 23:27:33 -04:00 |
Bill Hoffman
|
5b98b7af78
|
ENH: check for empty path
|
2006-10-03 13:35:59 -04:00 |
Brad King
|
dc0c5d082b
|
BUG: GetLineFromStream should remove carriage return characters to make sure newlines do not get duplicates.
|
2006-08-26 16:14:26 -04:00 |
Brad King
|
c58777ec47
|
BUG: FileIsDirectory should work when the name contains a trailing slash.
|
2006-08-21 17:34:40 -04:00 |
Brad King
|
3a44f2a47e
|
ENH: Added JoinPath overload that accepts an iterator range.
|
2006-08-17 12:02:18 -04:00 |
Bill Hoffman
|
71af96aad1
|
ENH: still escape () but do not escape
|
2006-08-14 09:50:52 -04:00 |
Ken Martin
|
7de2d93d1a
|
ENH: fix for AddKeepPath not calling realpath
|
2006-08-11 10:54:35 -04:00 |
Bill Hoffman
|
fd56f7247a
|
ENH: escape ( and ) in unix paths
|
2006-08-11 09:56:39 -04:00 |
David Cole
|
76d05cd5fa
|
BUG: strlen logic was backwards resulting in function body never actually executing... when called with valid strings, it was always doing nothing and returning false... now it works as expected.
|
2006-08-10 15:17:53 -04:00 |
Brad King
|
ab61137eb1
|
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
2006-08-01 11:38:42 -04:00 |
Brad King
|
0b196d1aef
|
BUG: Do not block signals during sleep. Leave that up to the application.
|
2006-07-27 11:27:28 -04:00 |
Brad King
|
c482ef3bbc
|
BUG: Mask signals during SystemTools::Delay to avoid interrupted sleep.
|
2006-07-25 15:18:35 -04:00 |
Ken Martin
|
b379666b39
|
BUG: some bug fixes, better docs, and more coverage
|
2006-07-25 12:08:05 -04:00 |
Bill Hoffman
|
3b74388050
|
ENH: allow for source tree to be in root directory
|
2006-07-24 11:27:07 -04:00 |
Andy Cedilnik
|
d2a3ccd505
|
ENH: Add support for multi-arguments: -f arg1 arg2 arg3 ... and support for lists: -f arg1 -f arg2 -f arg3 ... and for boolean to be stored as strings and doubles
|
2006-07-14 09:13:23 -04:00 |
Andy Cedilnik
|
4f728e93e1
|
COMP: Remove warnings
|
2006-07-13 09:27:10 -04:00 |
Andy Cedilnik
|
2e1882389b
|
COMP: Remove warnings
|
2006-07-12 09:21:26 -04:00 |
Bill Hoffman
|
1d8043cb4f
|
ENH: search for program without extensions
|
2006-05-08 14:18:09 -04:00 |
Brad King
|
523d9ebeed
|
ENH: Added always/if-different option to CopyADirectory. Added CopyAFile with the same interface.
|
2006-05-05 10:29:27 -04:00 |
Bill Hoffman
|
4c93b9a158
|
ENH: put the fix back in with abort
|
2006-04-27 17:52:45 -04:00 |
Bill Hoffman
|
dc304cfdec
|
ENH: remove code that does not compile, on windows cwd must exist
|
2006-04-27 17:46:10 -04:00 |
Mark Richardson
|
2b5d8e84c9
|
COMP: Fixing the the build for windows.
|
2006-04-27 16:02:52 -04:00 |
Bill Hoffman
|
6c6eebac20
|
ENH: handle running from a directory that has been deleted
|
2006-04-27 15:26:53 -04:00 |
Brad King
|
dbd70091f1
|
BUG: IsSubDirectory should use ComparePath to do platform-independent path comparison.
|
2006-04-25 09:54:07 -04:00 |
Bill Hoffman
|
72f0c21f94
|
ENH: fix borland bug
|
2006-04-21 20:13:08 -04:00 |
Bill Hoffman
|
b2b2e68c37
|
ENH: performance improvments
|
2006-04-21 15:15:52 -04:00 |
Sebastien Barre
|
d5237b30fc
|
ENH: try to bypass Microsoft assert() on isspace, isalpha, etc.
|
2006-04-18 11:50:39 -04:00 |
Brad King
|
b8a589bb1d
|
ENH: Improved implementation of FilesDiffer to avoid allocating enough memory for the entire file twice. Instead using a block-at-a-time comparison.
|
2006-04-13 22:56:32 -04:00 |
Bill Hoffman
|
cae4e6b37a
|
ENH: add patch for finding applications on OSX
|
2006-04-13 11:00:52 -04:00 |
Bill Hoffman
|
5a2668b326
|
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
2006-03-30 13:49:56 -05:00 |
Sebastien Barre
|
d82c979787
|
ENH: the arguments to this function were not checked in a robust way
|
2006-03-21 17:47:11 -05:00 |
Mathieu Malaterre
|
e9fcafafe5
|
ENH: Use const char where it should have been. At same time fix Bug#2958
|
2006-03-17 12:06:41 -05:00 |
Bill Hoffman
|
83daad3ec2
|
ENH: remove warning
|
2006-03-12 10:03:03 -05:00 |
Bill Hoffman
|
08bb4d52ba
|
ENH: try to clean up the search for programs
|
2006-03-11 11:52:57 -05:00 |
Bill Hoffman
|
d2f7b0c64f
|
ENH: undo last change because it broke the dashboard
|
2006-03-10 17:37:47 -05:00 |
Bill Hoffman
|
7387cb5850
|
ENH: fix find program to look for .com and .exe correctly and not return files with no extension on windows
|
2006-03-10 16:52:28 -05:00 |
Mathieu Malaterre
|
509e383aac
|
STYLE: Remove trailing whitespaces
|
2006-03-10 13:34:41 -05:00 |
Mathieu Malaterre
|
5623ef913f
|
ENH: Add trailing whitespace
|
2006-03-10 13:33:28 -05:00 |
Bill Hoffman
|
be375b1bcd
|
ENH: fix std in kwsys, has to be kwsys_stl
|
2006-03-02 21:33:57 -05:00 |
Bill Hoffman
|
a5825cd11a
|
ENH: check in new find stuff
|
2006-03-02 13:30:22 -05:00 |
Bill Hoffman
|
d2621064e2
|
ENH: fix for bug 28618, cmake.exe can not find itself
|
2006-02-10 12:43:00 -05:00 |
Andy Cedilnik
|
30daaa6a3e
|
COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops
|
2006-02-08 07:17:59 -05:00 |
Andy Cedilnik
|
2ed1ca11bc
|
COMP: Fix compile problem on windows and mac
|
2006-02-07 11:43:17 -05:00 |
Andy Cedilnik
|
9740913dd8
|
COMP: Fix build problem
|
2006-02-07 10:43:45 -05:00 |
Andy Cedilnik
|
e5a8e115bc
|
ENH: Move relative path to kwsys
|
2006-02-07 10:23:17 -05:00 |
Ken Martin
|
1ff49b9789
|
ENH: by Bill make sure path is unix style
|
2006-01-23 16:36:13 -05:00 |
Bill Hoffman
|
9891260a6d
|
ENH: add support for watcom wmake and wcl386
|
2006-01-17 10:21:45 -05:00 |
Bill Hoffman
|
452925649a
|
ENH: add better support for framework linking
|
2005-12-26 13:14:19 -05:00 |
Andy Cedilnik
|
affced3f81
|
BUG: Return if the file is in any directory not just in first one
|
2005-12-16 09:03:04 -05:00 |
Andy Cedilnik
|
ccf5a130ef
|
COMP: for a in range(100): write_on_board(No std in kwsys...)
|
2005-12-11 00:12:40 -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 |
Brad King
|
946c9a2cc6
|
ENH: Improved file modification time comparison on Windows to use GetFileAttributesEx instead of CreateFile/GetFileTime/CloseHandle to get file times. This results in a 30% reduction in time to do a build system check.
|
2005-10-27 13:57:48 -04:00 |
Andy Cedilnik
|
b93359f41d
|
ENH: Add an accessor for the maximum file length
|
2005-10-12 12:08:49 -04:00 |
Brad King
|
93efb1cf5b
|
BUG: Automatic pwd/cwd path translation must check that the generated logical-to-physical mapping is correct by using realpath.
|
2005-08-17 17:04:23 -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
|
3e020b3dcc
|
COMP: Remove warning on windows
|
2005-07-13 09:49:01 -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 |
Andy Cedilnik
|
219bcf25ba
|
BUG: When removing directory, use lstat instead of stat to make sure that symlinks are treated as files and not as directories
|
2005-07-12 10:40:14 -04:00 |
Sebastien Barre
|
7f2c1e434c
|
ENH: add method to escape some chars in a string
|
2005-06-13 18:03:53 -04:00 |
Brad King
|
c1f64baa4a
|
COMP: Need windows.h even on cygwin to get CreateFile API.
|
2005-06-09 07:51:49 -04:00 |
Bill Lorensen
|
bd74de53f3
|
COMP: warning.
|
2005-05-28 08:44:44 -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 |
Brad King
|
69cf728623
|
COMP: Added work-around to avoid warnings about unreferenced inline functions from SGI termios.
|
2005-05-05 09:08:05 -04:00 |
Andy Cedilnik
|
fe110e2ae0
|
ENH: Add split that splits on arbitrary separator
|
2005-05-04 11:37:01 -04:00 |
Brad King
|
bac564356b
|
COMP: Added pragma directives for SGI compilers to avoid useless warnings.
|
2005-05-03 14:58:13 -04:00 |
Andy Cedilnik
|
d381fbfa38
|
BUG: Looks like std::string changes the result of c_str() call. This fixes potential problems
|
2005-04-26 11:31:08 -04:00 |
Brad King
|
8136f69813
|
COMP: Fixed assignment-in-conditional warning.
|
2005-04-22 09:22:07 -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 |
Brad King
|
66095be685
|
BUG: Added missing variable initialization that was accidentally removed on the previsous commit.
|
2005-04-15 13:56:23 -04:00 |
Brad King
|
d3a69766df
|
COMP: Removed extra variable initializations to avoid Borland warnings.
|
2005-04-15 08:25:53 -04:00 |
Brad King
|
caf54b2093
|
COMP: Adding work-around for CMake dependency scanning limitation. Any configured header included by KWSYS_HEADER() in a .c or .cxx file in kwsys itself must use this hack to get dependencies.
|
2005-04-13 16:46:09 -04:00 |
Brad King
|
bf70e83397
|
BUG: Fix GetFilenameName to not use uninitialized search position in win32 version.
|
2005-04-13 14:37:30 -04:00 |
Andy Cedilnik
|
bddcf4ec97
|
ENH: Speedup improvements
|
2005-04-13 13:59:48 -04:00 |
Bill Hoffman
|
3778d89cb9
|
BUG: fix insert for 64 bit
|
2005-04-13 09:54:37 -04:00 |
Brad King
|
85f82c2092
|
COMP: Fixed ambiguous call to insert method of string.
|
2005-04-12 13:33:58 -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
|
5e39c9ca14
|
BUG: fix GetLongPathName for WindowsNT
|
2005-04-11 12:20:24 -04:00 |
Bill Hoffman
|
a5be6b8406
|
BUG: fix build on mingw
|
2005-04-08 08:34:22 -04:00 |
Bill Hoffman
|
3387db4c05
|
BUG: if short path or long path fails return the original input
|
2005-04-07 17:20:33 -04:00 |
Bill Hoffman
|
be32b258cb
|
ENH: check return value of GetLongPath
|
2005-04-07 16:58:02 -04:00 |
Bill Hoffman
|
fadff33791
|
BUG: fix for bug 1717 incorrect path sent to dart server
|
2005-04-07 13:03:47 -04:00 |
Bill Hoffman
|
1e6989017d
|
remove cerr stuff
|
2005-04-06 09:47:07 -04:00 |
Bill Hoffman
|
d8f75badb4
|
Fix bug in != stuff
|
2005-04-06 09:44:09 -04:00 |
Bill Hoffman
|
19aff4f3bd
|
COMP: hack fix for old sgi until bootstrap is fixed
|
2005-04-05 21:10:10 -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 |
Brad King
|
4ba14d1278
|
ENH: Re-implemented CollapseFullPath to not need to change directories. Operation is now fully string based.
|
2005-03-25 08:09:00 -05:00 |
Brad King
|
eea7221f31
|
COMP: Using proper __QNX__ preprocessor test.
|
2005-03-17 13:06:55 -05:00 |
Brad King
|
6b43d78dae
|
COMP: Only include malloc.h on QNX.
|
2005-03-16 10:49:58 -05:00 |
Sebastien Barre
|
74ec81ca3f
|
FIX: that was wrong
|
2005-03-16 10:15:13 -05:00 |
Brad King
|
59ae67558f
|
COMP: Need malloc.h for malloc/free on QNX.
|
2005-03-16 09:41:26 -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 |
Brad King
|
0d0cfaea08
|
COMP: Added missing include of string.h.
|
2005-03-11 10:07:36 -05:00 |
Sebastien Barre
|
c8772c286e
|
COMP: fix some warnings
|
2005-03-11 09:31:58 -05:00 |
Sebastien Barre
|
effbdf8d8f
|
ENH: remove deps to vtkString by using KWSys (a handful of functions have been moved to KWSys)
|
2005-03-10 17:49:27 -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 |
Bill Hoffman
|
d680e51777
|
ENH: fix relative paths in xcode
|
2005-02-24 17:46:49 -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
|
a8c74a6b57
|
BUG: On windows allow removing of files that are read-only
|
2005-02-16 16:03:21 -05:00 |
Brad King
|
93384c7763
|
BUG: Removing debugging code now that the problem has been fixed on the remote dashboard.
|
2005-02-16 08:56:17 -05:00 |
Brad King
|
ca205223da
|
BUG: Preserve trailing slash state when translating paths.
|
2005-02-15 16:03:14 -05:00 |
Bill Hoffman
|
3675a6e3a7
|
ENH: make sure paths do not end in / before adding one
|
2005-02-15 09:58:58 -05:00 |
Brad King
|
23dfc9440a
|
BUG: Adding debugging code to remotely debug a failing dashboard test.
|
2005-02-15 08:40:34 -05:00 |
Brad King
|
fc8e5aeebf
|
BUG: Adding debugging code to remotely debug a failing dashboard test.
|
2005-02-15 08:28:19 -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
|
3b008ea03b
|
COMP: std:: -> kwsys_stl::
|
2005-02-10 10:35:23 -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 |
Bill Hoffman
|
ec6b579717
|
BUG: fix for bug 1385, /tmp should not be used on windows
|
2004-12-02 12:33:44 -05:00 |
Andy Cedilnik
|
95f67dca9e
|
COMP: Remove compile warning
|
2004-11-02 17:11:54 -05:00 |
Bill Hoffman
|
160c32e529
|
BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we still can not handle a space as the start of a directory name
|
2004-11-01 16:57:05 -05:00 |
Bill Hoffman
|
bb316a4945
|
ENH: handle read only directories with configure file destination
|
2004-10-26 14:33:54 -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 |
Bill Hoffman
|
1ed5888d91
|
BUG: fix split program from args to not get stuck in an infinite loop in some cases
|
2004-10-11 11:57:35 -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 |
Bill Hoffman
|
7f17646576
|
BUG: fix realpath problem and unix slashes
|
2004-10-05 10:59:07 -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
|
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
|
1852a88fa1
|
ENH: When copy file, if the output file exits, delete it first
|
2004-09-29 11:18:07 -04:00 |
Andy Cedilnik
|
2e58daf5be
|
ENH: Add missing include
|
2004-09-16 12:39:02 -04:00 |
Andy Cedilnik
|
6a4071b5d2
|
ENH: Add method to retrieve the terminal width
|
2004-09-16 10:58:56 -04:00 |
Bill Hoffman
|
8f92e8c069
|
Fix leaked file and registry descriptors
|
2004-09-07 16:03:25 -04:00 |
Ken Martin
|
a5e791ae66
|
fix warning
|
2004-09-06 12:49:40 -04:00 |
Bill Hoffman
|
3e2e0d5d63
|
BUG: fixes for mingw and CMakesetup with spaces in the source directory
|
2004-08-30 13:50:00 -04:00 |
Bill Hoffman
|
8a70315bb4
|
BUG: fix for try run failing on some cygwin builds. Allow a driver letter to start a full path on cygwin
|
2004-08-09 17:42:27 -04:00 |