Commit Verlauf

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