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
*
cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.
Stephen Kelly
2015-08-05
1
-3/+4
*
cmGeneratorTarget: Move GetFullName from cmTarget.
Stephen Kelly
2015-08-05
1
-2/+3
*
cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move GetFullNameComponents from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move HasSOName from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move GetLinkInformation from cmTarget
Stephen Kelly
2015-08-05
1
-3/+4
*
cmGeneratorTarget: Move GetSOName from cmTarget..
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGlobalGenerator: Virtualize the Compute step and override it.
Stephen Kelly
2015-07-30
1
-1/+12
*
cmGlobalGenerator: Move generation object creation to Compute().
Stephen Kelly
2015-07-30
1
-1/+6
*
Xcode: Use allBuild target return value.
Stephen Kelly
2015-07-29
1
-2/+1
*
Xcode: Skip Global targets when processing.
Stephen Kelly
2015-07-29
1
-0/+5
*
Move GetFullPath to cmGeneratorTarget
Stephen Kelly
2015-07-27
1
-1/+2
*
cmCustomCommandGenerator: Require cmLocalGenerator in API.
Stephen Kelly
2015-07-27
1
-2/+2
*
Add rudimentary support for the Apple Swift language with Xcode
Brad King
2015-07-06
1
-0/+4
*
cmComputeTargetDepends: Change API to use cmGeneratorTarget.
Stephen Kelly
2015-07-01
1
-2/+3
*
Remove CMAKE_USE_RELATIVE_PATHS variable.
Stephen Kelly
2015-06-03
1
-22/+2
*
cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.
Stephen Kelly
2015-05-27
1
-2/+3
*
cmGlobalGenerator: Require a cmake instance in ctor.
Stephen Kelly
2015-05-27
1
-6/+8
*
Use cmSystemTools::GetCMakeCommand() to get path to cmake internally
Brad King
2015-05-20
1
-3/+3
*
cmLocalGenerator: Require a global generator in the constructor.
Stephen Kelly
2015-05-14
1
-3/+1
*
cmLocalGenerator: Require a parent in the constructor.
Stephen Kelly
2015-04-28
1
-2/+3
*
Merge topic 'clean-up-cmMakefile'
Brad King
2015-04-21
1
-17/+17
|
\
|
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-4/+4
|
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-11/+11
|
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-2/+2
*
|
cmSystemTools: Teach RunSingleCommand to separate stdout and stderr
Brad King
2015-04-20
1
-2/+2
|
/
*
Merge topic 'stable-xcode-projects'
Brad King
2015-04-20
1
-2/+19
|
\
|
*
Xcode: Remove extra space in PBXProject comment
Gregor Jasny
2015-04-17
1
-1/+1
|
*
Xcode: Add comment after root object
Gregor Jasny
2015-04-17
1
-1/+2
|
*
Xcode: Sort Xcode objects by Id
Gregor Jasny
2015-04-17
1
-0/+16
*
|
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-2/+2
|
/
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-07
1
-1/+1
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-1/+1
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-06
1
-1/+1
*
Xcode: Add file type for Metal shader files
Sean James
2015-04-01
1
-0/+4
*
Xcode: Set ARCHS only when CMAKE_OSX_ARCHITECTURES is specified (#14736)
Brad King
2015-03-27
1
-31/+20
*
cmGlobalXCodeGenerator: Simplify ARCHS list with cmJoin
Brad King
2015-03-27
1
-10/+2
*
OS X: Add handling for XCTest bundles
Gregor Jasny
2015-03-23
1
-2/+10
*
Genex: Allow COMPILE_LANGUAGE when processing compile definitions.
Stephen Kelly
2015-03-09
1
-1/+1
*
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-1/+1
*
Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressions
Gregor Jasny
2015-02-12
1
-1/+4
*
cmGlobalXCodeGenerator: Rename variable 'lang' => 'llang'
Brad King
2015-02-06
1
-7/+7
*
Xcode: Generate Intel Fortran compiler flags in project files
Brad King
2015-02-06
1
-0/+5
*
Xcode: Refactor generation of per-language compiler flags
Brad King
2015-02-06
1
-71/+69
*
Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324)
Brad King
2015-01-29
1
-1/+13
*
Xcode: Select make program at build time
Brad King
2015-01-28
1
-1/+1
*
Xcode: Add internal API to find xcodebuild
Brad King
2015-01-28
1
-0/+31
*
Merge topic 'xcode-target-sort'
Brad King
2015-01-20
1
-11/+51
|
\
|
*
Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)
Ben Boeckel
2015-01-19
1
-1/+25
|
*
Xcode: Fix early termination on per-config source file error
Brad King
2015-01-19
1
-10/+26
[next]