summaryrefslogtreecommitdiff
path: root/Source/cmComputeTargetDepends.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add LINK_LIBRARIES property for direct target link dependenciesStephen Kelly2013-01-081-7/+33
* Make linking APIs aware of 'head' targetStephen Kelly2013-01-081-1/+2
* Make targets depend on the link interface of their dependees.Stephen Kelly2013-01-031-0/+59
* Run vim spellcheck on some filesYury G. Kudryashov2012-02-291-1/+1
* Refactor TargetTypeNames.Nicolas Despres2011-10-021-1/+1
* Do not crash when an imported target depends on a missing targetBrad King2011-08-041-3/+5
* Allow add_dependencies() on imported targets (#10395)Brad King2010-11-191-23/+34
* Record edge type in global dependency graphBrad King2010-11-181-5/+7
* Honor strong intra-component target dependenciesBrad King2010-08-251-22/+85
* Distinguish "strong" and "weak" target dependency edgesBrad King2010-08-251-10/+16
* Split notion of node lists and edge listsBrad King2010-08-251-8/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create GLOBAL_DEPENDS_NO_CYCLES propertyBrad King2009-08-241-2/+18
* BUG: Avoid bogus dependency on executable targetsBrad King2008-08-061-3/+14
* ENH: Improve readability of circular depends errorBrad King2008-08-061-2/+2
* ENH: Improve link line generation for static library cycles.Brad King2008-02-071-166/+70
* ENH: Analyze inter-target dependencies to safely fix cyclesBrad King2008-02-051-0/+527