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: 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
*
|
|
clang-tidy: fix `readability-else-after-return` lints
Ben Boeckel
2023-07-30
1
-3/+3
*
|
|
clang-tidy: fix `bugprone-branch-clone` lints
Ben Boeckel
2023-07-30
1
-0/+2
*
|
|
clang-tidy: fix `modernize-use-default-member-init` lints
Ben Boeckel
2023-07-30
1
-4/+2
*
|
|
clang-tidy: fix `modernize-use-auto` lints
Ben Boeckel
2023-07-27
1
-29/+29
*
|
|
macOS: Add support for linking against .xcframework folders
Kyle Edwards
2023-07-26
1
-6/+57
|
/
/
*
|
apple: add preliminary visionOS support
Gregor Jasny
2023-07-11
1
-0/+4
|
/
*
Preserve --compile-no-warning-as-error in automatic CMake re-runs
Brad King
2023-05-30
1
-8/+6
*
Xcode: Internally uses -S instead of -H to specify source directory
Brad King
2023-05-30
1
-1/+1
*
Apple Frameworks: honor SYSTEM target property
Marc Chevrier
2023-05-11
1
-3/+1
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-5/+4
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-10/+11
*
cmGeneratorTarget: Pass language to GetAppleArchs when possible
Brad King
2023-03-15
1
-1/+2
*
cmGeneratorTarget: Convert GetAppleArchs output argument to return value
Brad King
2023-03-15
1
-2/+1
*
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-1/+28
*
Merge topic 'xcode-revert-header-map'
Brad King
2023-02-20
1
-0/+1
|
\
|
*
Xcode: Restore suppression of header maps
Brad King
2023-02-17
1
-0/+1
*
|
cmCustomCommand: Refactor custom command-specific policy values
Kyle Edwards
2023-02-06
1
-3/+0
|
/
*
Xcode: Explicitly disable deprecated user include path feature
Brad King
2023-01-31
1
-1/+2
*
Xcode: Inherit Swift flags and compilation conditions
Ross Kilgariff
2023-01-25
1
-0/+3
*
cmGeneratorTarget: Cache full name components
Pierre Testart
2023-01-18
1
-10/+8
*
Merge topic 'COMPILE_DEFINITIONS-property-cleanup'
Brad King
2022-12-14
1
-1/+7
|
\
|
*
COMPILE_DEFINITIONS property: ensure leading -D is removed in all cases
Marc Chevrier
2022-12-13
1
-1/+7
*
|
Make vector operations more efficient
Rose
2022-12-10
1
-2/+2
|
/
*
Merge topic 'XCode-XCODE_LINK_BUILD_PHASE_MODE-and-LINK_LIBRARY-genex'
Brad King
2022-11-23
1
-21/+53
|
\
|
*
XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODE
Marc Chevrier
2022-11-22
1
-21/+53
*
|
Merge topic 'custom-command-comment-genex'
Brad King
2022-11-22
1
-2/+3
|
\
\
|
*
|
cmCustomCommandGenerator: refactor GetComment to return std::string
Peter Würth
2022-11-19
1
-2/+3
*
|
|
Xcode: Allow bundling extensionkit extensions
Russell Greene
2022-11-18
1
-2/+15
|
/
/
[next]