summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-08-311-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
|\
| * cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-4/+3
* | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-2/+3
|/
* Merge topic 'rename-macho-version-properties'Craig Scott2020-03-121-4/+4
|\
| * macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSIONBrad King2020-03-121-4/+4
* | cmGeneratorExpression: remove const char* overloadsVitaly Stakhovsky2020-03-081-2/+3
* | Modernize memory managementMarc Chevrier2020-03-051-16/+17
|/
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-2/+2
* Merge branch 'backport-3.16-link-line-backtrace'Brad King2020-02-101-2/+2
|\
| * Propagate backtraces from LINK_LIBRARIES through to link line itemsBrad King2020-02-101-2/+2
* | Merge topic 'xcode-top-level-only-with-object-library'Brad King2020-01-281-2/+4
|\ \
| * | Xcode: Fix post build script for 'top level project only' optYauheni Khnykin2020-01-271-2/+4