Commit History

Author SHA1 Message Date
  Brad King bed6c38896 VS,Xcode: Remove unused CMAKE_GENERATOR_* variables 12 years ago
  Patrick Gansterer 5170a8800f Make cmGlobalGenerator::GetDocumentation() a static function 13 years ago
  Stephen Kelly bd8bdb6fdd Resolve warnings about unused variables. 13 years ago
  Brad King 485a940e4c VS: Simplify MSVC version reporting 13 years ago
  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
  Brad King 772817242b Remove unused variable "rootdir" in VS generators 15 years ago
  Brad King 79a88c35f8 Refactor VS <= 7.1 utility-depends workaround 15 years ago
  Brad King 325bdb2a92 Factor out duplicate VS target dependency code 15 years ago
  Bill Hoffman 268448b891 Teach VS generators to set the MACHINE type correctly. 16 years ago
  Brad King 9000b5a4de Avoid non-root copies of root-only targets 16 years ago
  Brad King c8ddb6813b Cleanup cmGlobalGenerator::GetTargetSets method 16 years ago
  Brad King 55eec2a5bf Use target dependency closure for VS 6 solutions 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Bill Hoffman 3d1c12b802 ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties instead, fix VXExternalInclude test for VS10 16 years ago
  David Cole 227c86d8cc STYLE: Fix line length style violations. 17 years ago
  David Cole 16f35e189e COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp files cannot have hyphens in them. Add utility function GetVS6TargetName to replace hyphens with underscores when generating *.dsp file names. Use the function everywhere necessary in the VS6 generators. And, a workaround: VS6 uses ".\Debug" (for example) as an "$(IntDir)" value - strip any leading ".\" when processing a --config argument in the cmake --build handling code. 17 years ago
  Brad King 5594ad4885 ENH: Updated exporting and importing of targets to support libraries and configurations. 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
  Alexander Neundorf 789f0b26d9 18 years ago
  Alexander Neundorf 43de8c8628 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
  Alexander Neundorf 7f11536704 18 years ago
  Brad King 996f391593 BUG: The ALL_BUILD target should not have any command lines so that it is not always considered out of date. Moved the 'Build all projects' message into the description field instead of an echo in the command field. Moved common implementation of Generate for VS6 and VS7 into the superclass to avoid duplicate code for the ALL_BUILD target. This addresses bug#4556. 18 years ago
  Brad King 438a7e2fce BUG: Fix utility dependencies for static libraries in VS generators. This addresses bug#4789. 18 years ago
  Ken Martin c53b26baf2 ENH: some more cleanup 18 years ago
  Ken Martin b99129d2d8 ENH: some code cleanup 18 years ago
  Brad King 73a5c33f9b BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice. 18 years ago