index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmGlobalXCodeGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Xcode: Use DEBUGGER_WORKING_DIRECTORY as a fallback for scheme work dir
Craig Scott
2025-05-03
1
-0/+9
*
Merge branch 'backport-3.31-apple-CoreFoundation-headers'
Brad King
2025-04-08
1
-1/+4
|
\
|
*
Source: Include specific CoreFoundation headers instead of umbrella header
Sergey Fedorov
2025-04-08
1
-1/+4
*
|
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-131/+131
*
|
VS: Remove support for appending a platform to the generator name
Brad King
2025-01-21
1
-7/+1
*
|
CMP0026: Remove support for OLD behavior
Brad King
2025-01-19
1
-1/+1
*
|
CMP0018: Remove support for OLD behavior
Brad King
2025-01-18
1
-2/+1
*
|
Fix: A lot of typos in code found by `typos`
Alex Turbov
2025-01-12
1
-7/+7
*
|
Merge topic 'rename-cmakelists'
Brad King
2024-12-18
1
-6/+4
|
\
\
|
*
|
cmake: Allow configuration of default script names
Martin Duffy
2024-12-17
1
-6/+4
*
|
|
Xcode: Fix XCODE_EMBED_FRAMEWORKS when settings differ across targets
Aleksei Sapitskii
2024-12-06
1
-19/+12
|
/
/
*
|
Link step: Add LINK_WARNING_AS_ERROR target property
Marc Chevrier
2024-11-12
1
-8/+10
*
|
COMPILE_WARNING_AS_ERROR: rename methods to prepare link similar functionality
Marc Chevrier
2024-11-12
1
-1/+1
*
|
StringAlgorithms: Refactor `cmTokenize()` function
Alex Turbov
2024-11-06
1
-5/+6
*
|
Add support of "LINKER:" prefix for artifact creation flags
Marc Chevrier
2024-11-04
1
-7/+12
*
|
Refactoring cmRulePlaceHolderExpander: propagate cmBuildStep information
Marc Chevrier
2024-11-04
1
-0/+1
*
|
Add support of "LINKER:" prefix for CMAKE_<TYPE>_LINKER_FLAGS variable
Marc Chevrier
2024-11-04
1
-1/+2
*
|
Xcode: case-insensitive target ordering
Gusts Kaksis
2024-10-11
1
-0/+5
*
|
Xcode: Fix target ordering operator to meet std::sort requirements
Gusts Kaksis
2024-10-10
1
-0/+3
|
/
*
Linking: Add CMAKE_LANG_STANDARD_LINK_DIRECTORIES
Vito Gamberini
2024-08-28
1
-1/+10
*
cmGlobalXCodeGenerator: Re-implement legacy makefile path escaping
Brad King
2024-05-15
1
-1/+15
*
cmGlobalXCodeGenerator: Do not use legacy makefile escaping in shell commands
Brad King
2024-05-15
1
-6/+6
*
cmGlobalXCodeGenerator: Migrate legacy makefile path escaping to local helper
Brad King
2024-05-15
1
-38/+37
*
cmGeneratorTarget: Clarify enum for specifying purpose of usage requirements
Brad King
2024-05-03
1
-3/+1
*
Xcode: Use builtin "default" file type
Ilya Kulakov
2024-04-23
1
-17/+17
*
Xcode: Use deterministic object ids for targets
lapfelix
2024-04-10
1
-3/+25
*
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-6/+6
*
Xcode: Fix PCH support with Swift & C++
Mikko Lehtonen
2024-01-30
1
-1/+2
*
Merge topic 'cmake-sources-no-scan'
Brad King
2023-12-12
1
-0/+1
|
\
|
*
cmGlobalXCodeGenerator: disable C++ module scanning for force-lang files
Ben Boeckel
2023-12-11
1
-0/+1
*
|
Xcode: Add support to embed XPC Services
Jonathan Earnshaw
2023-11-29
1
-0/+10
*
|
Merge topic 'xcode-embed-resources'
Brad King
2023-11-29
1
-3/+2
|
\
\
|
|
/
|
*
Xcode: Fix embed resources prop name
halx99
2023-11-28
1
-3/+2
*
|
Swift: Add abstraction for compilation mode
Evan Wilde
2023-11-17
1
-3/+33
*
|
Merge topic 'static-library-link-xcframework'
Brad King
2023-11-07
1
-21/+72
|
\
\
|
|
/
|
*
Xcode: Fix linking against .xcframework from static libraries
Kyle Edwards
2023-11-06
1
-21/+72
*
|
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-0/+3
|
/
*
cxxmodules: rework control logic for scanning regular C++ sources
Ben Boeckel
2023-10-02
1
-8/+0
*
Xcode: reject legacy buildsystem for Xcode 14
Gregor Jasny
2023-08-31
1
-2/+4
*
Merge topic 'modules-better-messages'
Brad King
2023-08-25
1
-2/+2
|
\
|
*
cxxmodules: improve error messages for C++ module setup
Ben Boeckel
2023-08-23
1
-2/+2
*
|
cmComputeLinkInformation: prepare Item consumers for `OBJECT` libraries
Ben Boeckel
2023-08-01
1
-0/+7
*
|
Merge topic 'xcode-embed-resources'
Brad King
2023-08-01
1
-4/+30
|
\
\
|
*
|
Xcode: Add embed resources support
halx99
2023-07-31
1
-4/+30
*
|
|
strings: use single characters where possible
Ben Boeckel
2023-07-30
1
-41/+41
*
|
|
string_view: use string_view literals in comparisons
Ben Boeckel
2023-07-30
1
-63/+63
*
|
|
strings: combine string literals
Ben Boeckel
2023-07-30
1
-25/+27
*
|
|
cmStrCat: use where possible in Apple-specific sources
Ben Boeckel
2023-07-30
1
-36/+36
*
|
|
clang-tidy: fix `readability-braces-around-statements` lints
Ben Boeckel
2023-07-30
1
-1/+2
[next]