Brad King
|
b9a5dccc8d
ENH: Added RPATH methods to cmSystemTools
|
17 years ago |
Brad King
|
9b8404a305
COMP: Fix new cmSystemTools file time methods on Windows.
|
17 years ago |
Brad King
|
703b8c8225
ENH: Added methods to cmSystemTools to save and restore file modification times.
|
17 years ago |
Bill Hoffman
|
0a61a70870
BUG: undo change as it breaks preprocess test for some reason??
|
17 years ago |
Bill Hoffman
|
5a079b151a
BUG: half fix for 6688, expand registry stuff on unix just like it was not found on windows
|
17 years ago |
Bill Hoffman
|
cec897edc4
ENH: half fix for 6688, don't let [ count go negative
|
17 years ago |
Brad King
|
871d80696b
ENH: Update cmSystemTools::ChangeRPath to support replacing rpath values from the middle of the string.
|
17 years ago |
Brad King
|
c408760a8a
ENH: Improve error message when installation file(CHRPATH) cannot change the RPATH.
|
17 years ago |
Bill Hoffman
|
cae34d2df3
ENH: try to fix mac symlinks to the executable
|
17 years ago |
Brad King
|
34a338dcc1
ENH: In cmSystemTools::ChangeRPath check for the RUNPATH if RPATH does not exist.
|
18 years ago |
Brad King
|
d732de4a8a
ENH: Cleanup builtin chrpath support
|
18 years ago |
Brad King
|
32ca01bef0
COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built without ELF support.
|
18 years ago |
Brad King
|
26e58b74d1
BUG: Fix cmSystemTools::ChangeRPath to not complain if there is no RPATH entry in the file but the requested new rpath is empty.
|
18 years ago |
Brad King
|
34c76d4304
ENH: Use builtin chrpath instead of relinking ELF targets
|
18 years ago |
Brad King
|
4c137bad6b
ENH: Add ELF file parsing
|
18 years ago |
Brad King
|
782e9f7ffe
ENH: Improve linking to third-party shared libraries on soname platforms
|
18 years ago |
Brad King
|
386a6ebf25
COMP: Need to return a value from fake MD5 method under bootstrap.
|
18 years ago |
Brad King
|
f1c5b50cb7
COMP: Cannot do MD5 from KWSys during CMake bootstrap.
|
18 years ago |
Brad King
|
1dec54489a
ENH: Add cmSystemTools::ComputeStringMD5 method.
|
18 years ago |
Bill Hoffman
|
b479c6a8a9
ENH: add ability to have manifest files and incremental linking with make and nmake
|
18 years ago |
Brad King
|
73704ede42
ENH: Enabled color printing of "Scanning dependencies of target ..." message.
|
18 years ago |
Brad King
|
9f61e2a235
ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information.
|
18 years ago |
Brad King
|
e684c35295
STYLE: Fixed line-too-long.
|
18 years ago |
Brad King
|
5df777edd7
COMP: Added inadvertantly removed include.
|
18 years ago |
Brad King
|
71400cad02
COMP: Simplified include file logic. The windows.h header should be included for all compilers on windows.
|
18 years ago |
Ken Martin
|
adffd10cce
COMP: fix to compile on VS 8
|
18 years ago |
Brad King
|
23c6b90080
BUG: Fix call to SetFileTime to set it on the proper file.
|
18 years ago |
Brad King
|
a2b2742543
ENH: During file installation treat the source file as a dependency of the installed file. Install the file only if the destination is older than the source. Set the file times on the installed file to match those of the source file. This should greatly improve the speed of repeated installations because it removes the comparison of file contents. This addresses bug#3349.
|
18 years ago |
Bill Hoffman
|
887699184a
COMP: remove warnings
|
18 years ago |
Bill Hoffman
|
9c3ffe2474
BUG: fix problem with stdout and stderr not showing up in ms dos shells
|
18 years ago |