summaryrefslogtreecommitdiff
path: root/Source/cmComputeLinkInformation.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* cmComputeLinkInformation::Item: remove custom copy ctorDaniel Pfeifer2017-04-221-6/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* CUDA: Add LinkLineComputer that computes cuda dlink lines.Robert Maynard2016-11-141-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-3/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+25
* cmComputeLinkInformation: Port result API to cmGeneratorTarget.Stephen Kelly2015-10-121-3/+2
* cmComputeLinkInformation: Port data interface to cmGeneratorTarget.Stephen Kelly2015-10-121-2/+2
* cmComputeLinkInformation: Port some implementation to cmGeneratorTarget.Stephen Kelly2015-10-121-2/+2
* cmComputeLinkDepends: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-101-2/+2
* cmComputeLinkInformation: Port to cmGeneratorTarget.Stephen Kelly2015-08-051-2/+3
* cmGeneratorTarget: Move GetLinkClosure from cmTarget.Stephen Kelly2015-08-051-0/+1
* Merge topic 'data-layout'Brad King2015-06-081-18/+17
|\
| * cmComputeLinkInformation: Re-arrange data layout.Stephen Kelly2015-06-071-18/+17
* | cmComputeLinkInformation: Port to cmOutputConverter.Stephen Kelly2015-06-061-2/+0
|/
* Link libraries by full path even in implicit directoriesBrad King2015-04-091-0/+4
* cmComputeLinkInformation: Remove 'head' argumentBrad King2014-06-231-3/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-5/+5
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-2/+2
* Constify handling of link targets.Stephen Kelly2013-12-111-8/+9
* 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