summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge topic 'revert-explicit-LANGUAGE-flag'Brad King2020-11-201-7/+0
|\ \ \ | | |/ | |/|
| * | Revert "specify language flag when source LANGUAGE property is set"Brad King2020-11-191-7/+0
| |/
* | Merge topic 'clang-tidy-for-objc'Brad King2020-11-061-7/+13
|\ \
| * | clang-tidy: allow OBJC and OBJCXXAndrew Fuller2020-11-051-7/+13
* | | Makefiles: Honor CMAKE_EXPORT_COMPILE_COMMANDS for ASMMaxime Girard2020-11-041-1/+1
|/ /
* | cmLocalGenerator::GetRuleLauncher: return cmPropvvs314152020-11-021-2/+2
|/
* CUDA: Clang separable compilationRaul Tambre2020-09-241-2/+131
* Makefile: Add policy CMP0113 to avoid duplication of custom commandsBrad King2020-09-081-0/+35
* cmMakefileTargetGenerator: Simplify custom command output collectionBrad King2020-09-081-10/+3
* ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-041-2/+16
* ISPC: Add compiler launcher supportRobert Maynard2020-09-031-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-34/+40
* Merge topic 'ispc_lang_support'Brad King2020-09-011-2/+37
|\
| * ISPC: Support ISPC header generation byproducts and parallel buildsRobert Maynard2020-08-281-1/+35
| * Add ISPC compiler support to CMakeRobert Maynard2020-08-281-1/+2
* | Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-0/+1
|/
* Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-2/+2
* Merge topic 'cmnonempty'Kyle Edwards2020-07-151-10/+10
|\
| * cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-10/+10
* | cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-2/+1
|/
* Explicitly specify language flag when source LANGUAGE property is setRobert Maynard2020-06-091-0/+7
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* 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