Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2278] Add temporary suppression for false positives | Jelte Jansen | 2012-10-02 | 1 | -0/+15 |
| | |||||
* | [master] Move cppcheck suppressions to the source files (inline) | Mukund Sivaraman | 2012-03-30 | 1 | -17/+8 |
| | | | | | | This fixes a cppcheck regression introduced in commit 48cfa00bb988cfeebab4e6ac7ae440cd685137e5 (I think), which caused line numbers to change. | ||||
* | [master] add new intential self-comparisons to cppcheck suppression list | Jelte Jansen | 2012-03-01 | 1 | -0/+3 |
| | |||||
* | [1193] updates to fix cppcheck-1.53 warnings | Jelte Jansen | 2012-02-21 | 1 | -5/+13 |
| | |||||
* | [master] suppressed selfAssignment check for some rdata_txt_like test. | JINMEI Tatuya | 2011-10-11 | 1 | -0/+1 |
| | | | | directly pushing. | ||||
* | [master] adjusted cppcheck filter to suppress a false alarm about a template ↵ | JINMEI Tatuya | 2011-09-29 | 1 | -1/+1 |
| | | | | | | file. trivial, directly pushing the fix. | ||||
* | Remove empty code in lib/cache and the corresponding suppression rule in ↵ | zhanglikun | 2011-06-07 | 1 | -5/+0 |
| | | | | src/cppcheck-suppress.lst | ||||
* | [master] corrected a line number in a cppcheck filter, which was | JINMEI Tatuya | 2011-05-20 | 1 | -1/+1 |
| | | | | | needed to be adjusted due to a recent change. pushing it directly. | ||||
* | [trac893] updated cppcheck filter | JINMEI Tatuya | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | [master] Merge branch 'trac812' with fixing conflicts and regression. | JINMEI Tatuya | 2011-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Conflicts: doc/Doxyfile src/lib/Makefile.am src/lib/cryptolink/cryptolink.cc src/lib/dns/tsigkey.cc src/lib/util/unittests/Makefile.am Other fixes: - cppcheck filter adjustment - (indirect) dependency on libbotan. actually we should be able to make the link within libcryptolink, so I chose that approach. hopefully it doesn't break autobuild. | ||||
* | [master] adjusted line numbers in the cppcheck suppression list so that | JINMEI Tatuya | 2011-04-19 | 1 | -3/+3 |
| | | | | it works correctly with recent changes. | ||||
* | [master] minor editorial correction. going to push directly. | JINMEI Tatuya | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | [trac613] suppress functionConst for resolver_cache.h, too. | JINMEI Tatuya | 2011-02-28 | 1 | -0/+1 |
| | | | | | it should have been necessary but apparently the check was skipped due to the way we include header files. | ||||
* | [trac613] canceled the workaround change for 'selfassignment' in tests. | JINMEI Tatuya | 2011-02-28 | 1 | -2/+11 |
| | | | | | exclude these warnings in the suppress list instead. also added some comments about the suppress list. | ||||
* | [trac613] added missingInclude to suppression list. it reportedly caused | JINMEI Tatuya | 2011-02-28 | 1 | -0/+1 |
| | | | | false alarms on some systems. | ||||
* | [trac613] made sure NameserverEntry::xxx_address_ are initialized in the ↵ | JINMEI Tatuya | 2011-02-25 | 1 | -1/+0 |
| | | | | | | constructor. With this change we can silence cppcheck in one other point. | ||||
* | [trac613] supporess 'debug' output from cppcheck | JINMEI Tatuya | 2011-02-25 | 1 | -0/+1 |
| | | | | | with it cppcheck on bind10.isc.org would complain about lots of include file 'not found'. | ||||
* | [trac613] use an older format of suppressions option for wider applicability. | JINMEI Tatuya | 2011-02-25 | 1 | -0/+4 |
specifically, cppcheck on bind10.isc.org doesn't understand the --suppressions-list= form of option. |