Bill Hoffman
|
0de79d4b2d
ENH: fix warning on borland
|
16 лет назад |
Bill Hoffman
|
fdff8eb300
ENH: move PutEnv to SystemTools
|
16 лет назад |
Brad King
|
cecfce23a5
BUG: Fix removal of read-only directories
|
16 лет назад |
Bill Hoffman
|
7fc99c94d4
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS
|
16 лет назад |
Brad King
|
714d2fc04b
ENH: Remove obscure method from KWSys SystemTools
|
16 лет назад |
Brad King
|
20f4fdee33
BUG: Fix SystemTools::IsSubDirectory on bad input
|
16 лет назад |
Brad King
|
3824f54c17
BUG: Replace brittle GetParentDirectory impl
|
16 лет назад |
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 лет назад |
Francois Bertel
|
431c456cf5
COMP:Fixed warnings.
|
16 лет назад |
Brad King
|
6ed916795d
BUG: Work around broken GetLongPathName case
|
17 лет назад |
Brad King
|
ca096a4596
BUG: Fix GetRealPath when realpath fails
|
17 лет назад |
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 лет назад |
Sebastien Barre
|
8e5886e652
ENH: fix for Vista
|
17 лет назад |
Sebastien Barre
|
b55f7a261f
ENH: oops
|
17 лет назад |
Sebastien Barre
|
ef93279573
ENH: fix for Windows Vista
|
17 лет назад |
Brad King
|
b3f43f0065
STYLE: Fix typo in GetFilenameLastExtension docs
|
17 лет назад |
Bill Hoffman
|
64fc597de2
ENH: add initial support for HAIKU OS from bug# 7425
|
17 лет назад |
Brad King
|
cea66664c5
ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API.
|
17 лет назад |
Bill Lorensen
|
68dfcefbcb
COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const char *p, a shadowed variable warning.
|
17 лет назад |
Jeffrey Baumes
|
4cf167173f
ENH: Allow numbers in username in URL regex.
|
17 лет назад |
Bill Hoffman
|
7dcfdf5005
BUG: fix install problem on make and allow symlinks to cmake bin directory
|
17 лет назад |
Brad King
|
9198a92af9
COMP: Fix VS6 and old HP build. This source does not have the #define for hack.
|
18 лет назад |
Brad King
|
ce2b20361a
BUG: Fix previous commit to not access empty strings out of bounds.
|
18 лет назад |
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 лет назад |
Brad King
|
615ce67ad4
COMP: Fix build on borland.
|
18 лет назад |
Brad King
|
a6d32b96ed
ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to use it. Add better treatment of user home directory paths.
|
18 лет назад |
Bill Hoffman
|
a5e76555bf
BUG: fix for bug 6136 make sure includes are not directories
|
18 лет назад |
Philippe Pebay
|
836e595fcc
BUG: fixed an incomplete regexp
|
18 лет назад |
Brad King
|
cc80c4e285
COMP: Remove reference to vtksys. The unmangled kwsys name should be used in this source.
|
18 лет назад |
Philippe Pebay
|
f18ae2234c
ENH: added two functions for URL parsing:
|
18 лет назад |