summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix cmComputeLinkInformation to include the target's user link directori...Brad King2008-02-071-0/+5
* ENH: When linking to versioned targets whose real file name is known pass the...Brad King2008-02-061-7/+7
* BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute...Brad King2008-02-041-2/+21
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-319/+225
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-8/+50
* ENH: Add target property LINK_SEARCH_END_STATIC to help people building stati...Brad King2008-01-311-1/+9
* BUG: Move decision to switch library paths found in implicit link directories...Brad King2008-01-311-13/+53
* ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a ...Brad King2008-01-291-0/+13
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-0/+133
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-4/+2
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-18/+10
* ENH: Created cmComputeLinkDepends to compute link dependencies.Brad King2008-01-271-25/+13
* BUG: Fix cmComputeLinkInformation cycle detection.Brad King2008-01-231-10/+12
* ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.Brad King2008-01-231-5/+44
* COMP: Fix build on Borland 5.5.Brad King2008-01-231-1/+2
* BUG: Fix generation of Watcom link lines.Brad King2008-01-231-0/+14
* BUG: Be less aggressive about finding conflicts in the runtime path when the ...Brad King2008-01-231-14/+5
* BUG: When a library file name is linked without a path make sure the link typ...Brad King2008-01-221-2/+49
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-0/+1157