summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* xcode: Restore ctest --build-and-test without --build-projectStepanov Igor2025-07-261-1/+10
* cmake --build: Fix building multiple targets in Xcode workspaceStepanov Igor2025-06-141-34/+64
* Merge topic 'xcode-build-workspace'Brad King2025-06-111-8/+62
|\
| * cmake --build: Add support for driving Xcode workspacesStepanov Igor2025-06-101-8/+62
* | cmGlobalXCodeGenerator: Remove unused argument from LookupFlags helperBrad King2025-06-071-8/+6
* | Xcode: De-duplicate -dynamiclib/-bundle flags for SHARED/MODULE librariesBrad King2025-06-071-19/+18
* | cmGlobalXCodeGenerator: Convert GetTargetProductType signature to string_viewBrad King2025-06-071-23/+22
* | cmGlobalXCodeGenerator: Convert CreateString signature to string_viewBrad King2025-06-071-1/+1
|/
* generators: use GetSupportDirectory() in more placesBen Boeckel2025-05-231-3/+1
* cmStrCat: use character literals where possibleBen Boeckel2025-05-151-3/+3
* cmStrCat: combine neighboring arguments where possibleBen Boeckel2025-05-151-1/+1
* Merge topic 'xcode-debugger-workdir'Brad King2025-05-051-0/+9
|\
| * Xcode: Use DEBUGGER_WORKING_DIRECTORY as a fallback for scheme work dirCraig Scott2025-05-031-0/+9
* | Merge topic 'apple-CoreFoundation-headers'Brad King2025-04-091-1/+4
|\ \ | |/
| * 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
* | | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* | | Xcode: Fix POST_BUILD order in bundle targets on Xcode 16+Alexandra Cherdantseva2025-02-251-2/+38
|/ /
* | 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