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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GeneratorTarget: Factor out AddSystemIncludeCacheKey()
Orkun Tokdemir
2024-07-22
1
-0/+4
*
Merge topic 'aix-archive-shared-libraries'
Brad King
2024-07-19
1
-0/+3
|
\
|
*
AIX: Add option to archive shared libraries
Aditya Vidyadhar Kamath
2024-07-17
1
-0/+3
*
|
Restore support for exporting INTERFACE with missing dependencies
Brad King
2024-07-15
1
-1/+7
*
|
Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usage
Robert Maynard
2024-07-05
1
-0/+1
|
/
*
Swift: Use per-config module file locations in multi-config generators
Dave Abrahams
2024-05-24
1
-6/+6
*
cmGeneratorTarget: Adopt Swift-related methods from the Ninja generator
Dave Abrahams
2024-05-24
1
-0/+20
*
GenEx: Add support for custom transitive compile properties
Brad King
2024-05-21
1
-1/+37
*
cmGeneratorTarget: Add GetLinkImplementationClosure mode for linking
Brad King
2024-05-21
1
-2/+3
*
cmGeneratorTarget: Add TransitiveProperty constructor to help some compilers
Brad King
2024-05-21
1
-0/+7
*
cmGeneratorTarget: Factor link interface/impl methods into own source
Brad King
2024-05-20
1
-1/+1
*
cmGeneratorTarget: Move TargetPropertyEntry creation method to header
Brad King
2024-05-20
1
-0/+10
*
cmGeneratorTarget: Clarify enum for specifying purpose of usage requirements
Brad King
2024-05-03
1
-17/+15
*
cmGeneratorTarget: Clarify name for evaluating compile-only usage requirements
Brad King
2024-05-03
1
-2/+2
*
Merge topic 'pch-single-arch'
Brad King
2024-05-02
1
-0/+2
|
\
|
*
PCH: Use per-arch .pch files only when building multiple Apple architectures
Brad King
2024-05-01
1
-0/+2
*
|
Merge topic 'vs-scan-module-deps-settings'
Brad King
2024-05-02
1
-0/+7
|
\
\
|
*
|
cmGeneratorTarget: add a target-level query for "needs dyndep"
Ben Boeckel
2024-05-01
1
-0/+7
*
|
|
Merge topic 'genex-link-properties'
Brad King
2024-05-01
1
-0/+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GenEx: Teach TARGET_PROPERTY evaluation to optionally pierce LINK_ONLY
Brad King
2024-04-29
1
-0/+1
|
*
|
cmGeneratorExpressionDAGChecker: Simplify transitive property table
Brad King
2024-04-29
1
-0/+12
*
|
|
Merge topic 'export-name-safe-name'
Brad King
2024-05-01
1
-0/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cmGeneratorTarget: add method to get a filesystem-safe export name
Ben Boeckel
2024-04-29
1
-0/+1
*
|
Merge topic 'genex-cleanup'
Brad King
2024-04-15
1
-1/+1
|
\
\
|
*
|
cmGeneratorTarget: Remove EvaluateInterfaceProperty argument default
Brad King
2024-04-12
1
-1/+1
*
|
|
cxxmodules: link to `std`-providing targets when available
Ben Boeckel
2024-04-11
1
-0/+1
|
/
/
*
|
Merge topic 'restore-link-interface-objlib-with-unity'
Brad King
2024-02-22
1
-1/+4
|
\
\
|
|
/
|
*
Restore support for TARGET_OBJECTS in link interfaces with unity builds
Brad King
2024-02-21
1
-1/+4
*
|
Link to transitive dependencies on stub libraries only on some linkers
Brad King
2024-01-04
1
-0/+3
*
|
Merge topic 'imported-implib-only'
Brad King
2023-12-06
1
-1/+1
|
\
\
|
|
/
|
*
cmComputeLinkInformation: Restore soname lookup for non-imported targets
Brad King
2023-12-05
1
-1/+0
|
*
cmGeneratorTarget: Add helper to check for known runtime artifact
Brad King
2023-12-05
1
-0/+1
*
|
LINK_LIBRARY-genex: correct behavior for INTERFACE_LINK_LIBRARIES_DIRECT
Marc Chevrier
2023-11-29
1
-3/+7
*
|
Merge topic 'fortran-objects-as-sources-fix'
Brad King
2023-11-27
1
-0/+5
|
\
\
|
|
/
|
*
cmGeneratorTarget: add a query for targets with objects in the source list
Ben Boeckel
2023-11-21
1
-0/+5
*
|
Add options to specify linker tool
Marc Chevrier
2023-10-13
1
-0/+7
|
/
*
cmGeneratorTarget: Track explicitly enabled language standard levels
Brad King
2023-10-05
1
-0/+8
*
cmGeneratorTarget: Remove outdated const/mutable pair
Brad King
2023-10-04
1
-5/+4
*
cmExperimental: remove the flag for C++ modules
Ben Boeckel
2023-10-02
1
-2/+2
*
HIP: Add support for NVIDIA GPUs
Brad King
2023-09-21
1
-1/+3
*
CUDA: Factor out helper to generate CUDA architecture flags
Brad King
2023-09-21
1
-1/+5
*
Merge branch 'fortran-object-libraries-release' into fortran-object-libraries
Ben Boeckel
2023-09-05
1
-0/+1
|
\
|
*
cmGeneratorTarget: support config-independent Fortran source queries
Ben Boeckel
2023-09-05
1
-0/+1
*
|
cxxmodules: generate synthetic targets as an initial pass
Ben Boeckel
2023-08-17
1
-0/+6
*
|
cmGeneratorTarget: classify BMI-only C++ module sources
Ben Boeckel
2023-08-17
1
-0/+3
*
|
cmGeneratorTarget: support better errors when checking for C++20 modules
Ben Boeckel
2023-08-16
1
-1/+4
*
|
OPTIMIZE_DEPENDENCIES: Skip order-only deps for non-linking targets
Craig Scott
2023-08-09
1
-0/+1
*
|
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-1/+1
*
|
macOS: Add support for linking against .xcframework folders
Kyle Edwards
2023-07-26
1
-0/+2
*
|
cmTarget: Add a way to represent imported shared library stubs
Robert Maynard
2023-07-18
1
-0/+1
[next]