Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵ | David Cole | 2007-11-16 | 1 | -2/+2 |
| | | | | Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded. | ||||
* | COMP: Fix warning about not being able to automatically generate a copy ↵ | Brad King | 2007-08-01 | 1 | -0/+3 |
| | | | | constructor. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -7/+7 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-01-12 | 1 | -1/+2 |
| | |||||
* | ENH: Add support for binary | Andy Cedilnik | 2006-01-12 | 1 | -1/+1 |
| | |||||
* | ENH: Add a way to overwrite compression extension | Andy Cedilnik | 2006-01-02 | 1 | -0/+8 |
| | |||||
* | ENH: Allow changing of file name | Andy Cedilnik | 2005-05-10 | 1 | -0/+6 |
| | |||||
* | COMP: Added pragma directives for SGI compilers to avoid useless warnings. | Brad King | 2005-05-03 | 1 | -0/+8 |
| | |||||
* | ENH: Added Close method and updated Open method to allow streams to be reused. | Brad King | 2005-04-05 | 1 | -5/+17 |
| | |||||
* | 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. |