summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'makefile-CMAKE_EXPORT_COMPILE_COMMANDS-HIP'Brad King2021-12-071-1/+1
|\
| * HIP: Enable CMAKE_EXPORT_COMPILE_COMMANDS for HIPBrad King2021-12-071-1/+1
* | CUDA: Support CMP0105 on ClangRaul Tambre2021-11-081-0/+4
* | CUDA: Use local shorthands for variables in Clang device link codeRaul Tambre2021-11-071-14/+12
* | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-1/+1
* | CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATIONRobert Maynard2021-10-201-15/+18
|/
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-35/+36
* IWYU: Add `--driver-mode=cl` when applicablePigeonF2021-09-101-1/+19
* Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-4/+3
* Merge branch 'backport-3.21-CC-DEPFILE-independent-from-CMAKE_DEPENDS_USE_COM...Marc Chevrier2021-08-011-2/+20
|\
| * add_custom_command(DEPFILE) independent from CMAKE_DEPENDS_USE_COMPILERMarc Chevrier2021-08-011-2/+20
* | Merge topic 'cuda_separable_clang_make'Brad King2021-07-291-19/+23
|\ \ | |/
| * CUDA/Clang: Simplify --register-link-binaries logicroot2021-07-291-10/+10
| * CUDA/Clang: Fix separable compilation in non-root directories with Makefilesroot2021-07-291-10/+14
* | Makefiles: Add support for building Fortran intrinsicsIsuru Fernando2021-06-241-0/+7
|/
* HIP: Add language to CMakeRobert Maynard2021-06-071-1/+2
* Merge topic 'fix-compile-db-crash'Brad King2021-05-291-2/+5
|\
| * Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile ruleBrad King2021-05-281-2/+5
* | cmOutputConverter: Adopt relative path conversion helpersBrad King2021-05-171-10/+2
* | cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-71/+42
* | cmMakefileTargetGenerator: Clarify name of relative path conversion helperBrad King2021-05-131-6/+6
* | Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-1/+1
* | NMake: Use UTF-8 with BOM if supported by nmakeAmine Najahi2021-05-051-1/+2
* | cmLocalGenerator: Simplify some GetIncludeFlag call sitesBrad King2021-02-251-3/+2
* | cmLocalGenerator: Clarify GetIncludeFlags signatureBrad King2021-02-251-3/+4
|/
* 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