Historial de Commits

Autor SHA1 Mensaje Fecha
  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. hace 18 años
  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". hace 18 años
  Brad King 82fcaebe28 ENH: Pass dependent library search path to linker on some platforms. hace 18 años
  Brad King 2cff26fa52 ENH: Support linking to shared libs with dependent libs hace 18 años
  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. hace 18 años
  Brad King 319c4c4d80 ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a target from cmComputeLinkInformation instead of duplicating the computation. hace 18 años
  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. hace 18 años
  Brad King 99b97dece8 ENH: Created cmComputeLinkDepends to compute link dependencies. hace 18 años
  Brad King 48fddd602d BUG: Fix cmComputeLinkInformation cycle detection. hace 18 años
  Brad King f27379e3f7 ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths. hace 18 años
  Brad King 09af624dee BUG: Fix generation of Watcom link lines. hace 18 años
  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. hace 18 años
  Brad King 96fd5909d9 ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832 hace 18 años