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
*
VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS property
Brad King
2017-10-03
1
-1/+2
*
Fix some occurrences of readability-braces-around-statements
Matthias Maennich
2017-09-28
1
-14/+22
*
Convert some leftover loops to C++11 range-based loop
Matthias Maennich
2017-09-28
1
-187/+133
*
Fix left-over occurrences of else-after-return
Matthias Maennich
2017-09-28
1
-10/+6
*
Fix minor clang-tidy findings
Matthias Maennich
2017-09-28
1
-2/+2
*
Fix some occurrences of missing override keywords
Matthias Maennich
2017-09-28
1
-3/+6
*
Fix some occurrences using string by value rather than by const&
Matthias Maennich
2017-09-28
1
-2/+2
*
Replace several occurrences of empty string comparisons by string::empty()
Matthias Maennich
2017-09-28
1
-4/+4
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-4/+6
*
Use C++11 nullptr (cont.)
Matthias Maennich
2017-09-19
1
-32/+33
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-5/+5
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-5/+5
*
Merge topic 'cxx11-nullptr'
Brad King
2017-08-25
1
-2/+2
|
\
|
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
|
Merge topic 'revert-xcode-9-new-buildsystem-support'
Brad King
2017-08-25
1
-11/+0
|
\
\
|
|
/
|
/
|
|
*
Xcode: Revert addition of "outputPaths" to custom command build phase
Brad King
2017-08-24
1
-11/+0
*
|
Performance: Fix a few more unnecessary vector copies missed in af3fd6f
Aaron Orenstein
2017-08-18
1
-7/+7
*
|
Merge topic 'xcode9support'
Brad King
2017-07-17
1
-0/+11
|
\
\
|
|
/
|
*
Xcode: Add "outputPaths" to custom command script build phase
Harry Mallon
2017-07-14
1
-0/+11
*
|
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
|
\
\
[next]