Commit History

Author SHA1 Message Date
  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 years ago
  Brad King 319c4c4d80 ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a target from cmComputeLinkInformation instead of duplicating the computation. 18 years ago
  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 years ago
  Brad King 28ea034737 ENH: Support exporting/importing of Framework targets. 18 years ago
  Brad King 5594ad4885 ENH: Updated exporting and importing of targets to support libraries and configurations. 18 years ago
  Brad King 99b97dece8 ENH: Created cmComputeLinkDepends to compute link dependencies. 18 years ago
  Brad King 48fddd602d BUG: Fix cmComputeLinkInformation cycle detection. 18 years ago
  Brad King f27379e3f7 ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths. 18 years ago
  Brad King 65c1d62902 COMP: Fix build on Borland 5.5. 18 years ago
  Brad King 09af624dee BUG: Fix generation of Watcom link lines. 18 years ago
  Brad King 72a301f880 BUG: Be less aggressive about finding conflicts in the runtime path when the real soname is not known. 18 years ago
  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 years ago
  Brad King 96fd5909d9 ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832 18 years ago