Download List

项目描述

pycdep is a tool for analyzing and visualizing C/C++ header file dependencies. A script extracts information about your code and dumps it in a Prolog database, which is used to query the dependency graph. It comes with a large number of predefined queries for finding out which files include or depend on which other files, how files depend on another file, circular dependencies, transitively implied dependencies, and design rule checks (limitations on which project can include from which other project). Visualization is supported by dumping graphs to .dot files. It also has the beginnings of a natural language interface.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-24 06:25
0.0.2

添加一个新功能,按重要性排序的头文件。速度提高了一个量级。许多错误是固定的。
A new feature to sort header files by importance was added. Speed was improved by an order of magnitude. Many bugs were fixed.

2011-06-04 10:41
0.0.1

最初的版本。
Initial release.

Project Resources