summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-021-0/+4
* Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC"Brad King2021-02-021-4/+0
* PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-021-0/+4
* Makefiles: ensure transparent switch between dependencies strategiesMarc Chevrier2021-01-091-24/+39
* Merge topic 'export-compile-commands-per-target'Brad King2021-01-071-1/+1
|\
| * CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per targetShannon Booth2021-01-061-1/+1
* | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+2
|/
* Makefiles: Add support of DEPFILE for add_custom_commandMarc Chevrier2020-12-231-0/+19
* Merge topic 'ispc_control_header_suffixes'Brad King2020-12-151-1/+6
|\
| * ISPC: Generated Headers suffix configurable with a better defaultRobert Maynard2020-12-141-1/+6
| * Merge topic 'fix-compile-db-crash' into release-3.19Brad King2020-11-231-6/+10
| |\
* | | Compile with explicit language flag when source LANGUAGE property is setBrad King2020-12-021-0/+4
* | | Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-291-15/+140
* | | Refactoring: Abstract Makefile line continuation formatMarc Chevrier2020-11-281-8/+3
* | | Refactoring: Makefiles Generators: Add support for various depends scannersMarc Chevrier2020-11-281-0/+1
* | | Merge topic 'fix-compile-db-crash'Brad King2020-11-231-6/+10
|\ \ \ | | |/ | |/|
| * | Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile ruleBrad King2020-11-201-6/+10
* | | 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
|\ \