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
/
cmComputeLinkInformation.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmComputeLinkInformation: Restore soname lookup for non-imported targets
Brad King
2023-12-05
1
-11/+12
*
LinkItem: track `cmSourceFile` instances for external objects
Ben Boeckel
2023-11-23
1
-13/+13
*
codespell: Fix typos
Brad King
2023-11-17
1
-1/+1
*
Merge branch 'backport-target-objects' into target-objects
Brad King
2023-11-14
1
-0/+31
|
\
|
*
cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources
Brad King
2023-11-14
1
-0/+31
*
|
cmComputeLinkInformation: Simplify recording OBJECT libraries as link items
Brad King
2023-11-14
1
-1/+1
*
|
Merge topic 'modules-depends-via-target-objects' into release-3.28
Brad King
2023-10-31
1
-1/+1
|
\
\
|
|
/
|
*
cmComputeLinkInformation: skip over linking to items for object purposes
Ben Boeckel
2023-10-27
1
-1/+1
*
|
Merge topic 'fortran-in-custom-targets'
Brad King
2023-09-20
1
-2/+3
|
\
\
|
|
/
|
*
add_custom_target: Fix regression with Fortran sources
Ben Boeckel
2023-09-20
1
-2/+3
*
|
Merge branch 'fortran-object-libraries-release' into fortran-object-libraries
Ben Boeckel
2023-09-05
1
-2/+5
|
\
\
|
|
/
|
*
cmComputeLinkInformation: compute link info for module-using targets
Ben Boeckel
2023-09-05
1
-2/+5
*
|
cmComputeLinkInformation: add `OBJECT` libraries as link items
Ben Boeckel
2023-08-01
1
-12/+1
*
|
macOS: Add support for linking against .xcframework folders
Kyle Edwards
2023-07-26
1
-0/+88
*
|
Merge topic 'dyndep-module-info-objlib-dependency'
Brad King
2023-07-24
1
-2/+12
|
\
\
|
|
/
|
*
cmComputeLinkInformation: track OBJECT library dependencies
Ben Boeckel
2023-07-22
1
-2/+12
*
|
cmTarget: Add a way to represent imported shared library stubs
Robert Maynard
2023-07-18
1
-7/+11
*
|
macOS: Allow IMPORTED_LOCATION to be a framework folder
Kyle Edwards
2023-06-23
1
-6/+25
|
/
*
Apple text-based stubs: ensure runpath is correctly defined
Marc Chevrier
2023-06-04
1
-2/+17
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-18/+14
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-15/+16
*
Xcode: Fix missing Frameworks search paths
Marc Chevrier
2023-03-06
1
-13/+19
*
Enhance support functions
Marc Chevrier
2023-02-28
1
-2/+2
*
cmComputeLinkInformation: use characters where possible
Ben Boeckel
2023-02-06
1
-8/+8
*
cmComputeLinkInformation: combine string literals where possible
Ben Boeckel
2023-02-06
1
-23/+21
*
cmComputeLinkInformation: use `cmStrCat` where appropriate
Ben Boeckel
2023-02-03
1
-12/+14
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
1
-1/+1
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-5/+5
*
Code comments: Fix trivial typos
Craig Scott
2022-12-17
1
-1/+1
*
Genex LINK_LIBRARY: Add support for framework with postfix
Marc Chevrier
2022-09-21
1
-26/+22
*
Apple: Fix regression when linking a framework with postfix
Marc Chevrier
2022-09-14
1
-7/+5
*
genex-LINK_LIBRARY: ensure correct generation inside LINK_GROUP genex
Marc Chevrier
2022-07-05
1
-0/+11
*
Ensure targets which are frameworks can be used freely
Marc Chevrier
2022-03-29
1
-4/+10
*
genex-LINK_(LIBRARY|GROUP) features: update variables behavior
Marc Chevrier
2022-03-25
1
-2/+6
*
Genex-LINK_GROUP: Add possibility to group libraries at link step
Marc Chevrier
2022-02-28
1
-83/+201
*
cmComputeDepends::LinkEntry: introduce enum to specify item type
Marc Chevrier
2022-02-25
1
-2/+4
*
genex-LINK_LIBRARY: rename configuration variables
Marc Chevrier
2022-02-16
1
-2/+2
*
GenEx/LINK_LIBRARY: Add features for framework support on Apple
Marc Chevrier
2022-02-15
1
-22/+65
*
cmGlobalGenerator: Add helper to split framework path
Marc Chevrier
2022-02-13
1
-6/+5
*
$<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target property
Marc Chevrier
2022-02-08
1
-6/+11
*
Genex: Add $<LINK_LIBRARY:...>
Marc Chevrier
2022-02-07
1
-25/+362
*
cmComputeLinkInformation: use cmComputeLinkDepends::LinkEntry
Marc Chevrier
2022-02-06
1
-44/+67
*
cmComputeLinkInformation: Add context to warning about linking a directory
Brad King
2021-10-27
1
-8/+9
*
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-1/+5
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-18/+19
*
Refactor: reduce cmToCStr usage
Marc Chevrier
2021-08-19
1
-5/+2
*
HIP: Add language to CMake
Robert Maynard
2021-06-07
1
-2/+2
*
OpenWatcom: Add infrastructure to link to object files
Brad King
2021-05-29
1
-8/+19
*
cmComputeLinkInformation: Improve type safety of item IsPath member
Brad King
2021-05-29
1
-12/+13
*
Genex: Add TARGET_RUNTIME_DLLS genex
Kyle Edwards
2021-02-24
1
-0/+19
[next]