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
/
cmGeneratorTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'support_nvcc_native_flag'
Brad King
2021-11-02
1
-3/+16
|
\
|
*
CUDA: Support nvcc 11.5 new -arch=all|all-major flags
Robert Maynard
2021-11-01
1
-3/+16
*
|
cmGeneratorTarget: Integrate file sets into calculated sources
Kyle Edwards
2021-10-27
1
-1/+144
*
|
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
1
-21/+26
|
/
*
Add property to mark IMPORTED targets as not SYSTEM
Brad King
2021-10-14
1
-0/+3
*
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-0/+6
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-124/+127
*
Merge topic 'macos-cache-rpath-install-namedir'
Brad King
2021-09-21
1
-0/+15
|
\
|
*
macOS: Speed up rpath install name dir lookup with a cache
Lukas Böger
2021-09-20
1
-0/+15
*
|
remove cmToCStr function
Marc Chevrier
2021-09-19
1
-1/+1
|
/
*
Merge topic 'pch-xcode-multiple-languages'
Brad King
2021-09-14
1
-2/+2
|
\
|
*
PCH: Fix all-language precompile header support in Xcode
Cristian Adam
2021-09-13
1
-2/+2
*
|
Refactor: Convert parallel string/backtrace vectors to BT vectors
Kyle Edwards
2021-09-03
1
-56/+47
*
|
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-12/+9
*
|
Refactor: cmGeneratorTarget::GetSourcesProperty returns cmProp
Marc Chevrier
2021-08-09
1
-3/+3
*
|
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
1
-14/+13
|
/
*
cmGeneratorTarget: Clarify logic recognizing explicit link interface
Brad King
2021-07-13
1
-6/+6
*
cmGeneratorTarget: Clarify cmLinkImplItem constructor call
Brad King
2021-07-13
1
-1/+2
*
cmGeneratorTarget: Clarify ExpandLinkItems local variable role
Brad King
2021-07-13
1
-4/+7
*
cmGeneratorTarget: Simplify ExpandLinkItems signature
Brad King
2021-07-13
1
-30/+17
*
cmGeneratorTarget: Add method for LINKER: prefix translation
Marc Chevrier
2021-07-08
1
-0/+7
*
Merge topic 'tll-out-of-dir'
Brad King
2021-06-30
1
-6/+8
|
\
|
*
target_link_libraries: Restore transitive out-of-dir linking
Brad King
2021-06-29
1
-6/+8
*
|
Merge topic 'import-elf'
Brad King
2021-06-25
1
-7/+2
|
\
\
|
*
|
cmELF: Include the ELF parsing code unconditionally
Alex Richardson
2021-06-24
1
-7/+2
|
|
/
*
|
Makefiles: Add support for building Fortran intrinsics
Isuru Fernando
2021-06-24
1
-0/+8
|
/
*
HIP: analyze output of `hipcc` to determine default GPU architecture
Zack Galbreath
2021-06-07
1
-0/+6
*
HIP: Automatically inject the `hip::device` runtime target
Robert Maynard
2021-06-07
1
-26/+170
*
HIP: Add language to CMake
Robert Maynard
2021-06-07
1
-3/+21
*
cmGeneratorTarget: Clear cached link implementation when a source is added
Brad King
2021-06-04
1
-0/+1
*
target_link_libraries: Place $<TARGET_OBJECTS> before libraries
Brad King
2021-05-29
1
-5/+33
*
cmGeneratorTarget: Refactor link item lookup
Brad King
2021-05-28
1
-14/+23
*
cmGeneratorTarget: Give temporary link impl item an explicit name
Brad King
2021-05-28
1
-2/+2
*
Xcode: Enable multi-arch TARGET_OBJECTS genex in [INTERFACE_]LINK_LIBRARIES
Brad King
2021-05-26
1
-0/+2
*
Framework: Fix $<TARGET_SONAME_FILE:...> for imported frameworks
Kyle Edwards
2021-05-20
1
-3/+26
*
Source: Remove unnecessary comparisons to nullptr
Vitaly Stakhovsky
2021-05-10
1
-6/+5
*
Merge topic 'CUDA-device-link'
Brad King
2021-04-01
1
-8/+52
|
\
|
*
CUDA Device link: Ensure all link options are correctly formatted
Marc Chevrier
2021-03-31
1
-8/+52
*
|
Genex: Add TARGET_RUNTIME_DLLS genex
Kyle Edwards
2021-02-24
1
-0/+14
|
/
*
Genex: LINK_LANGUAGE respects LINKER_LANGUAGE property
Marc Chevrier
2021-02-23
1
-1/+5
*
AIX: Enable XCOFF editing to replace RPATH on installation
Brad King
2021-02-03
1
-9/+18
*
Ninja Multi-Config: Enable relink diagnostic message
Brad King
2021-02-03
1
-2/+1
*
Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER
Brad King
2021-02-03
1
-1/+1
*
Merge topic 'clang-tidy-fixes'
Brad King
2021-01-27
1
-2/+2
|
\
|
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
|
OUTPUT_DIRECTORY: Support tgt genex in output artifact vars
Asit Dhal
2021-01-26
1
-4/+3
|
/
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-5/+5
*
cmGeneratorTarget: Make GetConfigCommonSourceFiles Xcode-specific
Brad King
2020-12-16
1
-1/+1
*
Ninja Multi-Config: Add support for cross-config custom commands
Kyle Edwards
2020-12-15
1
-1/+1
*
cmLocalGenerator: Refactor custom command generator construction
Brad King
2020-12-15
1
-7/+8
[next]