summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backport-3.31-apple-CoreFoundation-headers'Brad King2025-04-081-1/+4
|\
| * Source: Include specific CoreFoundation headers instead of umbrella headerSergey Fedorov2025-04-081-1/+4
* | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* | Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-131/+131
* | VS: Remove support for appending a platform to the generator nameBrad King2025-01-211-7/+1
* | CMP0026: Remove support for OLD behaviorBrad King2025-01-191-1/+1
* | CMP0018: Remove support for OLD behaviorBrad King2025-01-181-2/+1
* | Fix: A lot of typos in code found by `typos`Alex Turbov2025-01-121-7/+7
* | Merge topic 'rename-cmakelists'Brad King2024-12-181-6/+4
|\ \
| * | cmake: Allow configuration of default script namesMartin Duffy2024-12-171-6/+4
* | | Xcode: Fix XCODE_EMBED_FRAMEWORKS when settings differ across targetsAleksei Sapitskii2024-12-061-19/+12
|/ /
* | Link step: Add LINK_WARNING_AS_ERROR target propertyMarc Chevrier2024-11-121-8/+10
* | COMPILE_WARNING_AS_ERROR: rename methods to prepare link similar functionalityMarc Chevrier2024-11-121-1/+1
* | StringAlgorithms: Refactor `cmTokenize()` functionAlex Turbov2024-11-061-5/+6
* | Add support of "LINKER:" prefix for artifact creation flagsMarc Chevrier2024-11-041-7/+12
* | Refactoring cmRulePlaceHolderExpander: propagate cmBuildStep informationMarc Chevrier2024-11-041-0/+1
* | Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variableMarc Chevrier2024-11-041-1/+2
* | Xcode: case-insensitive target orderingGusts Kaksis2024-10-111-0/+5
* | Xcode: Fix target ordering operator to meet std::sort requirementsGusts Kaksis2024-10-101-0/+3
|/
* 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