summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-4/+3
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-8/+5
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-3/+3
* Merge topic 'tidy_inefficient_string'Brad King2019-08-071-1/+1
|\
| * clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+1
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-4/+2
|/
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-5/+3
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+1
* Merge topic 'string-cleanup'Brad King2019-05-171-15/+14
|\
| * Source: std::string related cleanupVitaly Stakhovsky2019-05-151-15/+14
* | Merge topic 'ninja-pool-custom-command'Brad King2019-05-151-1/+1
|\ \ | |/ |/|
| * Support job pools in custom commands and targetsRosen Matev2019-05-141-1/+1
* | cmSystemTools: Add ExpandedListArgument and ExpandedLists methodsSebastian Holtermann2019-05-131-6/+4
|/
* Merge topic 'xcode-extra-sources'Brad King2019-04-121-18/+23
|\
| * Xcode: Avoid mutating App Bundle targets during generationBrad King2019-04-111-8/+14
| * Xcode: Factor out duplicate source group code into lambdaBrad King2019-04-111-11/+10
* | cmLocalGenerator: Factor IPO logic out of AddLanguageFlagsBrad King2019-04-021-0/+4
* | Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-1/+1
* | cmTarget: Move member `*Commands` to implSebastian Holtermann2019-03-231-0/+1
* | Xcode: Create Xcode schemes per targetHarry Mallon2019-03-211-26/+27
* | cmGlobalXCodeGenerator: Prefer std::string over char*Gregor Jasny2019-03-171-5/+5
* | cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-14/+26
* | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand structBartosz Kosiorek2019-03-041-10/+10
* | Merge topic 'configurefile-stdstring'Brad King2019-02-201-4/+4
|\ \
| * | cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-191-4/+4
| |/
* | Xcode: Require at least Xcode 5Gregor Jasny2019-02-161-60/+12
|/
* Xcode: Derive stdlib from CXX flagsGregor Jasny2019-02-071-0/+16
* Xcode: Update default Swift language version for Xcode 10.2Brad King2019-02-041-0/+2
* Use cmSourceFile::GetIsGeneratedSebastian Holtermann2019-02-011-1/+1
* Merge topic 'xcode-object-dir'Brad King2019-01-311-12/+16
|\
| * Xcode: Fix object library builds with sanitizers enabledBrad King2019-01-301-3/+5
| * Xcode: Place object library artifacts outside Objects-normal directoryBrad King2019-01-301-12/+14
* | clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+5
|/
* 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