summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge topic 'COMPILE_DEFINITIONS-property-cleanup'Brad King2022-12-141-1/+7
|\
| * COMPILE_DEFINITIONS property: ensure leading -D is removed in all casesMarc Chevrier2022-12-131-1/+7
* | Make vector operations more efficientRose2022-12-101-2/+2
|/
* Merge topic 'XCode-XCODE_LINK_BUILD_PHASE_MODE-and-LINK_LIBRARY-genex'Brad King2022-11-231-21/+53
|\
| * XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODEMarc Chevrier2022-11-221-21/+53
* | Merge topic 'custom-command-comment-genex'Brad King2022-11-221-2/+3
|\ \
| * | cmCustomCommandGenerator: refactor GetComment to return std::stringPeter Würth2022-11-191-2/+3
* | | Xcode: Allow bundling extensionkit extensionsRussell Greene2022-11-181-2/+15
|/ /
* | Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-6/+5
* | Merge topic 'xcode-swift-include-dirs'Brad King2022-11-031-10/+15
|\ \ | |/
| * Xcode: Implement Swift include directoriesBrad King2022-11-021-0/+3
| * Xcode: Restore Swift framework search directoriesBrad King2022-11-021-10/+12
* | Merge topic 'xcode-obj-dir'Brad King2022-10-311-8/+21
|\ \ | |/
| * Xcode: Put object files in a place that Xcode cleansBrad King2022-10-281-8/+21
* | Merge topic 'xcode-restore-install-path'Brad King2022-10-281-3/+3
|\ \ | |/
| * Xcode: Revert "Don't set INSTALL_PATH unless target is SHARED_LIBRARY"Brad King2022-10-271-3/+3
* | Merge topic 'xcode-swift-defs'Brad King2022-10-271-11/+32
|\ \ | |/
| * Xcode: Evaluate Swift compile definitions separatelyBrad King2022-10-251-11/+32