Commit History

Author SHA1 Message Date
  Bill Hoffman ed795d283f ENH: fix c flags for 2003 free command line tools 17 years ago
  Brad King 230c8972f7 BUG: Do not place $(CMAKE_COMMAND) in link scripts. 18 years ago
  Bill Hoffman e5a4da5b3c ENH: make sure MSVC90 is set 18 years ago
  Bill Hoffman b479c6a8a9 ENH: add ability to have manifest files and incremental linking with make and nmake 18 years ago
  Bill Hoffman 9cbb998737 ENH: add support for vs 2008 beta 2 18 years ago
  Alexander Neundorf dac7814841 18 years ago
  Alexander Neundorf 61d3444f93 18 years ago
  Brad King fc7c433463 ENH: Added support for import libraries created by executable and module targets. The module import libraries should never be used but some windows compilers always create them for .dll files since there is no distinction from shared libraries on that platform. The executable import libraries may be used to create modules that when loaded bind to symbols from the executables. This is an enhancement related to bug#4210 though not requested by it explicitly. 18 years ago
  Brad King 007fa79037 BUG: Fixed MSVC8 module build rule to not use /implib option. This is an incremental fix for bug#4210. 19 years ago
  Brad King 475447870f BUG: Shared library creation should use /implib option to specify the name of the import library explicitly. This is an incremental step for bug #4210. 19 years ago
  Brad King 0e8515fa4c BUG: Get rid of ancient variables CMAKE_CXX_WARNING_LEVEL, CMAKE_CXX_USE_RTTI, CMAKE_CXX_STACK_SIZE which are only partially implemented and now taken care of by flag mapping anyway. 19 years ago
  Bill Hoffman 5ac4801a04 BUG: use different commands for shared libraries and exe for manifest stuff fix for bug#4039 19 years ago
  Brad King b155f3aa1c ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219. 19 years ago
  Bill Hoffman 115521338c BUG: fix for bug#3652 use link /lib instead of lib 19 years ago
  Brad King 276e7e21a3 ENH: Adding flags to force generation of manifest files when building with VC 8. 19 years ago
  Brad King 8e6a9b2065 ENH: Enabled generation of preprocessed and assembly source rules for MSVC with NMake. 19 years ago
  Bill Hoffman 47ef504530 BUG: fix for bug 3550, for release builds do not build incremental 19 years ago
  Ken Martin e206d58027 BUG: fix for CXX only projects 19 years ago
  Ken Martin 8e9a6beccc ENH: centralized locaiton of CMakeFiles setting 19 years ago
  Ken Martin 77b401ddb2 ENH: removed logo info from the manifest tool 19 years ago
  Ken Martin 3023eb7ccb ENH: Makefile performance improvements 19 years ago
  Bill Hoffman e6ef33f598 ENH: name pdb files for visual studio make based builds 19 years ago
  Bill Hoffman f2e2f23392 ENH: unix makefiles should work with cl 19 years ago
  Bill Hoffman 4a20d4fe39 ENH: don't need two of these 19 years ago
  Bill Hoffman 96c140e281 ENH: test for vs8 correctly 19 years ago
  Bill Hoffman 0b490110ba ENH: check for version 1400 19 years ago
  Brad King 08289893b8 ENH: Split CMAKE_STANDARD_LIBRARIES into per-language variables CMAKE_<lang>_STANDARD_LIBRARIES. This is needed to get programmable language support working with Visual Studio generators. It makes sense anyway. 19 years ago
  Bill Hoffman bcfd6f7f69 ENH: add better variables for MSVC versions 19 years ago
  Brad King f0e8c750d1 BUG: Fixed order of options to cl for 32-bit/64-bit test to work with VS 6 NMake. 19 years ago
  Bill Hoffman 5a2668b326 ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64 19 years ago