Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dep

Usage: dep.sh [OPTION]... DIRECTORY
Scan and visualize C/C++ source file dependencies.

Options:
  -e              show extern dependencies
  -h              show help
  -o FILENAME     specify the output png name, default is "dep.png"

For an example project, we can get the following output.

example

If specified with -e option, we will get more dependencies.

extern

Don't use this tool for large project. The generation of picture output is slow. And the readablity is poor.

About

Scan and visualize C/C++ source file dependencies.

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages