Commit History

Author SHA1 Message Date
  Johan Björk 312d68d5b1 Xcode: Rearrange CMakeReRun to enable parallel builds 14 years ago
  David Cole 74c73d5fa0 Correct KWStyle line too long error 14 years ago
  David Cole 0c030ef72c Add use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects. 14 years ago
  Brad King 98dc13e513 Merge topic 'xcode-source_groups-folders-issue-10039' 14 years ago
  Brad King f09ba0f1a2 Fix style errors added by parent and grandparent 14 years ago
  Johan Björk eeeeca1082 XCode: Support target folders on XCode. 14 years ago
  Johan Björk 59ed84e032 Xcode: Support multiple level nesting of XCode folders (#10039) 15 years ago
  Brad King 44cdae921d Xcode: Fix parallel build depends with universal binaries (#11844) 14 years ago
  Sean McBride a27edd8a05 Fix XCode -> Xcode typos, notably in man page (#12231) 14 years ago
  Brad King 554641f320 Merge topic 'fix-8914-allow-config-types-override' 14 years ago
  Brad King 64d997a78c Merge topic 'fix-11295-support-plugin-bundles-on-mac' 14 years ago
  David Cole e6221ed2c4 Xcode: Allow override of CMAKE_CONFIGURATION_TYPES (#8914) 15 years ago
  David Cole b08657cf0f Xcode: Fix crash: avoid strlen call on NULL char * 15 years ago
  Brad King 20d11b9a33 Merge topic 'xcode-subdir-regen-dependencies' 15 years ago
  Brad King 809ef3086d Xcode: Make generation depend on all input directories 15 years ago
  David Cole 66d9cd8351 Xcode: Disable implicit make rules in custom rules makefiles. 15 years ago
  Richard Bateman 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 years ago
  Brad King 533f5a2037 Merge topic 'custom-command-refactor' 15 years ago
  Brad King f7d525e3a6 Xcode: Generate native 3.2 projects 15 years ago
  Brad King 542b517449 Factor out common custom command generator 15 years ago
  Brad King e30a775f68 Improve signature of cmLocalGenerator::GetRealDependency 15 years ago
  Brad King 8f0a70e5f0 Xcode: Recognize .hh as C++ (#11307) 15 years ago
  Ben Boeckel 96a335fd8d XCode generation should fail if lang isn't known 15 years ago
  Brad King a2bbe4bef9 Remove trailing whitespace from Xcode generator source 15 years ago
  Mikkel Krautz 0790af3bf5 Xcode: Avoid trailing space in ARCHS list (#11244) 15 years ago
  Brad King b06fb16684 No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202) 15 years ago
  Brad King 5c49aa0c86 Xcode: Archives use STATIC_LIBRARY_FLAGS, not LINK_FLAGS 15 years ago
  David Cole a41345feca Preemptively fix line too long problem before tomorrow's dashboard has a chance to complain about it. 16 years ago
  David Cole e3293f8e46 Fix for issue #9125 - invent CMAKE_XCODE_ATTRIBUTE_* variable mechanism. If there are variables that begin with CMAKE_XCODE_ATTRIBUTE_ then add corresponding attributes into the generated Xcode project file. 16 years ago
  David Cole 0b38bb4c53 Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of running -D dashboards from the command line and running ctest_configure, ctest_build and ctest_test commands in -S scripts. Also, allow a script to change it by setting the CTEST_CONFIGURATION_TYPE variable: allows for multiple configuration build/test cycles within one script. Add a new signature for the cmake command build_command that accepts CONFIGURATION as one argument. The original build_command signature is still there, but now marked as deprecated in the documentation. Of course... also add CTestConfig tests to verify that -C is honored for -D dashboards and -S scripts. 16 years ago