summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Linking: Add CMAKE_LANG_STANDARD_LINK_DIRECTORIESVito Gamberini2024-08-281-1/+10
* cmGlobalXCodeGenerator: Re-implement legacy makefile path escapingBrad King2024-05-151-1/+15
* cmGlobalXCodeGenerator: Do not use legacy makefile escaping in shell commandsBrad King2024-05-151-6/+6
* cmGlobalXCodeGenerator: Migrate legacy makefile path escaping to local helperBrad King2024-05-151-38/+37
* cmGeneratorTarget: Clarify enum for specifying purpose of usage requirementsBrad King2024-05-031-3/+1
* Xcode: Use builtin "default" file typeIlya Kulakov2024-04-231-17/+17
* Xcode: Use deterministic object ids for targetslapfelix2024-04-101-3/+25
* Source: Use cmValue::IsOn and IsOffVitaly Stakhovsky2024-03-171-6/+6
* Xcode: Fix PCH support with Swift & C++Mikko Lehtonen2024-01-301-1/+2
* Merge topic 'cmake-sources-no-scan'Brad King2023-12-121-0/+1
|\
| * cmGlobalXCodeGenerator: disable C++ module scanning for force-lang filesBen Boeckel2023-12-111-0/+1
* | Xcode: Add support to embed XPC ServicesJonathan Earnshaw2023-11-291-0/+10
* | Merge topic 'xcode-embed-resources'Brad King2023-11-291-3/+2
|\ \ | |/
| * Xcode: Fix embed resources prop namehalx992023-11-281-3/+2
* | Swift: Add abstraction for compilation modeEvan Wilde2023-11-171-3/+33
* | Merge topic 'static-library-link-xcframework'Brad King2023-11-071-21/+72
|\ \ | |/
| * Xcode: Fix linking against .xcframework from static librariesKyle Edwards2023-11-061-21/+72
* | Add options to specify linker toolMarc Chevrier2023-10-131-0/+3
|/
* cxxmodules: rework control logic for scanning regular C++ sourcesBen Boeckel2023-10-021-8/+0
* Xcode: reject legacy buildsystem for Xcode 14Gregor Jasny2023-08-311-2/+4
* Merge topic 'modules-better-messages'Brad King2023-08-251-2/+2
|\
| * cxxmodules: improve error messages for C++ module setupBen Boeckel2023-08-231-2/+2
* | cmComputeLinkInformation: prepare Item consumers for `OBJECT` librariesBen Boeckel2023-08-011-0/+7
* | Merge topic 'xcode-embed-resources'Brad King2023-08-011-4/+30
|\ \
| * | Xcode: Add embed resources supporthalx992023-07-311-4/+30
* | | strings: use single characters where possibleBen Boeckel2023-07-301-41/+41
* | | string_view: use string_view literals in comparisonsBen Boeckel2023-07-301-63/+63
* | | strings: combine string literalsBen Boeckel2023-07-301-25/+27
* | | cmStrCat: use where possible in Apple-specific sourcesBen Boeckel2023-07-301-36/+36
* | | clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2023-07-301-1/+2
* | | clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2023-07-301-3/+3
* | | clang-tidy: fix `bugprone-branch-clone` lintsBen Boeckel2023-07-301-0/+2
* | | clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2023-07-301-4/+2
* | | clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-271-29/+29
* | | macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-261-6/+57
|/ /
* | apple: add preliminary visionOS supportGregor Jasny2023-07-111-0/+4
|/
* Preserve --compile-no-warning-as-error in automatic CMake re-runsBrad King2023-05-301-8/+6
* Xcode: Internally uses -S instead of -H to specify source directoryBrad King2023-05-301-1/+1
* Apple Frameworks: honor SYSTEM target propertyMarc Chevrier2023-05-111-3/+1
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-5/+4
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-10/+11
* cmGeneratorTarget: Pass language to GetAppleArchs when possibleBrad King2023-03-151-1/+2
* cmGeneratorTarget: Convert GetAppleArchs output argument to return valueBrad King2023-03-151-2/+1
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-1/+28
* Merge topic 'xcode-revert-header-map'Brad King2023-02-201-0/+1
|\
| * Xcode: Restore suppression of header mapsBrad King2023-02-171-0/+1
* | cmCustomCommand: Refactor custom command-specific policy valuesKyle Edwards2023-02-061-3/+0
|/
* Xcode: Explicitly disable deprecated user include path featureBrad King2023-01-311-1/+2
* Xcode: Inherit Swift flags and compilation conditionsRoss Kilgariff2023-01-251-0/+3
* cmGeneratorTarget: Cache full name componentsPierre Testart2023-01-181-10/+8