Commit History

Author SHA1 Message Date
  Bill Hoffman 5c4208f50e ENH: only 5 failing tests for VS 10 16 years ago
  Bill Hoffman 7491f52992 ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail 16 years ago
  Brad King 00ca96ae7c BUG: Fix VS IDE project order 17 years ago
  Bill Hoffman ecf312ccc8 STYLE: fix line length stuff for KWStyle 17 years ago
  Bill Hoffman 10c91ded4f ENH: add support for Intel Fortran Visual studio IDE 17 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
  Bill Hoffman 8a83f09637 ENH: fix for bug 3218 dependant projects are written out automatically if they are in the project. Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator 18 years ago
  Brad King 5594ad4885 ENH: Updated exporting and importing of targets to support libraries and configurations. 18 years ago
  Brad King d21dc588ef BUG: Disable static lib deps until a global cycle removal can be done. 18 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
  Ken Martin 6cdf032505 ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now 18 years ago
  Brad King ba7780a3c4 ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore. 18 years ago
  Alexander Neundorf b37cc6072f 18 years ago
  Alexander Neundorf 4878c00905 18 years ago
  Ken Martin 8b0c61c322 ENH: added internal target property for the name of the project file 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
  Ken Martin b99129d2d8 ENH: some code cleanup 18 years ago
  Bill Hoffman b0bc59f709 ENH: commit fix for putting everything in the build on vs 19 years ago
  Brad King 8824f7984a BUG: Fixed references to projects outside the build tree and in other locations with spaces in the path. This is needed for out-of-source/out-of-binary subdirectories in the build. 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
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes 19 years ago
  Andy Cedilnik 07d0e776ad BUG: More fixing of support for global target son visual studio 19 years ago
  Andy Cedilnik 0ba40b59c7 COMP: Handle preinstall properly on IDEs 19 years ago
  Andy Cedilnik 1ecd48ba67 COMP: Fix for preinstall 19 years ago
  Andy Cedilnik 542b034a66 COMP: Even more Visual Studio fixes. Why is this code duplicated? 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