summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
Commit message (Expand)AuthorAgeFilesLines
...
* cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-1/+1
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-0/+3
* cmGlobalGenerator: Add IsXcode queryBrad King2018-08-011-0/+2
* Xcode: Factor target generation loop body into helper methodBrad King2018-07-191-0/+2
* Xcode: Compute global order index for targetsBrad King2018-07-191-0/+3
* Xcode: Use legacy build systemGregor Jasny2018-06-191-1/+3
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+8
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-7/+5
* Restore support for explicitly referenced CMakeLists.txt sourcesBrad King2018-04-131-0/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* LocalGenerator: refactoringMarc Chevrier2018-01-231-1/+1
* Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-221-0/+2
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+7
* Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-281-1/+2
* 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-231-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