Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
hace 16 años |
David Cole
|
867de7fc67
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual 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.
|
hace 18 años |
Brad King
|
f0d1e1626d
COMP: Fix warning about not being able to automatically generate a copy constructor.
|
hace 18 años |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
hace 20 años |
Andy Cedilnik
|
9ab3b14c77
COMP: Remove warning
|
hace 20 años |
Andy Cedilnik
|
867c3a763e
ENH: Add support for binary
|
hace 20 años |
Andy Cedilnik
|
b7ba65ed68
ENH: Add a way to overwrite compression extension
|
hace 20 años |
Andy Cedilnik
|
efcb43a88f
ENH: Allow changing of file name
|
hace 20 años |
Brad King
|
bac564356b
COMP: Added pragma directives for SGI compilers to avoid useless warnings.
|
hace 20 años |
Brad King
|
389f24f777
ENH: Added Close method and updated Open method to allow streams to be reused.
|
hace 20 años |
Andy Cedilnik
|
14477cee6e
ENH: Add compression support
|
hace 21 años |
Brad King
|
aaac6f2c3a
ENH: Added default constructor and Open method.
|
hace 21 años |
Brad King
|
a5ae290a5b
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.
|
hace 21 años |
Brad King
|
e34207c1f0
COMP: Fix new cmGeneratedFileStream for MSVC.
|
hace 21 años |
Brad King
|
d46d8df0ed
ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file.
|
hace 21 años |
Bill Hoffman
|
70eaddbf8e
BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time
|
hace 21 años |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
hace 23 años |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
hace 24 años |
Bill Hoffman
|
b6d823a7c1
ENH: try to better handle control-c during make Makefiles
|
hace 24 años |
Bill Hoffman
|
d76db0ed57
BUG: remove warning
|
hace 24 años |
Bill Hoffman
|
1094200ea0
BUG: fix to compile on hp with aCC
|
hace 24 años |
Brad King
|
d055ebb8c5
ERR: const error fixed.
|
hace 24 años |
Brad King
|
99a9fd6b3f
ERR: Added is_open() check in cmGeneratedFileStream::operator bool() so that implicit conversion to bool is not used.
|
hace 24 años |
Brad King
|
8011fe0fad
ENH: cmGeneratedFileStream class added to simplify copy-if-different usage on generated files.
|
hace 24 años |