summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-21/+21
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Xcode: Use correct Object Library paths for cross-SDK buildsGregor Jasny2017-06-291-1/+1
* Merge topic 'remove-top-level-xcode-groups'Brad King2017-05-041-2/+0
|\
| * Xcode: Remove the top-level Sources and Resources groupsMatt Stevens2017-05-031-2/+0
* | Xcode: Support IPO (LTO)Ruslan Baratov2017-05-021-0/+2
|/
* Xcode: Compute version number earlierBrad King2017-04-211-1/+2
* cmGlobalGenerator: Add method to check if object file location is knownBrad King2017-04-181-0/+2
* Merge topic 'include-style'Brad King2017-04-131-1/+2
|\
| * Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
| * cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* | Xcode: Compute a concrete object file arch dir if possibleBrad King2017-04-111-0/+1
* | Xcode: Refactor object directory name computationBrad King2017-04-111-0/+2
* | Xcode: Refactor internal architecture list constructionBrad King2017-04-111-0/+2
|/
* Apple: Fix Resources location for all generatorsGregor Jasny2017-03-231-0/+2
* Xcode: Fix schema container location calculationGregor Jasny2017-02-281-2/+1
* Xcode: Do not autocreate schemesGregor Jasny2017-02-281-0/+1
* Xcode: Write shared schemes based on the default files generated by XcodeGusts Kaksis2017-02-281-0/+3
* Xcode: Control emission of EFFECTIVE_PLATFORM_NAMEGregor Jasny2017-01-201-0/+2
* iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-221-2/+14
* Xcode: Add override keyword to suppress warningsGregor Jasny2016-11-171-26/+28
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Xcode: Remove unused memberStephen Kelly2016-09-191-1/+0
* Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101)Gregor Jasny2016-08-311-2/+1
* cmGlobalGenerator: Make IsMultiConfig() constTobias Hunger2016-06-011-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-59/+55
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* make cmGlobalXCodeGenerator::XCodeEscapePath() take a std::string&Rolf Eike Beer2016-04-201-1/+1
* Merge topic 'xcode-global-attribute-variant'Brad King2016-01-071-0/+3
|\
| * Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947)Gregor Jasny2016-01-031-0/+1
| * Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947)Gregor Jasny2016-01-031-0/+2
* | Xcode: Escape all backslashes in strings (#15328)Gregor Jasny2016-01-071-1/+0
|/
* Merge topic 'use-generator-target'Brad King2015-10-261-22/+21
|\
| * Xcode: Port API to cmGeneratorTarget.Stephen Kelly2015-10-241-21/+20
| * Xcode: Port ForceLinkerLanguage to cmGeneratorTarget.Stephen Kelly2015-10-241-1/+1
* | Merge topic 'xcode-optimization-flags'Brad King2015-10-261-0/+2
|\ \ | |/ |/|
| * Xcode: Use regular expression to extract all optimisation flags (#15794)Gregor Jasny2015-10-231-0/+2
* | Xcode: Port internal API to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+2
|/
* cmGlobalGenerator: Call AddExtraIDETargets as a hook of Compute().Stephen Kelly2015-10-051-2/+1
* Xcode: Extract a AddExtraIDETargets method.Stephen Kelly2015-10-051-0/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmGlobalGenerator: Virtualize the Compute step and override it.Stephen Kelly2015-07-301-0/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* Xcode: Sort Xcode objects by IdGregor Jasny2015-04-171-0/+1
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1