summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'add_consistent_verbose_build_flag'Brad King2019-01-291-24/+19
|\
| * ctest: Fix --build-and-test without --build-target on XcodeFlorian Maushart2019-01-251-5/+7
| * cmake: Add -hideShellScriptEnvironment xcodebuild optionFlorian Maushart2019-01-251-0/+3
| * cmGlobalGenerator: Add a class that represent the build commandRobert Maynard2019-01-251-21/+11
* | Merge topic 'cmoutputconverter-simplify'Brad King2019-01-291-1/+1
|\ \
| * | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-1/+1
* | | Merge topic 'exclude_from_all'Brad King2019-01-251-6/+1
|\ \ \
| * | | Pass EXCLUDE_FROM_ALL from directory to targetsZack Galbreath2019-01-211-6/+1
* | | | Merge topic 'cmake-files-directory'Brad King2019-01-251-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-3/+3
| |/ /
* | | Merge topic 'Wcomma'Brad King2019-01-221-6/+8
|\ \ \
| * | | Fixed all but one clang -Wcomma warningSean McBride2019-01-121-6/+8
* | | | Merge topic 'cmake-gui-generator-platform'Brad King2019-01-221-1/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add global generator factory method to get default platform nameBrad King2019-01-181-0/+2
| * | | Add global generator factory method to get list of known platformsBrad King2019-01-181-0/+5
| * | | Split global generator factory list with and without platformsBrad King2019-01-181-1/+8
| | |/ | |/|
* | | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-13/+13
|/ /
* | 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