Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ↵ | Brad King | 2004-11-03 | 1 | -1/+2 |
| | | | | more explicity. | ||||
* | ENH: Re-implemented cmGeneratedFileStream to look like a real stream and ↵ | Brad King | 2004-11-03 | 1 | -2/+2 |
| | | | | replace the destination file atomically. This will avoid problems with the process being terminated while generating a file. | ||||
* | ENH: add better error reporting for file open failures | Bill Hoffman | 2004-09-07 | 1 | -0/+1 |
| | |||||
* | ERR: Added missing include for auto_ptr. | Brad King | 2004-03-16 | 1 | -0/+2 |
| | |||||
* | BUG#675: If not appending, do copy-if-different on exported file. | Brad King | 2004-03-15 | 1 | -6/+13 |
| | |||||
* | fix for bug # 101 | Ken Martin | 2003-08-01 | 1 | -0/+16 |
| | |||||
* | BUG: Removed generation of stray paren. | Brad King | 2003-02-03 | 1 | -2/+0 |
| | |||||
* | ENH: add a new command that allows exports of library dependencies from a ↵ | Bill Hoffman | 2003-01-20 | 1 | -0/+107 |
project to a file |