summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'xcode-object-ids'Brad King2021-01-081-2/+7
|\
| * Xcode: Use deterministic object ids for script build phasesBrad King2021-01-061-1/+2
| * cmGlobalXCodeGenerator: Add infrastructure for deterministic object idsBrad King2021-01-061-2/+5
| * cmGlobalXCodeGenerator: Adopt pbxproj object id generationBrad King2021-01-061-0/+1
* | Xcode: Generalize inheritance of project-level search pathsBrad King2020-12-221-0/+2
* | cmGlobalXCodeGenerator: Factor out helper to append attributeBrad King2020-12-211-0/+3
* | Xcode: add support for embedding frameworksGusts Kaksis2020-11-281-0/+3
|/
* cmGlobalGenerator: FindMakeProgram() at a generator-specific timeKyle Edwards2020-11-231-0/+5
* Xcode: Remove remnants of ancient XCODE_DEPEND_HELPER utility targetBrad King2020-09-241-1/+1
* Xcode: Switch to the "new build system" for Xcode 12 and aboveBrad King2020-09-181-0/+16
* Xcode: Add option to specify build system variantBrad King2020-09-181-0/+11
* Xcode: Clarify name of legacy run script build phase helperBrad King2020-09-181-3/+3
* cmGlobalGenerator: Compute a global target ordering respecting dependenciesBrad King2020-09-041-3/+0
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Xcode: Avoid unnecessary duplication of custom commands across targetsBrad King2020-09-011-0/+2
* Xcode: Refactor build setting append code and attribute getter namingGusts Kaksis2020-08-281-2/+2
* Merge topic 'xcode-native-arch'Craig Scott2020-07-211-0/+2
|\
| * cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in memberBrad King2020-07-161-0/+2
* | Xcode: Use "Link Binary With Libraries" to link any libraryGusts Kaksis2020-07-141-4/+6
* | Xcode: Fix LANGUAGE property on .m/.mm filesHarry Mallon2020-07-031-0/+1
* | Xcode: Use "Link Binary With Libraries" build phase when possibleGusts Kaksis2020-06-171-0/+1
* | Xcode: Refactor generator variable names and typesGusts Kaksis2020-06-151-1/+1
|/
* Modernize memory managementMarc Chevrier2020-03-051-2/+6
* GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-1/+1
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-1/+3
* cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSETAlexander Boczar2019-10-151-1/+2
* clang-tidy: Resolve performance-unnecessary-value-param diagnosticsBrad King2019-09-091-7/+5
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-4/+4
* Xcode: Create Xcode schemes per targetHarry Mallon2019-03-211-3/+4
* cmGlobalXCodeGenerator: Prefer std::string over char*Gregor Jasny2019-03-171-2/+2
* cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-9/+6
* Xcode: Place object library artifacts outside Objects-normal directoryBrad King2019-01-301-3/+4
* 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
|\