summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Allow bundling extensionkit extensionsRussell Greene2022-11-181-1/+3
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-2/+2
* Xcode: Put object files in a place that Xcode cleansBrad King2022-10-281-0/+4
* Xcode: Set object file locations using TARGET_TEMP_DIRBrad King2022-09-291-5/+0
* cmTarget: Add `HasKnownObjectFileLocation()` shorthandHyper Nova Sun2022-04-111-1/+2
* xcode: add support for xcconfig filesGregor Jasny2022-04-031-0/+6
* cmGlobalGenerator: Add helper to split framework pathMarc Chevrier2022-02-131-0/+2
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-1/+2
* Source: Fix IWYU warnings in Xcode generatorsNAKAMURA Takumi2021-11-161-0/+2
* Xcode: Add embedded plugins optionGusts Kaksis2021-11-101-0/+1
* Restore honoring CMAKE_GENERATOR_INSTANCE in toolchain fileBrad King2021-10-201-5/+0
* Rename cmProp in cmValueMarc Chevrier2021-09-211-1/+1
* cmGlobalGenerator::PrintCompilerAdvice: use cmProp as augmentMarc Chevrier2021-09-191-1/+1
* cmGlobalXCodeGenerator: Simplify relative path conversion under project rootBrad King2021-05-121-2/+1
* Merge topic 'xcode_app_extensions'Brad King2021-04-261-0/+13
|\
| * Xcode: Add support for embedding app extensionsAlexander Akhundzhanov2021-04-221-0/+13
* | Xcode: Add support of DEPFILE for add_custom_command, part 2Marc Chevrier2021-04-171-5/+4
* | Xcode: Add support of DEPFILE for add_custom_commandMarc Chevrier2021-04-151-0/+13
|/
* 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