Brad King
|
9b6c3d0782
Optimize KWSys SystemTools::FileExists on Windows
|
16 years ago |
Dave Partyka
|
9e7a3d7ece
COMP: attempt to fix more 'hidden by' warnings.
|
16 years ago |
Dave Partyka
|
1d158cffca
ENH: try and see if using string.append instead of += will make valgrind not complaing that JoinPath is leaking.
|
16 years ago |
Brad King
|
d445275ed0
COMP: Remove useless variable assignment
|
16 years ago |
Bill Hoffman
|
8446a48054
ENH: use .exe on vms
|
16 years ago |
Brad King
|
fc537f05ba
ENH: Teach KWSys SystemTools about VMS paths
|
16 years ago |
Bill Hoffman
|
0de79d4b2d
ENH: fix warning on borland
|
16 years ago |
Bill Hoffman
|
fdff8eb300
ENH: move PutEnv to SystemTools
|
16 years ago |
Brad King
|
cecfce23a5
BUG: Fix removal of read-only directories
|
16 years ago |
Bill Hoffman
|
7fc99c94d4
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS
|
16 years ago |
Brad King
|
714d2fc04b
ENH: Remove obscure method from KWSys SystemTools
|
16 years ago |
Brad King
|
20f4fdee33
BUG: Fix SystemTools::IsSubDirectory on bad input
|
16 years ago |
Brad King
|
3824f54c17
BUG: Replace brittle GetParentDirectory impl
|
16 years ago |
Yumin Yuan
|
f3035ff78d
BUG: SystemTools::GetParentDirectory() will crash if "/" is passed in as argement. Valid check is added to make sure the input argment exists, and if "/" is passed in, empty string will be returned.
|
16 years ago |
Francois Bertel
|
431c456cf5
COMP:Fixed warnings.
|
16 years ago |
Brad King
|
6ed916795d
BUG: Work around broken GetLongPathName case
|
17 years ago |
Brad King
|
ca096a4596
BUG: Fix GetRealPath when realpath fails
|
17 years ago |
David Cole
|
0fafdb7eb8
BUG: Do not copy permissions of files when making the copy in an install rule. If the source file was read-only, this prevents the subsequent set of the destination file's modification time, making the copied file always different in time-stamp than the original and always installing a new file with a new time stamp (but the same content) causing unnecessary downstream incremental rebuilds. As part of this fix, add an optional copyPermissions parameter to the SystemTools routines CopyFileIfDifferent, CopyFileAlways, CopyAFile and CopyADirectory. The copyPermissions parameter defaults to true to preserve the behavior of these routines for existing callers.
|
17 years ago |
Sebastien Barre
|
8e5886e652
ENH: fix for Vista
|
17 years ago |
Sebastien Barre
|
b55f7a261f
ENH: oops
|
17 years ago |
Sebastien Barre
|
ef93279573
ENH: fix for Windows Vista
|
17 years ago |
Brad King
|
b3f43f0065
STYLE: Fix typo in GetFilenameLastExtension docs
|
17 years ago |
Bill Hoffman
|
64fc597de2
ENH: add initial support for HAIKU OS from bug# 7425
|
17 years ago |
Brad King
|
cea66664c5
ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.
|
17 years ago |
Bill Lorensen
|
68dfcefbcb
COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char *p, a shadowed variable warning.
|
17 years ago |
Jeffrey Baumes
|
4cf167173f
ENH: Allow numbers in username in URL regex.
|
17 years ago |
Bill Hoffman
|
7dcfdf5005
BUG: fix install problem on make and allow symlinks to cmake bin directory
|
17 years ago |
Brad King
|
9198a92af9
COMP: Fix VS6 and old HP build. This source does not have the #define for hack.
|
18 years ago |
Brad King
|
ce2b20361a
BUG: Fix previous commit to not access empty strings out of bounds.
|
18 years ago |
Brad King
|
c7b844ba3e
BUG: Make sure search paths never have double-slashes. Leading with two slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine.
|
18 years ago |