summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fortran-preprocess-property'Brad King2020-05-221-0/+1
|\
| * Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-211-0/+1
* | Multi-Ninja: Fix PCHs for Visual C++Cristian Adam2020-05-201-3/+8
|/
* Merge topic 'gitlab-ci-lint'Brad King2020-04-301-1/+1
|\
| * IWYU: mark cmLinkLineComputer as necessaryBen Boeckel2020-04-291-1/+1
* | cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-22/+21
|/
* Merge topic 'makefile-objc'Brad King2020-04-281-2/+3
|\
| * Makefiles: Add Objective C/C++ compilations to compile_commands.jsonBrad King2020-04-281-2/+3
| * ObjC: Add _COMPILE_LAUNCHER supportCristian Adam2020-01-091-2/+2
* | CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-0/+12
* | 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