summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| |/ / /
* | | | 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