Commit History

Author SHA1 Message Date
  Patrick Gansterer 2c7a451de0 VS: Cleanup AddPlatformDefinitions() of Visual Studio generators 13 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
  Leonid Yurchenko 59139031a1 include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120) 13 years ago
  Brad King 08a31885c1 Skip VS <= 7.1 dependency analysis for VS >= 8 15 years ago
  Brad King 1a0c166a26 Store direct dependencies in solutions for VS >= 8 15 years ago
  Patrick Gansterer ef4394defa VS: Add ArchitectureId to VS 8 and 9 generators 15 years ago
  Patrick Gansterer 807fca4ce6 VS: Convert PlatformName member to a virtual method 15 years ago
  Brad King 50759a9ed3 WIP: VS 10 Win64 generator 16 years ago
  Brad King bc43b0f2a4 Do not link library dependencies in VS solutions 16 years ago
  Brad King 7766473d3e Avoid duplicate ZERO_CHECK in VS solutions 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King 09e398fa9f Create VS generator GetRegistryBase method 16 years ago
  Brad King 524bb1e36e Simplify VS generator ZERO_CHECK dependency 16 years ago
  Brad King e339f3133f ENH: Separate VS flag table type 16 years ago
  David Cole ca2a16c0a2 ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too. 17 years ago
  Brad King 3cf3bb664a ENH: Make static library targets depend on targets to which they "link" for the purpose of build ordering. This makes the build order consistent for static and shared library builds. It is also useful when custom command inputs of one library are generated as custom commands outputs of another. It may be useful in the future for Fortran module dependencies. Implemented for Makefiles, Xcode, and VS 8 and above. Added sample code to do it for VS 7.1 and below, but left it disabled with comments explaining why. Likely it will never be needed on VS 7.1 or below anyway. 18 years ago
  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. 18 years ago
  Brad King 438a7e2fce BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789. 18 years ago
  Brad King fb38af53c0 BUG: Split precompiled header flags into a separate per-global-generator flag map. This is needed because the flag mappings differ across VS IDE versions. This fixes bug#3512 for VS8 where as the previous fix only worked for VS7. 18 years ago
  Bill Hoffman b0bc59f709 ENH: commit fix for putting everything in the build on vs 19 years ago
  Brad King 9a1d4e92eb BUG: Fix/cleanup custom commands and custom targets. Make empty comment strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. 19 years ago
  Ken Martin bf0cb4d49a STYLE: fix line length 19 years ago
  Brad King bc135b7fc2 BUG: MSVC* variables should be set in IDE generators instead of just 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
  Brad King bd0b829ffb BUG: Fixed generation of VS8 solution file to not be re-written when loaded by VS and to work with msbuild. 20 years ago
  Brad King 1c7075057f ENH: Added support for parallel builds in VS 8. There is now a special target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. 20 years ago
  Bill Hoffman 86195caf6a ENH: add support for VCExpress 2005 21 years ago