summaryrefslogtreecommitdiff
path: root/tools/cppcheck.cfg
Commit message (Collapse)AuthorAgeFilesLines
* maint: Define additional macro for cppcheckPhilip Chimento2022-07-241-0/+1
| | | | | Older cppcheck just skips over this, but newer cppcheck will warn that it can't check it.
* maint: Add copyright notices based on major file contributorsPhilip Chimento2020-11-301-0/+2
| | | | | | | | | | | | Based on looking at the git logs, add copyright notices to files which were missing them, assuming the copyright belongs to people who made major contributions to each file. Some assumptions were made as to who to assign the copyright to, such as, what copyright assignment did the contributor make in other files added in the same commit? What email address did they use to make the commit? What copyright assignment did they make in other commits using the same email address?
* CI: Add cppcheck config filePhilip Chimento2020-11-221-0/+14
This is needed because we are about to upgrade to a newer version of cppcheck than the one on the DockerHub image. It ships a "library file" for the GNOME platform, enabling some extra checks when using GLib and GTK APIs. It also requires configuration of some of the macros that we use.