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
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Merge branch 'backport-3.31-custom-transitive-properties' (early part)
Brad King
2025-02-22
1
-7/+10
|
\
|
*
cmGeneratorExpressionDAGChecker: Construct with initializer list syntax
Brad King
2025-02-22
1
-7/+10
*
|
Linker configuration: rely now on CMAKE_<LANG>_LINK_MODE variable.
Marc Chevrier
2025-01-26
1
-6/+7
*
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-182/+182
*
|
Merge topic 'extern-domain'
Brad King
2025-01-22
1
-1/+7
|
\
\
|
*
|
Add support for foreign targets
Vito Gamberini
2025-01-21
1
-1/+7
*
|
|
CMP0051: Remove support for OLD behavior
Brad King
2025-01-20
1
-1/+1
*
|
|
CMP0043: Remove support for OLD behavior
Brad King
2025-01-19
1
-4/+1
*
|
|
CMP0042: Remove support for OLD behavior
Brad King
2025-01-19
1
-8/+1
*
|
|
CMP0026: Remove support for OLD behavior
Brad King
2025-01-19
1
-28/+11
*
|
|
CMP0024: Remove support for OLD behavior
Brad King
2025-01-19
1
-1/+1
*
|
|
cmGeneratorTarget: Simplify storage of link implementation
Brad King
2025-01-18
1
-1/+1
*
|
|
Merge topic 'remove-old-compatibility'
Brad King
2025-01-18
1
-21/+5
|
\
\
\
|
*
|
|
CMP0004: Remove support for OLD behavior
Brad King
2025-01-17
1
-21/+5
*
|
|
|
Merge topic 'instrumentation-target-labels'
Brad King
2025-01-18
1
-0/+9
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
instrumentation: Add targetLabels field to link snippets
Martin Duffy
2025-01-17
1
-0/+9
*
|
|
|
Renumber post-3.31 development from 3.32 to 4.0
Brad King
2025-01-16
1
-1/+1
|
/
/
/
*
|
|
Merge topic 'instrumentation'
Brad King
2025-01-16
1
-0/+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
instrumentation: Collect and record project build system metrics
Martin Duffy
2025-01-15
1
-0/+1
*
|
|
Fortran: Add Fortran_BUILDING_INTRINSIC_MODULES for building intrinsics
Alex Turbov
2025-01-09
1
-1/+6
|
/
/
*
|
Swift: Expand generator expressions in Swift_MODULE_DIRECTORY
Evan Wilde
2024-12-09
1
-3/+15
*
|
cmPolicies: Remove now-unused REQUIRED_IF_USED and REQUIRED_ALWAYS states
Brad King
2024-11-13
1
-13/+0
*
|
Refactoring cmRulePlaceHolderExpander: propagate cmBuildStep information
Marc Chevrier
2024-11-04
1
-0/+1
*
|
clang-tidy: fix `readability-redundant-*` warnings
Daniel Pfeifer
2024-10-11
1
-4/+5
|
/
*
AIX: Enable versioned shared objects with CMAKE_AIX_SHARED_LIBRARY_ARCHIVE
Aditya Vidyadhar Kamath
2024-10-10
1
-2/+7
*
cmGeneratorTarget: Simplify AIX shared library archive name computation
Brad King
2024-10-10
1
-2/+1
*
cmGeneratorTarget: Simplify ComputeVersionedName signature
Brad King
2024-10-10
1
-16/+18
*
Merge topic 'build-databases'
Brad King
2024-09-05
1
-0/+473
|
\
|
*
cmExperimental: gate build database support behind a flag
Ben Boeckel
2024-09-03
1
-0/+4
|
*
cmGlobalGenerator: generate build database files for targets
Ben Boeckel
2024-08-27
1
-0/+14
|
*
cmDyndepCollation: write build database metadata
Ben Boeckel
2024-08-27
1
-0/+21
|
*
cmGeneratorTarget: add a method to build classified command lines
Ben Boeckel
2024-08-27
1
-0/+420
|
*
cmGeneratorTarget: add the concept of a "family" name
Ben Boeckel
2024-08-27
1
-0/+14
*
|
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-4/+3
|
/
*
GeneratorTarget: Fix missing system include cache key
Orkun Tokdemir
2024-07-23
1
-0/+4
*
GeneratorTarget: Factor out AddSystemIncludeCacheKey()
Orkun Tokdemir
2024-07-22
1
-41/+47
*
AIX: Add option to archive shared libraries
Aditya Vidyadhar Kamath
2024-07-17
1
-3/+21
*
cmGeneratorTarget: Adopt Swift-related methods from the Ninja generator
Dave Abrahams
2024-05-24
1
-0/+42
*
GenEx: Add support for custom transitive compile properties
Brad King
2024-05-21
1
-0/+2
*
cmGeneratorExpressionDAGChecker: Make config name available in constructor
Brad King
2024-05-21
1
-5/+5
*
cmGeneratorTarget: Add GetLinkImplementationClosure mode for linking
Brad King
2024-05-21
1
-1/+3
*
cmGeneratorTarget: Factor transitive property methods into own source
Brad King
2024-05-20
1
-181/+1
*
cmGeneratorTarget: Factor link interface/impl methods into own source
Brad King
2024-05-20
1
-1440/+1
*
cmGeneratorTarget: Factor compatible interface properties into own source
Brad King
2024-05-20
1
-708/+0
*
cmGeneratorTarget: Factor options-like usage requirements into own source
Brad King
2024-05-20
1
-624/+0
*
cmGeneratorTarget: Factor LINK_DIRECTORIES impl into own source
Brad King
2024-05-20
1
-125/+0
*
cmGeneratorTarget: Factor INCLUDE_DIRECTORIES impl into own source
Brad King
2024-05-20
1
-302/+0
*
cmGeneratorTarget: Factor SOURCES impl into own source
Brad King
2024-05-20
1
-515/+0
*
cmGeneratorTarget: Factor TargetPropertyEntry into own source
Brad King
2024-05-20
1
-167/+0
[next]