Updated over 11 years ago by Knödlseder Jürgen

Code status

This page summarizes the status of the ctools code.

Cppcheck

Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives).

In the frame below you find the latest Cppcheck result for ctools.

SLOCcount

SLOCCount is a set of tools for counting physical Source Lines of Code (SLOC) in a large number of languages of a potentially large set of programs.

In the frame below you find the latest SLOCCount result for ctools.

Also available in: PDF HTML TXT