
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
cppdep
Advanced tools
|logo|
.. image:: https://travis-ci.org/rakhimov/cppdep.svg?branch=master :target: https://travis-ci.org/rakhimov/cppdep .. image:: https://ci.appveyor.com/api/projects/status/1ff39sfjp7ija3j8/branch/master?svg=true :target: https://ci.appveyor.com/project/rakhimov/cppdep/branch/master :alt: 'Build status' .. image:: https://codecov.io/gh/rakhimov/cppdep/branch/master/graph/badge.svg :target: https://codecov.io/gh/rakhimov/cppdep .. image:: https://landscape.io/github/rakhimov/cppdep/master/landscape.svg?style=flat :target: https://landscape.io/github/rakhimov/cppdep/master :alt: Code Health .. image:: https://badge.fury.io/py/cppdep.svg :target: https://badge.fury.io/py/cppdep
|
cppdep performs dependency analysis
among components/packages/package groups of a large C/C++ project.
This is a rewrite of dep_utils(adep/cdep/ldep),
which is provided by John Lakos' book
"Large-Scale C++ Software Design", Addison Wesley (1996).
.. |logo| image:: logo.png
extern declarations of global variables or functions
instead of including the proper component header with the declarations.#. Python 2.7 or 3.4+
#. NetworkX <http://networkx.lanl.gov/>_
#. pydot
#. pydotplus
#. PyYAML
#. PyKwalify 1.6.0+
The dependencies can be installed with pip.
.. code-block:: bash
$ sudo pip install -r requirements.txt
From the source:
.. code-block:: bash
$ ./setup.py install
The latest stable release from PyPi:
.. code-block:: bash
$ pip install cppdep
Create a configuration file
that describes the project for analysis.
config_schema.yml is given for guidance.
In the root directory of the project with the configuration file, run the following command to generate dependency analysis reports and graphs.
.. code-block:: bash
$ cppdep -c /path/to/config/file
More documentation and example configurations
can be found in project wiki <https://github.com/rakhimov/cppdep/wiki>_.
dep_utils.Zhichang Yu <https://github.com/yuzhichang>_ for rewriting dep_utils into Python.FAQs
Dependency analyzer for C/C++ projects
We found that cppdep demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.