Commit History

Author SHA1 Message Date
  Ken Martin 0e69d38004 ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class 18 years ago
  Alexander Neundorf 9d4f3a0686 18 years ago
  Alexander Neundorf 8d0550e4e2 18 years ago
  Brad King ba7780a3c4 ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore. 18 years ago
  Ken Martin bb88ef5e41 STYLE: fix line length 19 years ago
  Brad King f01bd91336 COMP: Using KWSys auto_ptr to avoid cross-platform problems. 19 years ago
  Brad King 520b792f6f COMP: Fix for auto_ptr usage on VC6's broken implementation. 19 years ago
  Brad King 180a45c8c7 BUG: Do not leak the ofstream object in append mode. Just use an auto_ptr for both cases. 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 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 20 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. 21 years ago
  Brad King 7b6491d36b BUG#675: If not appending, do copy-if-different on exported file. 21 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