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
...
*
|
Merge topic 'xcode-cross-sdk-object-libraries'
Brad King
2017-06-30
1
-4/+4
|
\
\
|
|
/
|
*
Xcode: Use correct Object Library paths for cross-SDK builds
Gregor Jasny
2017-06-29
1
-4/+4
*
|
Xcode: Add XCTest support to schema generator
Gregor Jasny
2017-06-28
1
-2/+28
|
/
*
IPO: Consider support for each language separately
Brad King
2017-06-14
1
-1/+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-5/+5
*
Xcode: Work around xcodebuild spurious hangs in try_compile
Brad King
2017-05-15
1
-1/+2
*
Xcode: Refactor internal decision for scheme generation
Brad King
2017-05-15
1
-4/+5
*
Merge topic 'remove-top-level-xcode-groups'
Brad King
2017-05-04
1
-35/+1
|
\
|
*
Xcode: Remove the top-level Sources and Resources groups
Matt Stevens
2017-05-03
1
-35/+1
*
|
Xcode: Support IPO (LTO)
Ruslan Baratov
2017-05-02
1
-2/+5
|
/
*
Add IPO compiler flags more consistently in generators
Brad King
2017-04-27
1
-1/+2
*
Xcode: Drop support for Xcode versions below 3
Brad King
2017-04-22
1
-294/+137
*
Xcode: Compute version number earlier
Brad King
2017-04-21
1
-9/+12
*
Merge topic '16760-refactor-get-mac-content-directory'
Brad King
2017-04-21
1
-1/+2
|
\
|
*
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-1/+2
*
|
Xcode: Use SYSTEM_HEADER_SEARCH_PATHS attribute for system includes
Gregor Jasny
2017-04-19
1
-4/+33
|
/
*
cmGlobalGenerator: Add method to check if object file location is known
Brad King
2017-04-18
1
-0/+12
*
Xcode: Refactor loop over all sources
Brad King
2017-04-13
1
-33/+12
*
Xcode: Use config-specific object library files on link lines
Brad King
2017-04-13
1
-1/+1
*
Merge topic 'xcode-remove-UseObjectLibraries'
Brad King
2017-04-13
1
-19/+32
|
\
|
*
Xcode: Inline relevant parts of UseObjectLibraries
Brad King
2017-04-12
1
-12/+22
|
*
Xcode: Do not add Object Libraries source group on Xcode >= 5
Brad King
2017-04-12
1
-11/+14
*
|
Merge topic 'include-style'
Brad King
2017-04-13
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
|
Xcode: Compute a concrete object file arch dir if possible
Brad King
2017-04-11
1
-1/+18
*
|
Xcode: Refactor object directory name computation
Brad King
2017-04-11
1
-10/+19
*
|
Xcode: Refactor internal architecture list construction
Brad King
2017-04-11
1
-17/+15
|
/
*
Add GENERATOR_IS_MULTI_CONFIG global property
Bastien Schatt
2017-04-04
1
-0/+2
*
Merge topic 'ipo-policy-CMP0069'
Brad King
2017-03-31
1
-0/+3
|
\
|
*
Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION
Ruslan Baratov
2017-03-30
1
-0/+3
*
|
Merge topic '16742-swift-3.0'
Brad King
2017-03-30
1
-1/+5
|
\
\
|
*
|
Swift: Default to Swift 3.0 with Xcode 8.3 and later
Gregor Jasny
2017-03-28
1
-1/+5
*
|
|
Apple: Fix Resources location for all generators
Gregor Jasny
2017-03-23
1
-2/+7
*
|
|
Xcode: Properly handle Bundle Resources with more than one hierarchy level
Gregor Jasny
2017-03-22
1
-0/+40
*
|
|
Xcode: Properly handle non-resource Bundle files on iOS
Gregor Jasny
2017-03-22
1
-2/+6
|
|
/
|
/
|
*
|
Xcode: Control schema generation via variable
Gregor Jasny
2017-03-12
1
-2/+1
*
|
Xcode: Fix schema container location calculation
Gregor Jasny
2017-02-28
1
-3/+3
*
|
Xcode: Do not autocreate schemes
Gregor Jasny
2017-02-28
1
-0/+31
*
|
Merge topic 'cmake-xcode-schemes'
Brad King
2017-02-28
1
-0/+28
|
\
\
|
*
|
Xcode: Write shared schemes based on the default files generated by Xcode
Gusts Kaksis
2017-02-28
1
-0/+28
|
|
/
*
|
Xcode: Always track object library dependencies via hacky Makefile
Gregor Jasny
2017-02-22
1
-14/+12
*
|
Xcode: Record dependency information also for object libraries
Gregor Jasny
2017-02-22
1
-8/+30
*
|
Xcode: Collect dummy rules during iteration and emit afterwards
Gregor Jasny
2017-02-22
1
-24/+13
*
|
Makefile: Allow adding post-build rules to object libraries
Gregor Jasny
2017-02-22
1
-1/+2
|
/
*
Apple: Add support for static frameworks
Gregor Jasny
2017-01-31
1
-4/+35
*
Xcode: Control emission of EFFECTIVE_PLATFORM_NAME
Gregor Jasny
2017-01-20
1
-0/+14
*
Xcode: Properly mark SYSTEM includes as such
Gregor Jasny
2016-12-27
1
-0/+16
*
Xcode: Add target property to override explicitFileType
Gregor Jasny
2016-12-03
1
-0/+4
*
Xcode: Add target property to override productType
Gregor Jasny
2016-12-03
1
-0/+4
*
Merge topic 'include-what-you-use'
Brad King
2016-11-28
1
-2/+17
|
\
[prev]
[next]