summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Generalize inheritance of project-level search pathsBrad King2020-12-221-10/+35
* cmGlobalXCodeGenerator: Factor out helper to append attributeBrad King2020-12-211-28/+35
* cmGeneratorTarget: Make GetConfigCommonSourceFiles Xcode-specificBrad King2020-12-161-4/+4
* Allow empty source file list for iOS Sticker packsAndrew Shaitorov2020-12-061-0/+8
* Compile with explicit language flag when source LANGUAGE property is setBrad King2020-12-021-0/+5
* Xcode: add support for embedding frameworksGusts Kaksis2020-11-281-1/+133
* Merge topic 'xcode-cc-work-dir'Brad King2020-11-241-3/+11
|\
| * Xcode: Fix custom command work-dir placeholders in "new build system"Brad King2020-11-231-3/+11
* | Merge topic 'revert-explicit-LANGUAGE-flag'Brad King2020-11-201-8/+0
|\ \ | |/
| * Revert "specify language flag when source LANGUAGE property is set"Brad King2020-11-191-8/+0
* | Merge topic 'xcode-clean-lib-paths'Craig Scott2020-11-161-10/+20
|\ \ | |/
| * Xcode: Clean library paths to avoid linker duplicate symbol definitionsGusts Kaksis2020-11-161-10/+20
* | Merge topic 'xcode-inherit-paths'Brad King2020-11-061-0/+4
|\ \ | |/
| * Xcode: Inherit target library and framework search paths from projectGusts Kaksis2020-11-051-0/+4
* | Merge topic 'xcode_build_jobs'Brad King2020-10-281-6/+5
|\ \ | |/ |/|
| * XCode: Use -j build option when job capacity is specified by userFred Baksik2020-10-261-6/+5
* | Xcode: Fix regression that automatically links libraries in source listGusts Kaksis2020-10-271-2/+3
|/
* Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-1/+2
* Xcode: Don't add framework as -framework argument in linker info listGusts Kaksis2020-10-021-1/+9
* Merge topic 'macos-arm64'Brad King2020-10-011-0/+4
|\
| * macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-0/+4
* | cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-3/+2
|/
* Xcode: Remove dependency Makefile hacks under the "new build system"Brad King2020-09-241-11/+17
* Xcode: Remove remnants of ancient XCODE_DEPEND_HELPER utility targetBrad King2020-09-241-5/+4
* Xcode: Switch to the "new build system" for Xcode 12 and aboveBrad King2020-09-181-27/+302
* Xcode: Add option to specify build system variantBrad King2020-09-181-12/+103
* Xcode: Factor out build phase variable declarationsBrad King2020-09-181-7/+12
* Xcode: Clarify name of legacy run script build phase helperBrad King2020-09-181-5/+5
* cmGlobalGenerator: Compute a global target ordering respecting dependenciesBrad King2020-09-041-39/+2
* Merge topic 'getdef'Brad King2020-09-031-14/+13
|\
| * cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-14/+13
* | Xcode: Avoid unnecessary duplication of custom commands across targetsBrad King2020-09-011-1/+24
* | Xcode: Refactor custom command dependency expansionBrad King2020-09-011-6/+11
|/
* Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-09-011-68/+216
* Xcode: Add special case for file type extension map for .xcassetsGusts Kaksis2020-08-281-0/+3
* Xcode: Refactor build setting append code and attribute getter namingGusts Kaksis2020-08-281-47/+68
* Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-1/+2
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-2/+2
* Merge topic 'cleanup-target-types'Brad King2020-07-281-11/+7
|\
| * Factor out generator checks for filtering out interface librariesBrad King2020-07-231-11/+7
* | Merge topic 'xcode-12-legacy-deprecation'Brad King2020-07-271-0/+2
|\ \ | |/ |/|
| * Xcode: Suppress legacy build system deprecation warningBrad King2020-07-231-0/+2
* | Merge topic 'xcode-native-arch'Craig Scott2020-07-211-1/+18
|\ \
| * | Xcode: Explicitly specify default native architecture on macOSBrad King2020-07-201-1/+11
| * | cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in memberBrad King2020-07-161-0/+7
| |/
* | Xcode: Explicitly turn off signing in try_compile projectsBrad King2020-07-161-0/+6
* | Xcode: Special treatment for directly linked framework binariesGusts Kaksis2020-07-141-6/+19
* | Xcode: Use "Link Binary With Libraries" to link any libraryGusts Kaksis2020-07-141-54/+142
* | Merge topic 'refactor-generator-configs'Brad King2020-07-061-5/+2
|\ \
| * | cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-5/+2