summaryrefslogtreecommitdiffstats
path: root/Source/cmComputeLinkDepends.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: Simplify link lines in some cases by not allowing targets to be inferred...Brad King2008-04-231-1/+9
* BUG: Fix bug 6605 more completelyBrad King2008-03-311-0/+37
* ENH: Add policy CMP_0004 to require library names to have no leading or trail...Brad King2008-03-131-11/+41
* COMP: Fix Borland 5.5 buildBrad King2008-02-241-5/+5
* 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