(Visual) C++ project dependency analysis

前端 未结 6 1088
滥情空心
滥情空心 2021-01-30 18:43

I have a few large projects I am working on in my new place of work, which have a complicated set of statically linked library dependencies between them.

The libs numb

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 19:35

    http://github.com/yuzhichang/cppdep may be what you want. I wrote it for analyzing dependencies among components/packages/package groups of a large C/C++ project. It's a rewrite of dep_utils(adep/cdep/ldep) which is provided by John Lakos' book Large-Scale C++ Software Design.

提交回复
热议问题