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
*
LINK_LIBRARIES: Add support for LINK_ONLY genex
Brad King
2022-03-24
1
-0/+14
*
INTERFACE_LINK_LIBRARIES_DIRECT: Honor link dependencies through LINK_ONLY
Brad King
2022-03-22
1
-6/+8
*
LINK_LIBRARIES: Evaluate separately for linking and usage requirements
Brad King
2022-03-22
1
-27/+56
*
CUDA: Add support for CUDA_ARCHITECTURES=native
Brad King
2022-03-10
1
-0/+17
*
Merge topic 'cuda-arch-all'
Brad King
2022-03-02
1
-13/+13
|
\
|
*
CUDA: Simplify CMAKE_CUDA_ARCHITECTURES special value logic
Brad King
2022-03-01
1
-13/+13
*
|
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-2/+4
*
|
Merge topic 'cuda-archs'
Brad King
2022-02-22
1
-5/+3
|
\
\
|
|
/
|
*
CUDA: Restore support for non-"all" CUDA_ARCHITECTURES with nvcc 11.5+
Brad King
2022-02-18
1
-5/+3
*
|
Merge topic 'genex-LINK_LIBRARY-to-decorate-library'
Brad King
2022-02-09
1
-3/+12
|
\
\
|
*
|
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-3/+12
|
|
/
*
|
Windows: Allow manifest files to be bundled as content
Aron Yu
2022-02-04
1
-1/+5
|
/
*
CUDA: Generic all and all-major support
Raul Tambre
2022-02-01
1
-8/+16
*
Merge topic 'link-interface-direct'
Brad King
2022-01-31
1
-95/+255
|
\
|
*
Add usage requirements to update direct link dependencies
Brad King
2022-01-29
1
-14/+166
|
*
cmGeneratorTarget: Add LookupLinkItem option to consider own target name
Brad King
2022-01-29
1
-6/+7
|
*
cmGeneratorTarget: Fix link interface caching of partial results
Brad King
2022-01-29
1
-16/+14
|
*
cmGeneratorTarget: Clarify CMP0022 logic in ComputeLinkInterfaceLibraries
Brad King
2022-01-29
1
-56/+59
|
*
cmGeneratorTarget: Simplify CMP0022 warning check
Brad King
2022-01-29
1
-7/+4
|
*
cmGeneratorTarget: Return early from ExpandLinkItems with no items
Brad King
2022-01-29
1
-0/+3
|
*
PCH: Clear link interface cache when adding PCH object to it
Brad King
2022-01-29
1
-0/+6
|
*
cmLinkItem: Clarify name of CMP0027 check member
Brad King
2022-01-29
1
-3/+3
*
|
cmGlobalVisualStudio10Generator: Auto restore NuGet packages.
Carsten Rudolph
2022-01-22
1
-0/+20
|
/
*
Merge topic 'vs-csharp-dotnet-sdk'
Brad King
2021-12-22
1
-0/+5
|
\
|
*
VS: Add DOTNET_SDK property to generate SDK-style C# projects
Sumit Bhardwaj
2021-12-21
1
-0/+5
*
|
target_link_libraries: Optionally require only target names
Brad King
2021-12-20
1
-0/+49
*
|
cmGeneratorTarget: Factor out message about reasons for a missing target
Brad King
2021-12-20
1
-5/+11
*
|
CMP0028: Report the target whose link interface has an offending item
Brad King
2021-12-16
1
-36/+78
*
|
CMP0028: Report backtrace to link item rather than target creation
Brad King
2021-12-16
1
-1/+5
*
|
cmGeneratorTarget: Record when imported target link iface libs are done
Brad King
2021-12-16
1
-0/+1
*
|
cmGeneratorTarget: Propagate backtraces from INTERFACE_LINK_LIBRARIES
Brad King
2021-12-15
1
-45/+66
|
/
*
Merge topic 'link-iface-usage-reqs-only'
Brad King
2021-12-10
1
-44/+53
|
\
|
*
cmGeneratorTarget: Avoid boolean trap in usage requirement lookup
Brad King
2021-12-09
1
-44/+53
*
|
cmTargetPropertyComputer: Simplify by restoring use of cmMakefile
Brad King
2021-12-08
1
-6/+3
|
/
*
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
|
/
[next]