Commit History

Author SHA1 Message Date
  Bill Hoffman 45d22b48ab fix Xcode 30 generator 16 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King bd33da9fcc Add Xcode SYMROOT setting for custom targets 16 years ago
  Brad King e55bbab88b Teach Xcode generator to set XCODE_VERSION 16 years ago
  Brad King 61495cdaae Fix Xcode project references to the source tree 16 years ago
  Bill Hoffman 43499b1ecb Fix Bug #8332, add support for .pch files for Xcode. 16 years ago
  Bill Hoffman 441cd9ce0b Fix Bug #8928, add support for .xib files for Xcode. 16 years ago
  Brad King d4cfb77ffe Remove cmGlobalXCode21Generator subclass 16 years ago
  Bill Hoffman 311eb30672 Fix the build for version 2.5 of Xcode. 16 years ago
  Bill Hoffman ea282284d5 Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs are specified by the user then no flags are set. We no longer use CMAKE_OSX_ARCHITECTURES_DEFAULT. 16 years ago
  Bill Hoffman 0a8532c3a0 Bug #8356, add support for image types in Xcode files. 16 years ago
  Bill Hoffman 324f51cfc8 Fix for bug #8807, add support for CMAKE_EXE_LINKER_FLAGS_(config) to Xcode generator. 16 years ago
  Brad King 76eb733f3a Separate Xcode flag escaping code from defines 16 years ago
  Brad King 8ab2548d6c Re-order cmGlobalXCodeGenerator implementation 16 years ago
  David Cole 5bea9620dc BUG: Additional fix necessary for issue #8481 so that Xcode builds do not write files into the source tree. Also add a test that runs last to check for local modifications in CMake_SOURCE_DIR based on whether 'cvs -q -n up -dP' output is empty. Test fails on dashboard runs when there are local modifications. Test passes on non-dashboard runs with local modifications so that CMake developers may have mods when running the test locally. 16 years ago
  David Cole 17d707254d BUG: Fix issue #8481 - generate Xcode projects such that breakpoints may be used from the Xcode debugger without adjusting any settings within the Xcode GUI first... Thanks to Doug Gregor for the patch. 16 years ago
  Brad King a232dbe8d2 BUG: Fix Xcode linker language 16 years ago
  Brad King 173448d988 ENH: Pass config to cmTarget::GetLinkerLanguage 16 years ago
  Brad King 6ef56f7778 ENH: Use fixed header file type mapping for Xcode 16 years ago
  Brad King a608467180 ENH: Simpler cmTarget::GetLinkerLanguage signature 16 years ago
  Brad King 2247153110 BUG: Do not generate "global" Xcode config 16 years ago
  Brad King 6bd9d5ab8a ENH: Simplify Xcode CreateBuildSettings method 16 years ago
  Brad King f952ead857 ENH: Use logical target names in Xcode projects 16 years ago
  Brad King f33a27abd6 ENH: Generate native Xcode 3.0 and 3.1 projects 16 years ago
  Brad King 921f3a1ac2 BUG: Do not automatically set HEADER_FILE_ONLY 16 years ago
  Bill Hoffman 756cb547f3 BUG: fix xcode depend issue and add a test for it 17 years ago
  David Cole 6e87aa49e6 BUG: Fix issue #8253 - handle xib file extension in Xcode projects so that double clicking on xib files opens them up in Interface Builder. Thanks to baron_roberts for the patch. 17 years ago
  Bill Hoffman 65c1511814 BUG: fix depend bug again for Xcode 17 years ago
  Bill Hoffman f535cf99ed BUG: use the top level project name for the xcode depend helper directory names 17 years ago
  David Cole 1dee719cdc BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to specify the target deployment runtime OS version of the built executables on Mac OSX. Thanks to Mike Jackson for the patch. 17 years ago