summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkDepends.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Update cmComputeLinkDepends to support leading/trailing whitespace strip...Brad King2008-02-131-2/+35
* BUG: Fix cmComputeLinkDepends::AddVarLinkEntriesBrad King2008-02-111-1/+31
* COMP: Add missing assert include.Brad King2008-02-071-0/+2
* ENH: Improve link line generation for static library cycles.Brad King2008-02-071-55/+141
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-0/+8
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-22/+83
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-10/+15
* BUG: cmComputeLinkDepends should not follow the dependencies of executables.Brad King2008-01-301-7/+10
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-23/+70
* COMP: Use kwsys to get STL set_intersection algorithm.Brad King2008-01-271-4/+4
* ENH: Created cmComputeLinkDepends to compute link dependencies.Brad King2008-01-271-0/+506