summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Inline ConvertToRelativePath callsStephen Kelly2016-10-061-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Xcode: Add option to set Swift language versionBrad King2016-09-261-1/+7
* Xcode: Port rudimentary Swift support to Xcode 8Brad King2016-09-231-0/+3
* Xcode: Remove unused memberStephen Kelly2016-09-191-3/+0
* tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-041-37/+33
* Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101)Gregor Jasny2016-08-311-9/+4
* Xcode: Obey SYSTEM keyword for includes (#15687)Gregor Jasny2016-08-091-14/+34
* Honor BUNDLE_EXTENSION also for Frameworks (#14742)Gregor Jasny2016-07-221-0/+5
* Honor BUNDLE_EXTENSION also for App Bundles (#16148)Gregor Jasny2016-07-221-0/+5
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+1
* cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classesTobias Hunger2016-07-141-5/+5
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-2/+2
* Xcode: Properly handle BUNDLE_EXTENSIONGregor Jasny2016-06-181-0/+5
* Xcode: Add support for mig filesJames Touton2016-06-171-0/+2
* Xcode: Add XCODE_FILE_ATTRIBUTES source file propertyJames Touton2016-06-171-0/+14
* Xcode: Don't emit empty settings blocks.James Touton2016-06-171-6/+7
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-2/+2
* call static cmOutputConverter::GetFortranFormat without objectDaniel Pfeifer2016-06-061-2/+2
* cmGlobalGenerator: Make IsMultiConfig() constTobias Hunger2016-06-011-1/+1
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-1/+1
|\
| * Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-1/+1
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-4/+4
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1897/+1293
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-80/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+4
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-8/+8
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmGlobalXCodeGenerator: do not pass char* to cmSystemTools::CollapseFullPath()Rolf Eike Beer2016-04-201-1/+1
* make cmGlobalXCodeGenerator::XCodeEscapePath() take a std::string&Rolf Eike Beer2016-04-201-17/+16
* make cmGlobalXCodeGenerator::BuildObjectListOrString::Add() take a string&Rolf Eike Beer2016-04-201-5/+5
* cmGlobalXCodeGenerator: directly call CreateString() with std::stringRolf Eike Beer2016-04-201-33/+33
* Xcode: ReRunCMake even if files disappeared (#15992)Gregor Jasny2016-03-091-9/+18
* Xcode: Write refType only for Xcode 1.5Gregor Jasny2016-02-241-1/+4
* Merge topic 'xcode-global-attribute-variant'Brad King2016-01-071-53/+83
|\
| * Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947)Gregor Jasny2016-01-031-16/+33
| * Xcode: Store configuration name along with XcodeObject (#14947)Gregor Jasny2016-01-031-10/+9
| * Xcode: Make CMAKE_XCODE_ATTRIBUTE calculation last step (#14947)Gregor Jasny2016-01-031-4/+4
| * Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947)Gregor Jasny2016-01-031-27/+41
* | Xcode: Escape all backslashes in strings (#15328)Gregor Jasny2016-01-071-22/+9
|/
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+2
* Xcode: Set LastUpgradeCheck to current Xcode version (#15817)Gregor Jasny2015-10-301-0/+3
* cmGlobalGenerator: Remove map from cmTarget to cmGeneratorTargetStephen Kelly2015-10-271-2/+0
* cmGlobalGenerator: Remove direct storage of targetsStephen Kelly2015-10-271-5/+10
* cmGeneratorTarget: Add API for property keysStephen Kelly2015-10-271-5/+5
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-1/+1
* cmGeneratorTarget: Move GetFrameworkVersion from cmTargetStephen Kelly2015-10-261-1/+1
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-3/+3
* Merge topic 'use-generator-target'Brad King2015-10-261-202/+198
|\
| * Xcode: Port API to cmGeneratorTarget.Stephen Kelly2015-10-241-93/+85