summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-5/+5
* Merge topic 'cxx11-nullptr'Brad King2017-08-251-2/+2
|\
| * Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* | Merge topic 'revert-xcode-9-new-buildsystem-support'Brad King2017-08-251-11/+0
|\ \ | |/ |/|
| * Xcode: Revert addition of "outputPaths" to custom command build phaseBrad King2017-08-241-11/+0
* | Performance: Fix a few more unnecessary vector copies missed in af3fd6fAaron Orenstein2017-08-181-7/+7
* | Merge topic 'xcode9support'Brad King2017-07-171-0/+11
|\ \ | |/
| * Xcode: Add "outputPaths" to custom command script build phaseHarry Mallon2017-07-141-0/+11
* | Merge topic 'xcode-cross-sdk-object-libraries'Brad King2017-06-301-4/+4
|\ \ | |/
| * Xcode: Use correct Object Library paths for cross-SDK buildsGregor Jasny2017-06-291-4/+4
* | Xcode: Add XCTest support to schema generatorGregor Jasny2017-06-281-2/+28
|/
* IPO: Consider support for each language separatelyBrad King2017-06-141-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-5/+5
* Xcode: Work around xcodebuild spurious hangs in try_compileBrad King2017-05-151-1/+2
* Xcode: Refactor internal decision for scheme generationBrad King2017-05-151-4/+5
* Merge topic 'remove-top-level-xcode-groups'Brad King2017-05-041-35/+1
|\
| * Xcode: Remove the top-level Sources and Resources groupsMatt Stevens2017-05-031-35/+1
* | Xcode: Support IPO (LTO)Ruslan Baratov2017-05-021-2/+5
|/
* Add IPO compiler flags more consistently in generatorsBrad King2017-04-271-1/+2
* Xcode: Drop support for Xcode versions below 3Brad King2017-04-221-294/+137
* Xcode: Compute version number earlierBrad King2017-04-211-9/+12
* Merge topic '16760-refactor-get-mac-content-directory'Brad King2017-04-211-1/+2
|\
| * Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-1/+2
* | Xcode: Use SYSTEM_HEADER_SEARCH_PATHS attribute for system includesGregor Jasny2017-04-191-4/+33
|/
* cmGlobalGenerator: Add method to check if object file location is knownBrad King2017-04-181-0/+12
* Xcode: Refactor loop over all sourcesBrad King2017-04-131-33/+12
* Xcode: Use config-specific object library files on link linesBrad King2017-04-131-1/+1
* Merge topic 'xcode-remove-UseObjectLibraries'Brad King2017-04-131-19/+32
|\
| * Xcode: Inline relevant parts of UseObjectLibrariesBrad King2017-04-121-12/+22
| * Xcode: Do not add Object Libraries source group on Xcode >= 5Brad King2017-04-121-11/+14
* | Merge topic 'include-style'Brad King2017-04-131-1/+1
|\ \ | |/ |/|
| * Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* | Xcode: Compute a concrete object file arch dir if possibleBrad King2017-04-111-1/+18
* | Xcode: Refactor object directory name computationBrad King2017-04-111-10/+19
* | Xcode: Refactor internal architecture list constructionBrad King2017-04-111-17/+15
|/
* Add GENERATOR_IS_MULTI_CONFIG global propertyBastien Schatt2017-04-041-0/+2
* Merge topic 'ipo-policy-CMP0069'Brad King2017-03-311-0/+3
|\
| * Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-301-0/+3
* | Merge topic '16742-swift-3.0'Brad King2017-03-301-1/+5
|\ \
| * | Swift: Default to Swift 3.0 with Xcode 8.3 and laterGregor Jasny2017-03-281-1/+5
* | | Apple: Fix Resources location for all generatorsGregor Jasny2017-03-231-2/+7
* | | Xcode: Properly handle Bundle Resources with more than one hierarchy levelGregor Jasny2017-03-221-0/+40
* | | Xcode: Properly handle non-resource Bundle files on iOSGregor Jasny2017-03-221-2/+6
| |/ |/|
* | Xcode: Control schema generation via variableGregor Jasny2017-03-121-2/+1
* | Xcode: Fix schema container location calculationGregor Jasny2017-02-281-3/+3
* | Xcode: Do not autocreate schemesGregor Jasny2017-02-281-0/+31
* | Merge topic 'cmake-xcode-schemes'Brad King2017-02-281-0/+28
|\ \
| * | Xcode: Write shared schemes based on the default files generated by XcodeGusts Kaksis2017-02-281-0/+28
| |/
* | Xcode: Always track object library dependencies via hacky MakefileGregor Jasny2017-02-221-14/+12