提交历史

作者 SHA1 备注 提交日期
  Stephen Kelly 184121538c Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string. 12 年之前
  Brad King d221eac812 Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 12 年之前
  Stephen Kelly 2331b57bec Add whitespace after colons in error messages. 12 年之前
  Stephen Kelly 35496761a5 Add cmLocalGenerator::GetCompileOptions. 12 年之前
  Stephen Kelly f3ad863ae6 VS6: Rename some variables to correspond to config values. 12 年之前
  Stephen Kelly a6286e92c9 Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) 12 年之前
  Brad King e6b72e8b87 Merge topic 'vs6-rule-files' 13 年之前
  Brad King 0f24a66715 VS 6: Create .rule file directory before file 13 年之前
  Stephen Kelly 0e10782ba7 Move GetCompileDefinitions to cmTarget. 13 年之前
  Stephen Kelly 0bbae6f95f Revert "Move GetLinkInformation to cmGeneratorTarget" 13 年之前
  Stephen Kelly 5f6432f253 Resolve warnings about shadowing parameters and local variables. 13 年之前
  Stephen Kelly 9f16d428a1 Resolve warnings about used enum values in switch blocks. 13 年之前
  Stephen Kelly 2a6bd96c13 Fix config-specific INCLUDE_DIRECTORIES in multi-config generators 13 年之前
  Stephen Kelly c31f3d99f8 Add a wrapper for accessing config-specific compile-definitions. 13 年之前
  Stephen Kelly d1446ca7a0 Append the COMPILE_DEFINITIONS from the Makefile to all targets. 13 年之前
  Stephen Kelly 290e92ada8 Move GetIncludeDirectories to cmGeneratorTarget. 13 年之前
  Stephen Kelly 4f5384e75c Move GetLinkInformation to cmGeneratorTarget 13 年之前
  Stephen Kelly 3dae652b4e Don't duplicate -D defines sent to the compiler. 13 年之前
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 年之前
  Brad King f9b758e91a Cleanup custom command .rule file internal handling 13 年之前
  Brad King 01e979acef VS: Add CMakeLists.txt re-run rules at start of generation 13 年之前
  Brad King c403f27a2d Add $<TARGET_OBJECTS:...> expression to use an object library 13 年之前
  Brad King 3a53005f7d Build object library targets in VS 13 年之前
  Brad King d57047de33 Pre-compute object file names before VS project generation 13 年之前
  Brad King 51b67366ed Merge branch 'cleanup-object-file-names' into object-library 13 年之前
  David Cole f55119e63b Merge topic 'fix-12189-support-SBCS-in-VS' 13 年之前
  Brad King 67734be8cf VS: Simplify object name computation 14 年之前
  Brad King 4ae7f3656b Remove unused partial OBJECT_FILES property implementation 14 年之前
  Stephen Kelly 9106b564ae Extract and use the INCLUDE_DIRECTORIES target properties. 14 年之前
  David Cole df19b9cadb VS6: Avoid _MBCS define when _SBCS is defined (#12189) 14 年之前