summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'makefile-target-special'Brad King2020-04-161-4/+10
|\
| * Makefiles: Do not use '\#' escape sequence with Windows-style make toolsBrad King2020-04-151-4/+10
* | cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-14/+14
|/
* Merge topic 'pch-ios-multi-arch'Brad King2020-04-031-18/+49
|\
| * PCH: Add support for multi architecture iOS projectsCristian Adam2020-04-021-18/+49
* | cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-4/+4
|/
* Merge topic 'cleanup-endls-1'Brad King2020-03-271-2/+1
|\
| * Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-261-2/+1
* | Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-3/+2
|\ \
| * | cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-3/+2
* | | Merge topic 'cleanup-CollapseFullPath-calls'Brad King2020-03-261-14/+11
|\ \ \ | |_|/ |/| |
| * | Simplify absolute path conversions using CollapseFullPath full signatureBrad King2020-03-241-2/+4
| * | Remove redundant calls to CollapseFullPathBrad King2020-03-241-12/+7
| |/
* | cmState::GetTargetTypeName: return type is *cmPropVitaly Stakhovsky2020-03-191-1/+1
|/
* cmGeneratorExpression: remove const char* overloadsVitaly Stakhovsky2020-03-081-1/+1
* clang-tidy: Fix explicit --driver-mode= argumentBrad King2020-01-311-1/+1
* clang-tidy: Add driver mode argumentHanjiang Yu2020-01-271-1/+7
* cmMakefileTargetGenerator: modernize memory managementMarc Chevrier2020-01-211-28/+21
* ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-091-2/+2
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-1/+3
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-11/+13
* Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-50/+73
* PCH: Fix Makefile dependencies to rebuild PCH on header changesBrad King2019-10-171-1/+5
* cmMakefileTargetGenerator: Inline WriteObjectBuildFile in only call siteBrad King2019-10-161-17/+4
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-2/+33
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-5/+4
* cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-221-1/+1
* Genex: Evaluate byproduct generator expressions in cmCustomCommandGeneratorDaniel Eiband2019-09-171-1/+2
* Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPEDaniel Eiband2019-09-171-17/+11
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* cmLocalGenerator: Remove AppendFlags 'const char*' overloadBrad King2019-09-051-2/+2
* Merge topic 'clang-ipo-support'Brad King2019-09-031-0/+7
|\
| * bindexplib: supporting llvm bitcode formats using llvm-nmZsolt Parragi2019-08-301-0/+7
* | Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-281-1/+19
|/
* Merge topic 'pvs-cleanup'Brad King2019-08-261-4/+4
|\
| * cmMakefileTargetGenerator: Check for null before using a pointerBrad King2019-08-261-4/+4
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+5
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-131/+100
|/
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-4/+4
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-11/+10
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-22/+10
* Ninja,Makefile: Fix <LANG>_COMPILER_LAUNCHER shell command syntaxBrad King2019-05-221-2/+6
* Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory levelSebastian Holtermann2019-05-181-12/+0
* Merge topic 'string-cleanup'Brad King2019-05-171-2/+3
|\
| * Source: std::string related cleanupVitaly Stakhovsky2019-05-151-2/+3
* | Makefiles: Add support for ADDITIONAL_CLEAN_FILES target propertySebastian Holtermann2019-05-141-0/+12
* | Makefiles: Add support for ADDITIONAL_CLEAN_FILES directory propertySebastian Holtermann2019-05-141-0/+12