summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratedFileStream.h
Commit message (Collapse)AuthorAgeFilesLines
* BUG: make sure global generate is done when cmakelist file chagnes, also ↵Bill Hoffman2004-05-201-0/+1
| | | | make sure guids are stored in the cache so the .sln file does not change every time
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* ENH: try to better handle control-c during make MakefilesBill Hoffman2001-06-041-4/+24
|
* BUG: remove warningBill Hoffman2001-05-231-1/+1
|
* BUG: fix to compile on hp with aCCBill Hoffman2001-05-171-1/+1
|
* ERR: const error fixed.Brad King2001-05-161-1/+1
|
* ERR: Added is_open() check in cmGeneratedFileStream::operator bool() so that ↵Brad King2001-05-161-1/+1
| | | | implicit conversion to bool is not used.
* ENH: cmGeneratedFileStream class added to simplify copy-if-different usage ↵Brad King2001-05-161-0/+142
on generated files.