summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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
* | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSETAlexander Boczar2019-10-151-1/+4
|/
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-2/+5
* Unity build: Generate sources during Compute stepBrad King2019-10-031-1/+0
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-1/+1
|\
| * Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-1/+1
| |\
| | * Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-301-1/+1
* | | cmMakefile: Remove AddUtilityCommand overload without byproductsDaniel Eiband2019-09-261-7/+8
* | | cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-7/+7
* | | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-8/+5
* | | cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* | | cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-22/+13
* | | clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* | | clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-14/+7
* | | clang-tidy: Fix performance-for-range-copy diagnostic in Xcode generatorBrad King2019-09-091-2/+2
* | | clang-tidy: Resolve performance-unnecessary-value-param diagnosticsBrad King2019-09-091-1/+1
* | | Merge topic 'use-using'Brad King2019-09-061-5/+5
|\ \ \
| * | | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-5/+5
* | | | Unity build: Add XCode supportCristian Adam2019-08-301-0/+1
|/ / /
* | | Precompile headers: Add support for Xcode generatorCristian Adam2019-08-281-0/+12
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-4/+2
* | | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-124/+73
* | | Merge topic 'cm-contains'Brad King2019-08-211-8/+4
|\ \ \
| * | | cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-8/+4
* | | | Merge topic 'string-literal-append'Brad King2019-08-191-4/+2
|\ \ \ \
| * | | | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-4/+2
| |/ / /