summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.h
Commit message (Expand)AuthorAgeFilesLines
...
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-4/+4
* Recognize shared library files with a numerical suffixStephen Kelly2013-05-211-1/+2
* Make linking APIs aware of 'head' targetStephen Kelly2013-01-081-1/+3
* Optionally skip link dependencies on shared library filesBrad King2012-10-261-0/+1
* Recognize OpenBSD versioned .so names (#12954)Brad King2012-02-131-0/+1
* OpenBSD: Work-around static/runtime linker inconsistencyChuck Atkins2010-03-261-0/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Factor implicit link info addition into methodsBrad King2009-08-241-0/+2
* ENH: Link runtime libraries of all languagesBrad King2009-07-271-0/+3
* STYLE: Factor cmComputeLinkInformation constructorBrad King2009-07-141-0/+1
* ENH: Keep target information in final link lineBrad King2008-09-151-3/+6
* ENH: Support full-path libs w/out valid names.Brad King2008-07-231-0/+1
* ENH: Skip libs in known dirs for CMP0003 warnings.Brad King2008-07-231-1/+1
* ENH: When preserving potentially static portions of original user link lines ...Brad King2008-04-301-0/+1
* ENH: Yet another attempt at warning for CMP0003.Brad King2008-03-201-1/+1
* ENH: try to reduce the number of CMP0003 warnings that people see. Only repo...Bill Hoffman2008-03-181-1/+1
* ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.Brad King2008-03-131-2/+4
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-1/+0
* ENH: Better linker search path computation.Brad King2008-02-211-12/+15
* ENH: When linking to versioned targets whose real file name is known pass the...Brad King2008-02-061-2/+1
* BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute...Brad King2008-02-041-0/+3
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-41/+12
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-1/+11
* BUG: Move decision to switch library paths found in implicit link directories...Brad King2008-01-311-0/+2
* ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a ...Brad King2008-01-291-0/+2
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-0/+10
* ENH: Created cmComputeLinkDepends to compute link dependencies.Brad King2008-01-271-1/+1
* BUG: Fix cmComputeLinkInformation cycle detection.Brad King2008-01-231-2/+3
* ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths.Brad King2008-01-231-0/+5
* BUG: Fix generation of Watcom link lines.Brad King2008-01-231-0/+1
* BUG: When a library file name is linked without a path make sure the link typ...Brad King2008-01-221-0/+2
* ENH: Implement linking with paths to library files instead of -L and -l separ...Brad King2008-01-221-0/+165