Bill Hoffman
|
be375b1bcd
ENH: fix std in kwsys, has to be kwsys_stl
|
20 年之前 |
Bill Hoffman
|
a5825cd11a
ENH: check in new find stuff
|
20 年之前 |
Bill Hoffman
|
d2621064e2
ENH: fix for bug 28618, cmake.exe can not find itself
|
20 年之前 |
Andy Cedilnik
|
30daaa6a3e
COMP: Fix problem with STL on HP, and fix reusing the same variable in for loops
|
20 年之前 |
Andy Cedilnik
|
2ed1ca11bc
COMP: Fix compile problem on windows and mac
|
20 年之前 |
Andy Cedilnik
|
9740913dd8
COMP: Fix build problem
|
20 年之前 |
Andy Cedilnik
|
e5a8e115bc
ENH: Move relative path to kwsys
|
20 年之前 |
Ken Martin
|
1ff49b9789
ENH: by Bill make sure path is unix style
|
20 年之前 |
Bill Hoffman
|
9891260a6d
ENH: add support for watcom wmake and wcl386
|
20 年之前 |
Bill Hoffman
|
452925649a
ENH: add better support for framework linking
|
20 年之前 |
Andy Cedilnik
|
affced3f81
BUG: Return if the file is in any directory not just in first one
|
20 年之前 |
Andy Cedilnik
|
ccf5a130ef
COMP: for a in range(100): write_on_board(No std in kwsys...)
|
20 年之前 |
Andy Cedilnik
|
33c891f8d8
ENH: Add another signature to FindProgram that matches more to the one from CMake
|
20 年之前 |
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 年之前 |
Andy Cedilnik
|
b93359f41d
ENH: Add an accessor for the maximum file length
|
20 年之前 |
Brad King
|
93efb1cf5b
BUG: Automatic pwd/cwd path translation must check that the generated logical-to-physical mapping is correct by using realpath.
|
20 年之前 |
Sebastien Barre
|
6e4b6ca0d3
ENH: add method to attempt to check if a file is text or binary
|
20 年之前 |
Andy Cedilnik
|
3e020b3dcc
COMP: Remove warning on windows
|
20 年之前 |
Andy Cedilnik
|
eee2d2b035
BUG: Revert the change to FileIsDirectory. Add FileIsSymlink and treat symlinks as files when removing directory
|
20 年之前 |
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
|
20 年之前 |
Sebastien Barre
|
7f2c1e434c
ENH: add method to escape some chars in a string
|
20 年之前 |
Brad King
|
c1f64baa4a
COMP: Need windows.h even on cygwin to get CreateFile API.
|
20 年之前 |
Bill Lorensen
|
bd74de53f3
COMP: warning.
|
20 年之前 |
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
|
20 年之前 |
Brad King
|
69cf728623
COMP: Added work-around to avoid warnings about unreferenced inline functions from SGI termios.
|
20 年之前 |
Andy Cedilnik
|
fe110e2ae0
ENH: Add split that splits on arbitrary separator
|
20 年之前 |
Brad King
|
bac564356b
COMP: Added pragma directives for SGI compilers to avoid useless warnings.
|
20 年之前 |
Andy Cedilnik
|
d381fbfa38
BUG: Looks like std::string changes the result of c_str() call. This fixes potential problems
|
20 年之前 |
Brad King
|
8136f69813
COMP: Fixed assignment-in-conditional warning.
|
20 年之前 |
Sebastien Barre
|
ecc142ee33
ENH: move convenience method to get OS name and version from KWApp to KWSys.
|
20 年之前 |