cppcheck/htmlreport
orbitcowboy 06e6c3eba4
cppcheck-htmlreport: Added clear button inside 'File' and 'Filter' text box (#5805)
This is a cosmetic change. When the user enters text to either the
"File" or "Filter" option, a clear button is shown now.
2023-12-23 19:32:13 +01:00
..
README.txt
check.sh Revert "Fixed #12071 (suppressing critical error, no indication to user that analysis of file fails) (#5771)" (#5775) 2023-12-17 19:13:14 +01:00
cppcheck-htmlreport cppcheck-htmlreport: Added clear button inside 'File' and 'Filter' text box (#5805) 2023-12-23 19:32:13 +01:00
example.cc
example.xml
requirements.txt
setup.py use python3 on debians too (#3812) 2022-11-03 22:14:30 +01:00
test_htmlreport.py use python3 on debians too (#3812) 2022-11-03 22:14:30 +01:00
test_suppressions.txt
tox.ini

README.txt

cppcheck-htmlreport

This is a little utility to generate a html report of a XML file produced by
cppcheck.

The utility is implemented in Python (2.7+) and requires the pygments module
to generate syntax highlighted source code.
If you are using a Debian based Linux system, the pygments package can be 
installed by following command:
$ sudo apt-get install python-pygments

For more information run './cppcheck-htmlreport --help'