summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratedFileStream.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add compression supportAndy Cedilnik2005-01-271-11/+75
|
* ENH: Added default constructor and Open method.Brad King2005-01-261-0/+48
|
* STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ↵Brad King2004-11-031-7/+10
| | | | more explicity.
* COMP: Fix new cmGeneratedFileStream for MSVC.Brad King2004-11-031-2/+2
|
* ENH: Re-implemented cmGeneratedFileStream to look like a real stream and ↵Brad King2004-11-031-0/+140
replace the destination file atomically. This will avoid problems with the process being terminated while generating a file.