summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add target property LINK_SEARCH_START_STATIC to aid static linkingBrad King2011-03-031-3/+3
* Prefer non-empty prefixes when matching lib names (#11468)Brad King2010-11-181-1/+1
* -fix bad check for Apple in AddDirectoryItem() introduced recentlyAlex Neundorf2010-04-271-4/+2
* -fix linking to frameworks when crosscompiling from Linux to iPhone (#10526)Alex Neundorf2010-04-211-2/+3
* OpenBSD: Work-around static/runtime linker inconsistencyChuck Atkins2010-03-261-0/+10
* Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file...David Cole2009-09-301-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Factor implicit link info addition into methodsBrad King2009-08-241-28/+41
* BUG: Do not filter non-library implicit link itemsBrad King2009-07-281-1/+7
* BUG: Always pass linker flags untouchedBrad King2009-07-281-21/+23
* BUG: Do not recognize ':' in a library nameBrad King2009-07-281-1/+1
* ENH: Link runtime libraries of all languagesBrad King2009-07-271-0/+69
* STYLE: Factor cmComputeLinkInformation constructorBrad King2009-07-141-15/+24
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-1/+1
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-1/+1
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-2/+1
* BUG: Do not create empty build-tree RPATHBrad King2009-06-111-4/+7
* BUG: Do not mangle symbols when editing RPATHsBrad King2009-06-101-2/+7
* BUG: Recognize .so shared libraries on HP-UXBrad King2009-06-031-0/+11
* ENH: Keep target information in final link lineBrad King2008-09-151-2/+2
* ENH: Add UNKNOWN type for IMPORTED librariesBrad King2008-08-181-4/+9
* BUG: Preserve all non-targets on user link linesBrad King2008-07-301-1/+0
* ENH: Warn when system libraries may be hidden.Brad King2008-07-291-0/+4
* ENH: Provide context in path ordering warningsBrad King2008-07-291-3/+3
* ENH: do not depend on files that do not existBill Hoffman2008-07-291-0/+8
* ENH: Support full-path libs w/out valid names.Brad King2008-07-231-40/+68
* ENH: Skip libs in known dirs for CMP0003 warnings.Brad King2008-07-231-5/+9
* ENH: Support full-path libs w/out extension in VS IDE.Brad King2008-07-211-1/+40
* ENH: When preserving potentially static portions of original user link lines ...Brad King2008-04-301-1/+4
* ENH: only complain about -l stuff for CMP0003Bill Hoffman2008-04-181-1/+5
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-13/+3
* BUG: Fix bug 6605 more completelyBrad King2008-03-311-0/+20
* ENH: Yet another attempt at warning for CMP0003.Brad King2008-03-201-50/+37
* ENH: Clarify warning for policy CMP0003 further.Brad King2008-03-191-8/+11
* ENH: do not warn about frameworks as they are not affected by -L anywayBill Hoffman2008-03-191-2/+5
* ENH: try to reduce the number of CMP0003 warnings that people see. Only repo...Bill Hoffman2008-03-181-8/+24
* COMP: Fix unreachable code warning for break after return in switch in CMP000...Brad King2008-03-151-2/+0
* ENH: Improve CMP0003 to provide more compatibilityBrad King2008-03-141-3/+17
* ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.Brad King2008-03-131-18/+123
* ENH: Cleanup builtin chrpath supportBrad King2008-03-021-0/+12
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-6/+0
* BUG: cmComputeLinkInformation::CheckImplicitDirItem needs to extract the file...Brad King2008-02-291-2/+2
* ENH: Improve linking to third-party shared libraries on soname platformsBrad King2008-02-211-5/+20
* ENH: Better linker search path computation.Brad King2008-02-211-75/+149
* BUG: Fix cmComputeLinkInformation to include the target's user link directori...Brad King2008-02-061-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