Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add compression support | Andy Cedilnik | 2005-01-27 | 1 | -0/+11 |
| | |||||
* | ENH: Added default constructor and Open method. | Brad King | 2005-01-26 | 1 | -2/+23 |
| | |||||
* | 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 | -0/+2 |
| | |||||
* | ENH: Re-implemented cmGeneratedFileStream to look like a real stream and ↵ | Brad King | 2004-11-03 | 1 | -106/+49 |
| | | | | replace the destination file atomically. This will avoid problems with the process being terminated while generating a file. | ||||
* | BUG: make sure global generate is done when cmakelist file chagnes, also ↵ | Bill Hoffman | 2004-05-20 | 1 | -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 King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | ENH: try to better handle control-c during make Makefiles | Bill Hoffman | 2001-06-04 | 1 | -4/+24 |
| | |||||
* | BUG: remove warning | Bill Hoffman | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | BUG: fix to compile on hp with aCC | Bill Hoffman | 2001-05-17 | 1 | -1/+1 |
| | |||||
* | ERR: const error fixed. | Brad King | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | ERR: Added is_open() check in cmGeneratedFileStream::operator bool() so that ↵ | Brad King | 2001-05-16 | 1 | -1/+1 |
| | | | | implicit conversion to bool is not used. | ||||
* | ENH: cmGeneratedFileStream class added to simplify copy-if-different usage ↵ | Brad King | 2001-05-16 | 1 | -0/+142 |
on generated files. |