Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add compression support | Andy Cedilnik | 2005-01-27 | 1 | -11/+75 |
| | |||||
* | ENH: Added default constructor and Open method. | Brad King | 2005-01-26 | 1 | -0/+48 |
| | |||||
* | STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ↵ | Brad King | 2004-11-03 | 1 | -7/+10 |
| | | | | more explicity. | ||||
* | COMP: Fix new cmGeneratedFileStream for MSVC. | Brad King | 2004-11-03 | 1 | -2/+2 |
| | |||||
* | ENH: Re-implemented cmGeneratedFileStream to look like a real stream and ↵ | Brad King | 2004-11-03 | 1 | -0/+140 |
replace the destination file atomically. This will avoid problems with the process being terminated while generating a file. |