Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split notion of node lists and edge lists | Brad King | 2010-08-25 | 1 | -1/+2 |
| | |||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: Improve link line generation for static library cycles. | Brad King | 2008-02-07 | 1 | -0/+87 |
- 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 |