summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+1
* Xcode: Properly identify frameworks with system includesGregor Jasny2021-12-221-1/+1
* cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-16/+17
* cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-181-5/+6
* Source: Fix IWYU warnings in Xcode generatorsNAKAMURA Takumi2021-11-161-3/+10
* Xcode: Add embedded plugins optionGusts Kaksis2021-11-101-0/+9
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-2/+2
* Merge topic 'xcode-dead-code'Brad King2021-09-291-3/+0
|\
| * cmGlobalXCodeGenerator: Remove dead buildsystem version checkBrad King2021-09-281-3/+0
* | Xcode: Treat .inl files as C++ header filesJake Turner2021-09-281-1/+1
|/
* Rename cmProp in cmValueMarc Chevrier2021-09-211-29/+29
* Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-131-2/+5
* Use new AddCacheEntry signaturesMarc Chevrier2021-09-101-3/+2
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-1/+1
* Merge topic 'xcode13-old-buildsystem'Brad King2021-07-071-1/+5
|\
| * Xcode: Ignore deprecated build systemGregor Jasny2021-07-061-1/+5
* | cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPESBrad King2021-06-301-8/+1
|/
* cmComputeLinkInformation: Improve type safety of item IsPath memberBrad King2021-05-291-3/+5
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-2/+1
* cmGlobalXCodeGenerator: Simplify relative path conversion under project rootBrad King2021-05-121-10/+4
* Merge topic 'xcode-inherited-params'Brad King2021-05-121-0/+3
|\
| * Xcode: add extra '$(inherited)' entries using InheritBuildSettingAttribute.Danny Parker2021-05-051-0/+3
* | Xcode: Fix typos and spelling in error messageJosef Angstenberger2021-05-071-1/+1
|/
* Merge topic 'xcode_app_extensions'Brad King2021-04-261-20/+51
|\
| * Xcode: Add support for embedding app extensionsAlexander Akhundzhanov2021-04-221-20/+51
* | Xcode: Add support of DEPFILE for add_custom_command, part 2Marc Chevrier2021-04-171-2/+26
* | Xcode: Add support of DEPFILE for add_custom_commandMarc Chevrier2021-04-151-4/+29
|/
* Merge branch 'backport-xcode-framework-quoting' into xcode-framework-quotingBrad King2021-03-101-1/+1
|\
| * Xcode: Restore support for spaces in framework namesBrad King2021-03-101-1/+1
* | cmLocalGenerator: Simplify some GetIncludeFlag call sitesBrad King2021-02-251-6/+3
* | cmLocalGenerator: Clarify GetIncludeFlags signatureBrad King2021-02-251-2/+6
* | 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
|\ \ | |/