summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION propertiesIsuru Fernando2020-01-241-4/+6
|/ /
* | Xcode: Drop hard-coded default warning flags like -WmostBrad King2020-01-131-3/+0
* | GlobalGenerator family: modernize memory managementMarc Chevrier2020-01-071-12/+14
* | Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* | cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-101-3/+5
* | cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-11/+8
* | cmCustomCommand: Explicitly pass backtrace on constructionDaniel Eiband2019-11-241-5/+5
* | Merge topic 'xcode-objc'Brad King2019-11-211-0/+4
|\ \ | |/
| * Xcode: Set source file type for Objective C/C++Brad King2019-11-201-0/+4
| * Merge topic 'unity-HEADER_FILE_ONLY' into release-3.16Brad King2019-11-121-1/+3
| |\
* | | Xcode: Add custom working directory propertyGregor Jasny2019-11-181-1/+1
* | | Merge topic 'modernize-memory-management'Brad King2019-11-121-19/+19
|\ \ \
| * | | cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-19/+19
* | | | Merge topic 'unity-HEADER_FILE_ONLY'Brad King2019-11-121-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Unity: Don't include sources with HEADER_FILE_ONLY property setCristian Adam2019-11-111-1/+3
* | | | Merge topic 'objc-xcode-flags'Brad King2019-11-121-8/+17
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | ObjC: Add OBJC/OBJCXX flags to Xcode projectsCristian Adam2019-11-111-8/+17
| |/
* | Merge topic 'xcode-restore-CMakeLists'Brad King2019-11-061-10/+14
|\ \ | |/
| * Xcode: Fix generated references to CMakeLists.txt filesBrad King2019-11-051-6/+6
| * cmGlobalXCodeGenerator: Mark known source locationsBrad King2019-11-051-4/+8