Brad King
|
07be6bb87b
ENH: When linking to versioned targets whose real file name is known pass the real name to the linker instead of the symlink name.
|
18 년 전 |
Brad King
|
847c8403fe
BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute proper rpath information on AIX when shared libraries have names like "libfoo.a".
|
18 년 전 |
Brad King
|
82fcaebe28
ENH: Pass dependent library search path to linker on some platforms.
|
18 년 전 |
Brad King
|
2cff26fa52
ENH: Support linking to shared libs with dependent libs
|
18 년 전 |
Brad King
|
3a05425309
BUG: Move decision to switch library paths found in implicit link directories to use -l options from cmFindLibraryCommand to cmComputeLinkInformation. Existing projects may depend on find_library returning a full path. This slightly weakens cmComputeLinkInformation but is necessary for compatibility.
|
18 년 전 |
Brad King
|
319c4c4d80
ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a target from cmComputeLinkInformation instead of duplicating the computation.
|
18 년 전 |
Brad King
|
ffac622a85
ENH: Add cmTarget::GetLinkInformation method to allow several places in the generators to share link information while only computing it once per configuration for a target. Use it to simplify the chrpath feature.
|
18 년 전 |
Brad King
|
99b97dece8
ENH: Created cmComputeLinkDepends to compute link dependencies.
|
18 년 전 |
Brad King
|
48fddd602d
BUG: Fix cmComputeLinkInformation cycle detection.
|
18 년 전 |
Brad King
|
f27379e3f7
ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.
|
18 년 전 |
Brad King
|
09af624dee
BUG: Fix generation of Watcom link lines.
|
18 년 전 |
Brad King
|
ceb716575e
BUG: When a library file name is linked without a path make sure the link type is restored after the -l option.
|
18 년 전 |
Brad King
|
96fd5909d9
ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
|
18 년 전 |