summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-2/+7
* | | | Merge topic 'xcode-attributes-variant'Brad King2013-05-231-2/+33
|\ \ \ \
| * | | | Xcode: Support XCODE_ATTRIBUTE_ with [variant=<config>] (#12532)Cédric OCHS2013-05-221-2/+33
| | |/ / | |/| |
* | | | Xcode: Honor CMAKE_(MODULE|SHARED)_LINKER_FLAGS_<CONFIG> (#14161)Matthew Bentham2013-05-221-17/+13
|/ / /
* | | Merge topic 'xcode-explicitFileType'Brad King2013-05-161-3/+3
|\ \ \
| * | | Xcode: Use explicitFileType to mark source types (#14093)Brad King2013-04-161-3/+3
| |/ /
* | | Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-0/+2
|/ /
* | Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-6/+2
* | Xcode: Generate recommended artwork setting (#13954)Brad King2013-02-261-0/+2
* | Merge topic 'xcode-target-depends'Brad King2013-02-201-41/+19
|\ \
| * | Xcode: Each target dependency edge needs a unique object (#13935)Brad King2013-02-191-23/+19
| * | Xcode: Drop check for circular target dependenciesBrad King2013-02-191-18/+0
* | | Merge topic 'ide-compiler-vars-cleanup'Brad King2013-02-201-2/+0
|\ \ \
| * | | VS,Xcode: Remove unused CMAKE_GENERATOR_* variablesBrad King2013-02-191-2/+0
| |/ /
* | | Xcode: Sort source filesAlexander Chehovsky2013-02-181-1/+12
* | | Xcode: Fix nested source group handling (#12943)Alexander Chehovsky2013-02-181-1/+1
|/ /
* | Merge branch 'master' into generator-toolsetBrad King2013-02-071-2/+2
|\ \
| * | Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-2/+2
* | | Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-071-0/+24
|/ /
* | XCode generator won't infinitely parse compiler flags (bug #13354).Robert Maynard2013-01-181-5/+10
* | Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-101-2/+4
* | Make linking APIs aware of 'head' targetStephen Kelly2013-01-081-1/+1
|/
* Xcode: Add frameworks search paths from link dependeny closure (#13397)Brad King2012-12-071-25/+11
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-2/+1
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-3/+2
* Allow a GeneratorFactory handling of more than one generatorPatrick Gansterer2012-11-191-2/+4
* Add cmGlobalGeneratorFactory::GetGenerators()Patrick Gansterer2012-11-191-0/+3
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-1/+18
* Xcode: Fix ReRunCMake.make path to cmake.check_cache (#13603)Brad King2012-10-241-2/+6
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-1/+2
* Merge topic 'generator-expression-target-properties'Brad King2012-09-281-12/+5
|\
| * Return a std::string from GetCompileDefinitions.Stephen Kelly2012-09-211-2/+3
| * Port remaining code to GetCompileDefinitions().Stephen Kelly2012-09-211-12/+4
* | Merge topic 'use-generator-target'David Cole2012-09-251-3/+8
|\ \ | |/
| * Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+2
| * Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-1/+4
| * Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-1/+2
* | Xcode: Remove unused code reading CMAKE_OSX_SYSROOT_DEFAULTBrad King2012-09-211-10/+0
|/
* Xcode: Set ASM source language in project file (#13472)Brad King2012-08-151-0/+4
* Merge topic 'xcode-select'David Cole2012-08-131-2/+17
|\
| * Xcode: Run xcode-select to find Xcode version file (#13463)Brad King2012-08-101-2/+17
* | Xcode: Fix object library references in multi-project trees (#13452)Brad King2012-08-031-1/+1
|/
* Refactor generation of shared library flagsStephen Kelly2012-06-121-2/+2
* Xcode: Recognize storyboard source files (#13214)Jan Schaffmeister2012-05-141-0/+4
* Xcode: Pay attention to custom configuration types (#13082)David Cole2012-04-021-1/+6
* Merge topic 'object-library'David Cole2012-03-201-66/+267
|\
| * Xcode: Honor $<TARGET_OBJECTS:...> source expressionsDavid Cole2012-03-191-0/+33
| * Build object library targets in XcodeDavid Cole2012-03-191-8/+52
| * Pre-compute object file names before Xcode generationDavid Cole2012-03-191-0/+49
| * Xcode: Re-factor some existing methods into "FromPath" variantsDavid Cole2012-03-161-48/+110