summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Teach Xcode generator to set XCODE_VERSIONBrad King2009-09-231-7/+16
* Fix Xcode project references to the source treeBrad King2009-09-221-56/+31
* Fix Bug #8332, add support for .pch files for Xcode.Bill Hoffman2009-09-211-1/+2
* Fix Bug #8928, add support for .xib files for Xcode.Bill Hoffman2009-09-211-0/+4
* Remove cmGlobalXCode21Generator subclassBrad King2009-09-191-12/+27
* Fix the build for version 2.5 of Xcode.Bill Hoffman2009-09-181-0/+9
* Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs...Bill Hoffman2009-09-171-27/+27
* Bug #8356, add support for image types in Xcode files.Bill Hoffman2009-09-141-0/+4
* Fix for bug #8807, add support for CMAKE_EXE_LINKER_FLAGS_(config) to Xcode g...Bill Hoffman2009-09-141-0/+9
* Separate Xcode flag escaping code from definesBrad King2009-07-291-28/+69
* Re-order cmGlobalXCodeGenerator implementationBrad King2009-07-291-51/+51
* BUG: Additional fix necessary for issue #8481 so that Xcode builds do not wri...David Cole2009-07-241-0/+6
* BUG: Fix issue #8481 - generate Xcode projects such that breakpoints may be u...David Cole2009-07-221-3/+34
* BUG: Fix Xcode linker languageBrad King2009-07-101-0/+57
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-1/+1
* ENH: Use fixed header file type mapping for XcodeBrad King2009-07-081-10/+6
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-2/+2
* BUG: Do not generate "global" Xcode configBrad King2009-07-021-16/+18
* ENH: Simplify Xcode CreateBuildSettings methodBrad King2009-07-021-52/+57
* ENH: Use logical target names in Xcode projectsBrad King2009-07-021-21/+5
* ENH: Generate native Xcode 3.0 and 3.1 projectsBrad King2009-06-291-29/+113
* BUG: Do not automatically set HEADER_FILE_ONLYBrad King2009-03-161-2/+11
* BUG: fix xcode depend issue and add a test for itBill Hoffman2009-02-191-1/+1
* BUG: Fix issue #8253 - handle xib file extension in Xcode projects so that do...David Cole2009-02-191-0/+4
* BUG: fix depend bug again for XcodeBill Hoffman2009-02-191-3/+2
* BUG: use the top level project name for the xcode depend helper directory namesBill Hoffman2009-02-181-1/+2
* BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci...David Cole2009-01-271-0/+7
* BUG: Fix LOCATION property for Mac AppBundlesBrad King2009-01-201-10/+0
* ENH: Put custom target sources in Xcode projectsBrad King2008-10-091-24/+61
* BUG: 7763 fix, OPTIMIZATION was not set right. Also fix for BUG 7764, put XC...Bill Hoffman2008-10-021-16/+14
* ENH: Use improved target dependencies for XcodeBrad King2008-09-151-62/+4
* BUG: make sure flag is found even with extra spaces at the startBill Hoffman2008-09-111-1/+1
* BUG: Fix issue #7046 - make sure extensionless headers and resource files wor...David Cole2008-09-051-17/+31
* ENH: Create Info.plist files in OS X FrameworksBrad King2008-09-021-0/+12
* ENH: Simplify string attributes in Xcode generatorBrad King2008-09-021-15/+1
* BUG: fix for bug 7316Bill Hoffman2008-07-141-4/+0
* ENH: Set version info for shared libs on OSX.Brad King2008-07-091-4/+32
* BUG: Do not build human-reference files in XcodeBrad King2008-07-071-1/+8
* ENH: Add projectRoot to Xcode projectsBrad King2008-07-071-0/+7
* BUG: Fix AppBundle=>Library depends in XcodeBrad King2008-07-071-2/+12
* BUG: Fix Xcode reference to Info.plist resourceBrad King2008-07-031-10/+15
* BUG: Fix Xcode per-config bundle name in Info.plistBrad King2008-07-031-1/+5
* ENH: fix for flags that have sub-string matchesBill Hoffman2008-06-061-1/+1
* ENH: allow users to set sysrootBill Hoffman2008-04-281-1/+22
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-48/+13
* ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE propertiesBrad King2008-02-181-8/+8
* ENH: Allow multiple OS X applications bundles to be created in a single build...Brad King2008-02-141-12/+9
* ENH: Avoid computing link information for static library targets. They do no...Brad King2008-02-071-20/+25
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-2/+3
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-6/+3