summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-3/+4
* cmOutputConverter: Moved ForceToRelativePath to cmSystemBruno Manganelli2018-12-071-1/+1
* clang-tidy: fix warnings in macOS-only codeBrad King2018-11-271-11/+8
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-0/+23
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-1/+1
* cmGeneratorTarget::GetExportMacro: return const std::string*Vitaly Stakhovsky2018-10-161-2/+2
* genex: Simplify cmGeneratorExpressionInterpreterBrad King2018-09-071-7/+5
* Merge topic 'genex-evaluate-stdstring'Brad King2018-08-301-3/+5
|\
| * Genex: Return Evaluate results as const std::string&Vitaly Stakhovsky2018-08-281-3/+5
* | Merge topic 'lg-directory'Brad King2018-08-281-1/+1
|\ \
| * | cmLocalGenerator: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
| |/
* | static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-151-1/+1
|/
* Xcode: Process targets in depth-first order during generationBrad King2018-07-191-1/+5
* Xcode: Refactor storage of ordered list of targetsBrad King2018-07-191-10/+8
* Xcode: Factor target generation loop body into helper methodBrad King2018-07-191-224/+229
* Xcode: Compute global order index for targetsBrad King2018-07-191-0/+34
* Xcode: Remove loop over local generators that has no effectBrad King2018-07-191-7/+0
* Merge topic 'xcode-10-legacy-build-system'Brad King2018-06-201-11/+22
|\
| * Xcode: Use legacy build systemGregor Jasny2018-06-191-11/+22
* | Merge topic 'xcode-10-archs'Brad King2018-06-191-1/+6
|\ \ | |/
| * Xcode: Detect architecture(s) using ARCHS instead of CURRENT_ARCHBrad King2018-06-181-1/+6
* | LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+4
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-3/+3
* cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-251-1/+9
* Merge branch 'backport-fix-explicit-CMakeLists.txt'Brad King2018-04-131-8/+15
|\
| * Restore support for explicitly referenced CMakeLists.txt sourcesBrad King2018-04-131-8/+15
* | Add glob verify support to XCode, VS, Ninja, and Makefile generatorsShane Parris2018-04-021-2/+22
* | Merge topic 'genex-COMPILE_LANGUAGE-system-include'Brad King2018-03-131-3/+6
|\ \ | |/
| * Genex: Fix COMPILE_LANGUAGE in SYSTEM include directoriesBrad King2018-03-121-3/+6
* | Remove c_str() from calls to converttorelativeformake in XCode GeneratorShane Parris2018-02-281-22/+16
* | Document and extend the CMAKE_SUPPRESS_REGENERATION variableShane Parris2018-02-231-1/+1
|/
* Xcode: Generate ZERO_CHECK generator target only onceGregor Jasny2018-02-221-1/+5
* cmGlobalXCodeGenerator: Properly initialize TARGETS variableGregor Jasny2018-02-131-0/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+2
* cmGlobalXCodeGenerator: Avoid -Wconditional-uninitialized warningBrad King2018-01-291-1/+1
* sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-241-0/+10
* sourceFile properties: add property COMPILE_OPTIONSMarc Chevrier2018-01-231-0/+5
* LocalGenerator: refactoringMarc Chevrier2018-01-231-1/+1
* Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and XcodeBrad King2018-01-121-2/+4
* Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and XcodeBrad King2018-01-121-1/+5
* Merge topic '17431-iphone-deployment-target'Brad King2018-01-081-3/+24
|\
| * Darwin: Emit deployment target that matches the SDKGregor Jasny2017-12-221-1/+22
| * Xcode: rename embedded SDK query functionGregor Jasny2017-12-221-2/+2
* | Various typo fixesLuz Paz2018-01-031-1/+1
|/
* Genex: Per-source $<COMPILE_LANGUAGE:...> supportMarc Chevrier2017-12-131-12/+17
* Add generator expression support to per-source COMPILE_DEFINITIONSMarc Chevrier2017-12-051-2/+5
* Refactor per-source generator expression evaluationMarc Chevrier2017-12-041-18/+43
* server: return whether or not a target is generator providedJustin Goshi2017-11-201-6/+6
* cmSourceGroup: Return strings from GetName and GetFullNameBrad King2017-11-151-2/+2
* Merge topic 'xcode64'Brad King2017-11-141-2/+2
|\