summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-1/+2
* Xcode: Don't add framework as -framework argument in linker info listGusts Kaksis2020-10-021-1/+9
* Merge topic 'macos-arm64'Brad King2020-10-011-0/+4
|\
| * macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-0/+4
* | cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-3/+2
|/
* Xcode: Remove dependency Makefile hacks under the "new build system"Brad King2020-09-241-11/+17
* Xcode: Remove remnants of ancient XCODE_DEPEND_HELPER utility targetBrad King2020-09-241-5/+4
* Xcode: Switch to the "new build system" for Xcode 12 and aboveBrad King2020-09-181-27/+302
* Xcode: Add option to specify build system variantBrad King2020-09-181-12/+103
* Xcode: Factor out build phase variable declarationsBrad King2020-09-181-7/+12
* Xcode: Clarify name of legacy run script build phase helperBrad King2020-09-181-5/+5
* cmGlobalGenerator: Compute a global target ordering respecting dependenciesBrad King2020-09-041-39/+2
* Merge topic 'getdef'Brad King2020-09-031-14/+13
|\
| * cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-14/+13
* | Xcode: Avoid unnecessary duplication of custom commands across targetsBrad King2020-09-011-1/+24
* | Xcode: Refactor custom command dependency expansionBrad King2020-09-011-6/+11
|/
* Xcode: Use "Link Binary With Libraries" build phase in some casesGusts Kaksis2020-09-011-68/+216
* Xcode: Add special case for file type extension map for .xcassetsGusts Kaksis2020-08-281-0/+3
* Xcode: Refactor build setting append code and attribute getter namingGusts Kaksis2020-08-281-47/+68
* Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-1/+2
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-2/+2
* Merge topic 'cleanup-target-types'Brad King2020-07-281-11/+7
|\
| * Factor out generator checks for filtering out interface librariesBrad King2020-07-231-11/+7
* | Merge topic 'xcode-12-legacy-deprecation'Brad King2020-07-271-0/+2
|\ \ | |/ |/|
| * Xcode: Suppress legacy build system deprecation warningBrad King2020-07-231-0/+2
* | Merge topic 'xcode-native-arch'Craig Scott2020-07-211-1/+18
|\ \
| * | Xcode: Explicitly specify default native architecture on macOSBrad King2020-07-201-1/+11
| * | cmGlobalXCodeGenerator: Save CMAKE_SYSTEM_NAME in memberBrad King2020-07-161-0/+7
| |/
* | Xcode: Explicitly turn off signing in try_compile projectsBrad King2020-07-161-0/+6
* | Xcode: Special treatment for directly linked framework binariesGusts Kaksis2020-07-141-6/+19
* | Xcode: Use "Link Binary With Libraries" to link any libraryGusts Kaksis2020-07-141-54/+142
* | Merge topic 'refactor-generator-configs'Brad King2020-07-061-5/+2
|\ \
| * | cmMakefile: Refactor API to better handle empty config valuesRobert Maynard2020-07-031-5/+2
* | | Xcode: Fix LANGUAGE property on .m/.mm filesHarry Mallon2020-07-031-7/+10
|/ /
* | Xcode: Use "Link Binary With Libraries" build phase when possibleGusts Kaksis2020-06-171-17/+172
* | Xcode: Refactor generator variable names and typesGusts Kaksis2020-06-151-13/+13
* | Explicitly specify language flag when source LANGUAGE property is setRobert Maynard2020-06-091-0/+8
|/
* cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-3/+2
* GetSafeProperty: return std::string const&Vitaly Stakhovsky2020-04-301-3/+3
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-24/+24
* cmOutputConverter::GetFortranFormat(): delete const char* overloadVitaly Stakhovsky2020-04-271-4/+3
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-5/+4
* Merge topic 'cmprop-source'Brad King2020-04-151-18/+23
|\
| * cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-16/+17
| * cmGlobalXCodeGenerator: Fix genex interpreter overloadsBrad King2020-04-141-2/+6
* | Merge topic 'msbuildUtf8Support'Brad King2020-04-151-1/+2
|\ \ | |/ |/|
| * Add support to indicate UTF-8 custom command pipe output encodingJustin Goshi2020-04-131-1/+2
* | Xcode: Fix quoting of paths with square bracketsBrad King2020-04-101-1/+1
|/
* cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case configBrad King2020-04-011-1/+1
* Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-4/+3
|\