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
*
cmGlobalGenerator: Compute a global target ordering respecting dependencies
Brad King
2020-09-04
1
-39/+2
*
Merge topic 'getdef'
Brad King
2020-09-03
1
-14/+13
|
\
|
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-14/+13
*
|
Xcode: Avoid unnecessary duplication of custom commands across targets
Brad King
2020-09-01
1
-1/+24
*
|
Xcode: Refactor custom command dependency expansion
Brad King
2020-09-01
1
-6/+11
|
/
*
Xcode: Use "Link Binary With Libraries" build phase in some cases
Gusts Kaksis
2020-08-31
1
-68/+216
*
Xcode: Add special case for file type extension map for .xcassets
Gusts Kaksis
2020-08-28
1
-0/+3
*
Xcode: Refactor build setting append code and attribute getter naming
Gusts Kaksis
2020-08-28
1
-47/+68
*
Add INTERFACE libraries to generated buildsystem if they have SOURCES
Brad King
2020-08-07
1
-1/+2
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-2/+2
*
Merge topic 'cleanup-target-types'
Brad King
2020-07-28
1
-11/+7
|
\
|
*
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-11/+7
*
|
Merge topic 'xcode-12-legacy-deprecation'
Brad King
2020-07-27
1
-0/+2
|
\
\
|
|
/
|
/
|
|
*
Xcode: Suppress legacy build system deprecation warning
Brad King
2020-07-23
1
-0/+2
*
|
Merge topic 'xcode-native-arch'
Craig Scott
2020-07-21
1
-1/+18
|
\
\
|
*
|
Xcode: Explicitly specify default native architecture on macOS
Brad King
2020-07-20
1
-1/+11
|
*
|
cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in member
Brad King
2020-07-16
1
-0/+7
|
|
/
*
|
Xcode: Explicitly turn off signing in try_compile projects
Brad King
2020-07-16
1
-0/+6
*
|
Xcode: Special treatment for directly linked framework binaries
Gusts Kaksis
2020-07-14
1
-6/+19
*
|
Xcode: Use "Link Binary With Libraries" to link any library
Gusts Kaksis
2020-07-14
1
-54/+142
*
|
Merge topic 'refactor-generator-configs'
Brad King
2020-07-06
1
-5/+2
|
\
\
|
*
|
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-5/+2
*
|
|
Xcode: Fix LANGUAGE property on .m/.mm files
Harry Mallon
2020-07-03
1
-7/+10
|
/
/
*
|
Xcode: Use "Link Binary With Libraries" build phase when possible
Gusts Kaksis
2020-06-17
1
-17/+172
*
|
Xcode: Refactor generator variable names and types
Gusts Kaksis
2020-06-15
1
-13/+13
*
|
Explicitly specify language flag when source LANGUAGE property is set
Robert Maynard
2020-06-09
1
-0/+8
|
/
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-3/+2
*
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-3/+3
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-24/+24
*
cmOutputConverter::GetFortranFormat(): delete const char* overload
Vitaly Stakhovsky
2020-04-27
1
-4/+3
*
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-5/+4
*
Merge topic 'cmprop-source'
Brad King
2020-04-15
1
-18/+23
|
\
|
*
cmSourceFile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-14
1
-16/+17
|
*
cmGlobalXCodeGenerator: Fix genex interpreter overloads
Brad King
2020-04-14
1
-2/+6
*
|
Merge topic 'msbuildUtf8Support'
Brad King
2020-04-15
1
-1/+2
|
\
\
|
|
/
|
/
|
|
*
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-1/+2
*
|
Xcode: Fix quoting of paths with square brackets
Brad King
2020-04-10
1
-1/+1
|
/
*
cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case config
Brad King
2020-04-01
1
-1/+1
*
Merge topic 'cmprop-getglobalprop'
Brad King
2020-03-27
1
-4/+3
|
\
|
*
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-4/+3
*
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-2/+3
|
/
*
Merge topic 'rename-macho-version-properties'
Craig Scott
2020-03-12
1
-4/+4
|
\
|
*
macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION
Brad King
2020-03-12
1
-4/+4
*
|
cmGeneratorExpression: remove const char* overloads
Vitaly Stakhovsky
2020-03-08
1
-2/+3
*
|
Modernize memory management
Marc Chevrier
2020-03-05
1
-16/+17
|
/
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-2/+2
*
Merge branch 'backport-3.16-link-line-backtrace'
Brad King
2020-02-10
1
-2/+2
|
\
|
*
Propagate backtraces from LINK_LIBRARIES through to link line items
Brad King
2020-02-10
1
-2/+2
*
|
Merge topic 'xcode-top-level-only-with-object-library'
Brad King
2020-01-28
1
-2/+4
|
\
\
|
*
|
Xcode: Fix post build script for 'top level project only' opt
Yauheni Khnykin
2020-01-27
1
-2/+4
[next]