summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'xcode-framework-quoting' into release-3.20Brad King2021-03-111-1/+1
|\
| * Xcode: Restore support for spaces in framework namesBrad King2021-03-101-1/+1
* | cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-7/+9
* | Merge topic 'xcode-framework-path'Brad King2021-02-041-1/+14
|\ \ | |/
| * Xcode: Don't hard-code SDK-provided implicit framework search pathsCraig Scott2021-02-031-1/+14
* | iOS: Fix compilation of CMake itselfHayden2021-02-021-2/+5
* | Merge topic 'xcode-object-ids'Brad King2021-01-081-12/+45
|\ \ | |/
| * Xcode: Use deterministic object ids for script build phasesBrad King2021-01-061-9/+12
| * cmGlobalXCodeGenerator: Add infrastructure for deterministic object idsBrad King2021-01-061-13/+23
| * cmGlobalXCodeGenerator: Adopt pbxproj object id generationBrad King2021-01-061-2/+22
* | 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