Skip to content

michaelchao/cxx_header_dependence_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduce

输出C/C++工程中所有源文件,头文件之间的依赖关系,参考test.py,会生成一个gv文件,然后使用下面的命令生成dot图

dot -Tpng -o <目标>.png <源>.gv

Reference

TODO

  • [] color for key node, for example the file contains main()
  • [] matched header and source files use same color, for example, A.h and A.cpp use same color

About

Parse C/C++ headers dependence

Topics

Resources

Stars

Watchers

Forks

Languages