Commit History

Author SHA1 Message Date
  Brad King f01bd91336 COMP: Using KWSys auto_ptr to avoid cross-platform problems. 20 years ago
  Brad King 520b792f6f COMP: Fix for auto_ptr usage on VC6's broken implementation. 20 years ago
  Brad King 180a45c8c7 BUG: Do not leak the ofstream object in append mode. Just use an auto_ptr for both cases. 20 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
  Ken Martin 369308ca76 ENH: make LOCATION an computed property of the target and get rid of a bunch of const junk 20 years ago
  Ken Martin 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 21 years ago
  Brad King a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 21 years ago
  Brad King d46d8df0ed ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file. 21 years ago
  Bill Hoffman b5bdf2cb0a ENH: add better error reporting for file open failures 21 years ago
  Brad King cb37fe01f6 ERR: Added missing include for auto_ptr. 22 years ago
  Brad King 7b6491d36b BUG#675: If not appending, do copy-if-different on exported file. 22 years ago
  Ken Martin 847bda5270 fix for bug # 101 22 years ago
  Brad King ab2fdaa8fa BUG: Removed generation of stray paren. 23 years ago
  Bill Hoffman c4fa5d1fdf ENH: add a new command that allows exports of library dependencies from a project to a file 23 years ago