Skip to content
/ dep Public

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

License

Notifications You must be signed in to change notification settings

im-red/dep

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages