Commit History

Author SHA1 Message Date
  Brad King 67734be8cf VS: Simplify object name computation 13 years ago
  Brad King 4ae7f3656b Remove unused partial OBJECT_FILES property implementation 13 years ago
  Brad King 1be4b6f463 Order VS local generator Version ivar values consistently 14 years ago
  Brad King 2516c05c2c VS: Create a Fortran DLL's import library directory 14 years ago
  Brad King bfb7288f81 Record backtrace in cmCustomCommand 15 years ago
  Brad King 6fe5b3db0b Simplify VS generator ConstructScript interface 15 years ago
  Brad King e30a775f68 Improve signature of cmLocalGenerator::GetRealDependency 15 years ago
  Bill Hoffman 390117435a Fix KWStyle line length issues. 15 years ago
  Brad King 9d21281b7d Fix line-too-long style errors 15 years ago
  Brad King fe971d97ca Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768) 15 years ago
  Brad King 7458d465dd Fix LINK_FLAGS_<CONFIG> in VS 6 generator 15 years ago
  Bill Hoffman 667b1b223f Fix for Bug#10700, COMPILE_DEFINITIONS_MINSIZEREL missing REL part. 15 years ago
  Brad King b38c2929b0 Create a static library's output dir for VS 6 16 years ago
  Brad King 90b8164e44 Use per-config output dir in VS 6 templates 16 years ago
  Brad King 51ba120844 Remove unused members of local VS 6 generator 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King 0e8c7859c8 Silence VS generator for missing CMakeLists.txt 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
  Brad King a608467180 ENH: Simpler cmTarget::GetLinkerLanguage signature 16 years ago
  Brad King 43669f0ef2 BUG: Avoid cmTarget::GetDirectory for utilities 16 years ago
  Brad King 44021718a6 STYLE: Replace large if() with named boolean 16 years ago
  Brad King 962bbbec95 BUG: Create an exe's implib output dir for VS 6 16 years ago
  Brad King 5129c23cba ENH: Refactor VS 6 build event generation 16 years ago
  Brad King 708d1cf1ee ENH: Support more preprocessor values in VS6 16 years ago
  Brad King 4085454658 ENH: Support preprocessor def values in VS6 16 years ago
  Brad King 3cf9265fa7 ENH: Refactor passing of max length object dir 17 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
  Bill Hoffman 97392a754c STYLE: fix link length issues 17 years ago
  Bill Hoffman 68cf9e0a0d BUG: fix for bug #8216 17 years ago