summaryrefslogtreecommitdiffstats
path: root/Source/cmGraphAdjacencyList.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Improve link line generation for static library cycles.Brad King2008-02-071-0/+25
- Move Tarjan algorithm from cmComputeTargetDepends into its own class cmComputeComponentGraph - Use cmComputeComponentGraph to identify the component DAG of link dependencies in cmComputeLinkDepends - Emit non-trivial component members more than once but always in a contiguous group on the link line