summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-6/+5
* Add whitespace after colons in error messages.Stephen Kelly2013-06-211-1/+1
* Merge topic 'xcode-framework-paths'Brad King2013-06-051-11/+7
|\
| * Xcode: Fix framework search paths in STATIC library targets (#14191)Brad King2013-06-041-11/+7
* | Merge topic 'VISIBILITY_PRESET-property'Brad King2013-06-051-0/+3
|\ \
| * | Introduce target property <LANG>_VISIBILITY_PRESETStephen Kelly2013-06-021-0/+3
* | | Merge topic 'cfbundle-location'Brad King2013-06-041-7/+1
|\ \ \
| * | | OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-7/+1
* | | | Merge topic 'target-COMPILE_OPTIONS'Brad King2013-06-031-2/+4
|\ \ \ \
| * | | | Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-2/+4
* | | | | Merge topic 'rpath-on-mac'Brad King2013-06-031-0/+23
|\ \ \ \ \
| * | | | | Xcode: Add rpath support in Xcode generator.Clinton Stimpson2013-06-031-0/+23
* | | | | | Merge topic 'xcode-shlib-versioning'Brad King2013-06-031-15/+79
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Xcode: Add support for shared library versioningClinton Stimpson2013-05-291-15/+79
| | |/ / / | |/| | |
* | | | | Merge topic 'framework-refactor'Brad King2013-06-031-2/+7
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | 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