index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmMakefileTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cxxmodules: rework control logic for scanning regular C++ sources
Ben Boeckel
2023-10-02
1
-8/+0
*
Merge topic 'modules-better-messages'
Brad King
2023-08-25
1
-3/+3
|
\
|
*
cxxmodules: improve error messages for C++ module setup
Ben Boeckel
2023-08-23
1
-3/+3
*
|
LINK_OPTIONS: ensure correct dollar escaping
Marc Chevrier
2023-07-17
1
-0/+6
*
|
codecvt: Extrace codecvt::Encoding to remove codecvt includes
Clemens Wasser
2023-06-22
1
-4/+4
|
/
*
Makefiles: quote `$(COLOR)` expansions
Ben Boeckel
2023-06-08
1
-1/+1
*
cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets
Ben Boeckel
2023-05-31
1
-2/+1
*
TargetGenerator: Add SKIP_LINTING source property
Orkun Tokdemir
2023-05-16
1
-4/+7
*
TargetGenerator: Factor out generation of code check rules
Orkun Tokdemir
2023-05-16
1
-144/+23
*
Improve Const Correctness
Orkun Tokdemir
2023-05-12
1
-37/+40
*
CreateRulePlaceholderExpander(): enhance memory management
Marc Chevrier
2023-05-04
1
-4/+3
*
Link step: use linker dependency linker file
Marc Chevrier
2023-05-03
1
-2/+27
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-17/+13
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-7/+6
*
Add generator expression support to static code analysis hooks
Stefan Schober
2023-03-27
1
-5/+38
*
cmGeneratorTarget: Pass language to GetAppleArchs when possible
Brad King
2023-03-15
1
-2/+2
*
cmGeneratorTarget: Convert GetAppleArchs output argument to return value
Brad King
2023-03-15
1
-4/+4
*
Merge topic 'support_cubin_fatbin_optix_cuda_output'
Brad King
2023-03-14
1
-5/+18
|
\
|
*
CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation
Robert Maynard
2023-03-13
1
-5/+18
*
|
Makefile: Don't pass the CUDA compiler response files with UTF8_BOM
Robert Maynard
2023-02-28
1
-10/+12
|
/
*
RULE_LAUNCH_*: Add support for generator expressions
Kyle Edwards
2023-02-03
1
-3/+4
*
Merge topic 'lang-linker-launcher-genex'
Brad King
2023-02-03
1
-1/+2
|
\
|
*
<LANG>_COMPILER_LAUNCHER: Expand subset of genexes that can be evaluated
Kyle Edwards
2023-02-02
1
-1/+2
*
|
cmCommonTargetGenerator: classify linked target directories by language
Ben Boeckel
2023-02-01
1
-1/+1
*
|
cmMakefileTargetGenerator: make "target linked info" variable Fortran-specific
Ben Boeckel
2023-02-01
1
-1/+1
*
|
cmMakefileTargetGenerator: simplify string streaming
Ben Boeckel
2023-02-01
1
-2/+2
|
/
*
Watcom: Fix double-quote to be single-quote in response files for wlink
Jiri Malak
2023-01-26
1
-5/+10
*
clang-tidy: add <LANG>_CLANG_TIDY_EXPORT_FIXES_DIR property
Kyle Edwards
2022-12-06
1
-1/+23
*
Makefiles: Name object response files with .rsp extension
Felipe Torrezan
2022-11-21
1
-0/+1
*
EXPORT_COMPILE_COMMANDS: add `output` field
Ben Boeckel
2022-10-28
1
-1/+1
*
COMPILER_LAUNCHER: Add support for generator expressions
Thomas Weißschuh
2022-08-30
1
-2/+4
*
Merge topic 'cpp-named-module-file-sets'
Brad King
2022-06-17
1
-0/+65
|
\
|
*
cmTarget: add support for C++ module fileset types
Ben Boeckel
2022-06-16
1
-0/+65
*
|
CUDA: Support response files with nvcc
Robert Maynard
2022-06-13
1
-30/+35
|
/
*
Provide guidance when trying to use non-enabled language
Robert Maynard
2022-05-04
1
-5/+9
*
Merge topic 'nmake-rsp-encoding'
Brad King
2022-01-27
1
-2/+15
|
\
|
*
NMake: Use UTF-8 BOM in response files only with MSVC tooling
Brad King
2022-01-26
1
-0/+5
|
*
NMake: Document response file encoding heuristic in a comment
Brad King
2022-01-26
1
-2/+10
*
|
Merge topic 'makefile-CMAKE_EXPORT_COMPILE_COMMANDS-HIP'
Brad King
2021-12-07
1
-1/+1
|
\
\
|
*
|
HIP: Enable CMAKE_EXPORT_COMPILE_COMMANDS for HIP
Brad King
2021-12-07
1
-1/+1
*
|
|
CUDA: Support CMP0105 on Clang
Raul Tambre
2021-11-08
1
-0/+4
*
|
|
CUDA: Use local shorthands for variables in Clang device link code
Raul Tambre
2021-11-07
1
-14/+12
*
|
|
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-1/+1
*
|
|
CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATION
Robert Maynard
2021-10-20
1
-15/+18
|
/
/
*
|
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-0/+1
*
|
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-35/+36
*
|
IWYU: Add `--driver-mode=cl` when applicable
PigeonF
2021-09-10
1
-1/+19
*
|
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-4/+3
*
|
Merge branch 'backport-3.21-CC-DEPFILE-independent-from-CMAKE_DEPENDS_USE_COM...
Marc Chevrier
2021-08-01
1
-2/+20
|
\
\
|
|
/
|
*
add_custom_command(DEPFILE) independent from CMAKE_DEPENDS_USE_COMPILER
Marc Chevrier
2021-08-01
1
-2/+20
[next]