summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkDepends.h
Commit message (Expand)AuthorAgeFilesLines
* cmComputeLinkDepends: Convert AddLinkEntries to a templateBrad King2014-07-071-2/+2
* cmTarget: Lookup targets in LinkInterface and LinkImplementationBrad King2014-06-231-5/+5
* cmComputeLinkInformation: Remove 'head' argumentBrad King2014-06-231-3/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+3
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+2
* cmComputeLinkDepends: Hold a const global generator.Stephen Kelly2014-01-121-1/+1
* Constify handling of link targets.Stephen Kelly2013-12-111-4/+4
* cmTarget: Make GetProperty() const.Stephen Kelly2013-10-311-3/+4
* Make linking APIs aware of 'head' targetStephen Kelly2013-01-081-1/+2
* Tolerate cycles in shared library link interfaces (#12647)Brad King2012-01-131-0/+4
* Split notion of node lists and edge listsBrad King2010-08-251-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Define 'multiplicity' for cyclic dependenciesBrad King2009-09-011-0/+1
* ENH: Centralize default link interface computationBrad King2009-07-061-2/+1
* ENH: Move CMP0004 check into cmTargetBrad King2009-07-061-1/+0
* BUG: Lookup transitive link deps in depender scopeBrad King2009-04-061-3/+3
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-0/+1
* COMP: Do not use private typedef from outside class.Brad King2008-08-271-1/+1
* ENH: New link line item ordering algorithmBrad King2008-08-271-5/+23
* BUG: Do not infer dependencies of link flagsBrad King2008-08-271-2/+4
* BUG: Avoid bogus dependency on executable targetsBrad King2008-08-061-0/+1
* BUG: Preserve all non-targets on user link linesBrad King2008-07-301-5/+0
* ENH: When preserving potentially static portions of original user link lines ...Brad King2008-04-301-0/+5
* BUG: Fix preservation of static libraries on original link lines.Brad King2008-04-231-0/+5
* BUG: Fix bug 6605 more completelyBrad King2008-03-311-0/+9
* ENH: Add policy CMP_0004 to require library names to have no leading or trail...Brad King2008-03-131-0/+2
* BUG: Update cmComputeLinkDepends to support leading/trailing whitespace strip...Brad King2008-02-131-0/+1
* ENH: Improve link line generation for static library cycles.Brad King2008-02-071-6/+11
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-3/+19
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+4
* ENH: Created cmComputeLinkDepends to compute link dependencies.Brad King2008-01-271-0/+106