提交歷史

作者 SHA1 備註 提交日期
  Andy Cedilnik 07260a6f27 ENH: Cleanup global targets even more and potentially fix Xcode 19 年之前
  Andy Cedilnik c4156b4531 COMP: Even more global target fixes 19 年之前
  Brad King 586a9427d3 ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. 19 年之前
  Brad King 576f0b65c7 BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE. 19 年之前
  Brad King f437c8e888 BUG: Treat GLOBAL_TARGET like UTILITY for generation. 19 年之前
  Brad King 3fa4a95f56 BUG: Xcode generator should use local generator computation of include directories. 19 年之前
  Brad King c21287552b ENH: Switched order of slash and configuration name in cmGlobalGenerator::AppendDirectoryForConfig method to increase flexibility. 19 年之前
  Bill Hoffman 55dd61946b ENH: working directory working for XCode 20 年之前
  Bill Hoffman 347c5f4b46 ENH: add working directory support 20 年之前
  Brad King afa8367885 BUG: Fixed cmTarget::GetFullPath to not append the configuration name when only one configuration is built. It now asks the generator what subdirectory if any to use for a given configuration name. 20 年之前
  Bill Hoffman 07ef88c985 ENH: add COMPILE_FLAGS to targets 20 年之前
  Brad King 8f1413e247 COMP: Fixed shadowed variable warning. 20 年之前
  Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should 20 年之前
  Bill Hoffman 0edceb3884 ENH: fix missing plist file error 20 年之前
  Bill Hoffman 7b1440ab9f ENH: fix bundles for Mac and Xcode 20 年之前
  Andy Cedilnik 2804a0d7db COMP: Remove shadow variable warning 20 年之前
  Bill Hoffman 82bb6fae0d ENH: add framework support to FIND_FILE 20 年之前
  Bill Hoffman 452925649a ENH: add better support for framework linking 20 年之前
  Bill Hoffman 391d3ed631 ENH: make sure depend helper actually works, if a depend library gets updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used 20 年之前
  Bill Hoffman 5261f51e45 BUG: fix for bug 2560, Xcode does not create correct bundles 20 年之前
  Andy Cedilnik 782bef7374 ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2 20 年之前
  Bill Hoffman 47622dde01 ENH: fixes for Xcode 2.2 20 年之前
  Bill Hoffman 8b7091a0a6 ENH: fixes for xcode21 and build styles and comments in the generated project 20 年之前
  Andy Cedilnik 93ee345b41 BUG: fix xcode 15 (really bill Hoffman) 20 年之前
  Bill Hoffman 4bc584419e ENH: fix warnings 20 年之前
  Bill Hoffman 6b4c142c7d ENH: add real support for Xcode21 20 年之前
  Bill Hoffman 62ae06081e ENH: use native Deployment and Development directories 20 年之前
  Bill Hoffman c69c9e0134 ENH: add support for OUTPUT_NAME 20 年之前
  Bill Hoffman e59e9d0e59 ENH: fix bug 2087 lib prefix stripped off on windows 20 年之前
  Andy Cedilnik d9371295fe ENH: get around problem where OBJROOT has been set by default for all projects in Xcode gui 20 年之前