Histórico de Commits

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