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
*
tidy: Fix readability-redundant-string-cstr issues
Gregor Jasny
2016-09-04
1
-37/+33
*
Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101)
Gregor Jasny
2016-08-31
1
-9/+4
*
Xcode: Obey SYSTEM keyword for includes (#15687)
Gregor Jasny
2016-08-09
1
-14/+34
*
Honor BUNDLE_EXTENSION also for Frameworks (#14742)
Gregor Jasny
2016-07-22
1
-0/+5
*
Honor BUNDLE_EXTENSION also for App Bundles (#16148)
Gregor Jasny
2016-07-22
1
-0/+5
*
CMake: Report whether generators support platforms
Tobias Hunger
2016-07-14
1
-0/+1
*
cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classes
Tobias Hunger
2016-07-14
1
-5/+5
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-2/+2
*
Xcode: Properly handle BUNDLE_EXTENSION
Gregor Jasny
2016-06-18
1
-0/+5
*
Xcode: Add support for mig files
James Touton
2016-06-17
1
-0/+2
*
Xcode: Add XCODE_FILE_ATTRIBUTES source file property
James Touton
2016-06-17
1
-0/+14
*
Xcode: Don't emit empty settings blocks.
James Touton
2016-06-17
1
-6/+7
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-2/+2
*
call static cmOutputConverter::GetFortranFormat without object
Daniel Pfeifer
2016-06-06
1
-2/+2
*
cmGlobalGenerator: Make IsMultiConfig() const
Tobias Hunger
2016-06-01
1
-1/+1
*
Merge topic 'improve-character-find-and-replace'
Brad King
2016-05-25
1
-1/+1
|
\
|
*
Use std::replace for replacing chars in strings.
Daniel Pfeifer
2016-05-24
1
-1/+1
*
|
Use enums defined in cmOutputConverter using their fully qualified name.
Daniel Pfeifer
2016-05-25
1
-4/+4
|
/
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-1897/+1293
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-80/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+4
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-8/+8
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmGlobalXCodeGenerator: do not pass char* to cmSystemTools::CollapseFullPath()
Rolf Eike Beer
2016-04-20
1
-1/+1
*
make cmGlobalXCodeGenerator::XCodeEscapePath() take a std::string&
Rolf Eike Beer
2016-04-20
1
-17/+16
*
make cmGlobalXCodeGenerator::BuildObjectListOrString::Add() take a string&
Rolf Eike Beer
2016-04-20
1
-5/+5
*
cmGlobalXCodeGenerator: directly call CreateString() with std::string
Rolf Eike Beer
2016-04-20
1
-33/+33
*
Xcode: ReRunCMake even if files disappeared (#15992)
Gregor Jasny
2016-03-09
1
-9/+18
*
Xcode: Write refType only for Xcode 1.5
Gregor Jasny
2016-02-24
1
-1/+4
*
Merge topic 'xcode-global-attribute-variant'
Brad King
2016-01-07
1
-53/+83
|
\
|
*
Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947)
Gregor Jasny
2016-01-03
1
-16/+33
|
*
Xcode: Store configuration name along with XcodeObject (#14947)
Gregor Jasny
2016-01-03
1
-10/+9
|
*
Xcode: Make CMAKE_XCODE_ATTRIBUTE calculation last step (#14947)
Gregor Jasny
2016-01-03
1
-4/+4
|
*
Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947)
Gregor Jasny
2016-01-03
1
-27/+41
*
|
Xcode: Escape all backslashes in strings (#15328)
Gregor Jasny
2016-01-07
1
-22/+9
|
/
*
cmake-gui: Add option to specify generator toolset
Robert Dailey
2015-11-17
1
-0/+2
*
Xcode: Set LastUpgradeCheck to current Xcode version (#15817)
Gregor Jasny
2015-10-30
1
-0/+3
*
cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTarget
Stephen Kelly
2015-10-27
1
-2/+0
*
cmGlobalGenerator: Remove direct storage of targets
Stephen Kelly
2015-10-27
1
-5/+10
*
cmGeneratorTarget: Add API for property keys
Stephen Kelly
2015-10-27
1
-5/+5
*
cmake: Store hardcoded lists of sources and headers
Stephen Kelly
2015-10-27
1
-1/+1
*
cmGeneratorTarget: Move GetFrameworkVersion from cmTarget
Stephen Kelly
2015-10-26
1
-1/+1
*
cmGeneratorTarget: Add API for target-relative commands.
Stephen Kelly
2015-10-26
1
-3/+3
*
Merge topic 'use-generator-target'
Brad King
2015-10-26
1
-202/+198
|
\
|
*
Xcode: Port API to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-93/+85
|
*
Xcode: Prefer to get target state from cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-69/+68
|
*
Xcode: Re-order conditions.
Stephen Kelly
2015-10-24
1
-3/+3
|
*
Xcode: Port ForceLinkerLanguage to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-8/+8
|
*
Xcode: Port loops to cmGeneratorTarget.
Stephen Kelly
2015-10-24
1
-29/+25
|
*
Port to GetGeneratorTargets.
Stephen Kelly
2015-10-24
1
-14/+23
[next]