Brad King
|
dbd70091f1
BUG: IsSubDirectory should use ComparePath to do platform-independent path comparison.
|
19 years ago |
Bill Hoffman
|
72f0c21f94
ENH: fix borland bug
|
19 years ago |
Bill Hoffman
|
b2b2e68c37
ENH: performance improvments
|
19 years ago |
Sebastien Barre
|
d5237b30fc
ENH: try to bypass Microsoft assert() on isspace, isalpha, etc.
|
19 years ago |
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.
|
19 years ago |
Bill Hoffman
|
cae4e6b37a
ENH: add patch for finding applications on OSX
|
19 years ago |
Bill Hoffman
|
5a2668b326
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
|
19 years ago |
Sebastien Barre
|
d82c979787
ENH: the arguments to this function were not checked in a robust way
|
19 years ago |
Mathieu Malaterre
|
e9fcafafe5
ENH: Use const char where it should have been. At same time fix Bug#2958
|
19 years ago |
Bill Hoffman
|
83daad3ec2
ENH: remove warning
|
19 years ago |
Bill Hoffman
|
08bb4d52ba
ENH: try to clean up the search for programs
|
19 years ago |
Bill Hoffman
|
d2f7b0c64f
ENH: undo last change because it broke the dashboard
|
19 years ago |
Bill Hoffman
|
7387cb5850
ENH: fix find program to look for .com and .exe correctly and not return files with no extension on windows
|
19 years ago |
Mathieu Malaterre
|
509e383aac
STYLE: Remove trailing whitespaces
|
19 years ago |
Mathieu Malaterre
|
5623ef913f
ENH: Add trailing whitespace
|
19 years ago |
Bill Hoffman
|
be375b1bcd
ENH: fix std in kwsys, has to be kwsys_stl
|
19 years ago |
Bill Hoffman
|
a5825cd11a
ENH: check in new find stuff
|
19 years ago |
Bill Hoffman
|
d2621064e2
ENH: fix for bug 28618, cmake.exe can not find itself
|
20 years ago |
Andy Cedilnik
|
30daaa6a3e
COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops
|
20 years ago |
Andy Cedilnik
|
2ed1ca11bc
COMP: Fix compile problem on windows and mac
|
20 years ago |
Andy Cedilnik
|
9740913dd8
COMP: Fix build problem
|
20 years ago |
Andy Cedilnik
|
e5a8e115bc
ENH: Move relative path to kwsys
|
20 years ago |
Ken Martin
|
1ff49b9789
ENH: by Bill make sure path is unix style
|
20 years ago |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 years ago |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 years ago |
Andy Cedilnik
|
affced3f81
BUG: Return if the file is in any directory not just in first one
|
20 years ago |
Andy Cedilnik
|
ccf5a130ef
COMP: for a in range(100): write_on_board(No std in kwsys...)
|
20 years ago |
Andy Cedilnik
|
33c891f8d8
ENH: Add another signature to FindProgram that matches more to the one from CMake
|
20 years ago |
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.
|
20 years ago |
Andy Cedilnik
|
b93359f41d
ENH: Add an accessor for the maximum file length
|
20 years ago |