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: On VMS use _dir and _tmp, not .dir and .tmp | Brad King | 2009-06-10 | 1 | -0/+4 |
| | | | | | | The VMS posix path emulation does not handle multiple '.' characters in file names in all cases. This avoids adding extra '.'s to file and directory names for target directories and generated files. | ||||
* | ENH: Move RenameFile to cmSystemTools | Brad King | 2009-04-15 | 1 | -53/+1 |
| | | | | | | This moves the cmGeneratedFileStream::RenameFile method implementation into cmSystemTools. It works only within a single filesystem volume, but is atomic when the operating system permits. | ||||
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵ | David Cole | 2007-11-16 | 1 | -5/+9 |
| | | | | 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: remove warnings | Bill Hoffman | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 1 | -5/+5 |
| | | | | of third party libraries into a single header per library. This addresses bug#3653. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -3/+6 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -40/+40 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-01-12 | 1 | -2/+2 |
| | |||||
* | COMP: Fix compile error that was caused by the binary flag | Andy Cedilnik | 2006-01-12 | 1 | -1/+8 |
| | |||||
* | ENH: Add support for binary | Andy Cedilnik | 2006-01-12 | 1 | -2/+2 |
| | |||||
* | BUG: Fix the compression with custom extension | Andy Cedilnik | 2006-01-02 | 1 | -1/+1 |
| | |||||
* | ENH: Add a way to overwrite compression extension | Andy Cedilnik | 2006-01-02 | 1 | -3/+11 |
| | |||||
* | ENH: Allow changing of file name | Andy Cedilnik | 2005-05-10 | 1 | -1/+13 |
| | |||||
* | ENH: For sanity, create directory before creating generated file stream | Andy Cedilnik | 2005-04-13 | 1 | -0/+3 |
| | |||||
* | ENH: Added Close method and updated Open method to allow streams to be reused. | Brad King | 2005-04-05 | 1 | -17/+35 |
| | |||||
* | COMP: Fix unused parameter warning when bootstrapping. | Brad King | 2005-01-28 | 1 | -2/+5 |
| | |||||
* | 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. |