summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkInformation.h
Commit message (Expand)AuthorAgeFilesLines
* Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAGBrad King2019-08-021-0/+5
* Refactor checks for whether a target has an import libraryBrad King2019-07-121-1/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-3/+3
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-7/+3
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-2/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-0/+1
* cmComputeLinkInformation: make some members constVitaly Stakhovsky2018-03-221-14/+14
* cmComputeLinkInformation: make GetItems() constMichael Stürmer2018-03-191-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* cmComputeLinkInformation::Item: remove custom copy ctorDaniel Pfeifer2017-04-211-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-211-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