cppcheck/cfg
Sebastian fb36889d29
gtk.cfg: Fix syntax errors and false positives (#2552)
A missing definition for g_assert_cmp*() causes syntax errors if code
like g_assert_cmpint(a, ==, b); is encountered.
The function g_hash_table_iter_replace() does not have to be marked
with leak-ignore since the memory could be freed later if corresponding
functions are present in the GHashTable. Since we can not know if this
is the case we have to assume that the memory is freed to avoid false
positives. The same is true for g_hash_table_insert() and
g_hash_table_replace().
2020-02-26 10:33:23 +01:00
..
avr.cfg Fixed #8078 (cppcheck-cfg.rng outdated) 2017-07-23 12:09:41 +02:00
boost.cfg Fixed #9374 (False Positive - constParameter) 2019-11-16 13:59:41 +01:00
bsd.cfg Fix #9322: bsd.cfg, gnu.cfg: Fix FP for mmap when argument "fd" is -1 (#2306) 2019-10-30 09:39:50 +01:00
cairo.cfg cairo.cfg: Add library configuration/tests/... for cairo library (#2176) 2019-09-19 08:48:04 +02:00
cppcheck-cfg.rng Fix typo in cppcheck-cfg.rng (#2371) 2019-11-17 15:41:04 +01:00
cppcheck-lib.cfg cppcheck-lib.cfg: Enhance Cppcheck library configuration (#2009) 2019-07-17 20:05:13 +02:00
cppunit.cfg Initial support for CppUnit 2019-02-17 20:16:01 +01:00
daca.cfg Correct two recently added macros 2019-04-19 15:43:17 +02:00
embedded_sql.cfg astyle 2017-11-05 17:56:24 +01:00
gnu.cfg Fix #9322: bsd.cfg, gnu.cfg: Fix FP for mmap when argument "fd" is -1 (#2306) 2019-10-30 09:39:50 +01:00
googletest.cfg googletest.cfg; add MATCHER (#2485) 2020-01-12 08:11:58 +01:00
gtk.cfg gtk.cfg: Fix syntax errors and false positives (#2552) 2020-02-26 10:33:23 +01:00
kde.cfg kde.cfg: Add KDE configuration and tests (#2278) 2019-10-17 21:29:32 +02:00
libcerror.cfg libcerror.cfg: Add libcerror configuration file. (#1684) 2019-02-22 12:52:07 +01:00
libcurl.cfg libcurl.cfg: Add library configuration for libcurl (#2120) 2019-08-29 15:11:59 +02:00
libsigc++.cfg libsigc++.cfg: Add configuration for library libsigc++ (#2291) 2019-10-26 17:37:14 +02:00
lua.cfg lua.cfg: Add some functions/macros, partly found by daca@home 2019-09-19 16:27:37 +02:00
mfc.cfg mfc.cfg: Fix wrong number of arguments for some macros 2019-09-17 15:19:15 +02:00
microsoft_atl.cfg microsoft_atl: Added support fore macros. 2019-09-19 13:09:40 +02:00
microsoft_sal.cfg Split up Cppcheck attribute. low and high values can be specified separately and they can be used for variables also. 2019-07-24 15:08:26 +02:00
motif.cfg motif.cfg: Add configuration for XFree() 2019-04-16 11:22:08 +02:00
nspr.cfg nspr.cfg: Added documentation. 2019-06-16 13:34:00 +02:00
opencv2.cfg opencv2.cfg: Add initial OpenCV 2.x API Library Configuration (#2439) 2019-12-10 19:34:30 +01:00
opengl.cfg opengl.cfg: Add configuration for glMaterial*() functions 2019-10-08 12:54:16 +02:00
openmp.cfg openmp.cfg: Add library configuration for OpenMP (#1956) 2019-07-05 03:00:52 +02:00
openssl.cfg openssl.cfg: Add OpenSSL library configuration with tests (#2248) 2019-10-31 09:21:08 +01:00
posix.cfg posix.cfg: Added <not-bool/>-flag at more function args. 2020-02-22 23:26:08 +01:00
python.cfg python.cfg: Improve Python C API configuration (#2183) 2019-09-19 10:34:14 +02:00
qt.cfg Fix typo in cfg file for Qt (#2501) 2020-01-24 06:51:03 +01:00
ruby.cfg ruby.cfg: Add some *2NUM(), FIX2*() and NUM2*() functions 2019-10-07 15:34:42 +02:00
sdl.cfg sdl.cfg: Enhance SDL library configuration (types, macros, functions, ...) (#2111) 2019-08-23 19:14:25 +02:00
sfml.cfg Fixed #8078 (cppcheck-cfg.rng outdated) 2017-07-23 12:09:41 +02:00
sqlite3.cfg sqlite3.cfg: Add more functions reported as missing by daca@home 2019-07-16 16:21:05 +02:00
std.cfg std.cfg: Added <not-bool/>-flags for some functions from <cwctype> 2020-02-22 14:24:14 +01:00
tinyxml2.cfg tinyxml2.cfg: Added support for XMLElement::Attribute(). 2019-01-25 20:15:01 +01:00
windows.cfg windows.cfg: Added support for '_isatty()' 2019-12-19 09:50:29 +01:00
wxwidgets.cfg wxwidgets.cfg: Added <not-bool/>-flag at more function args. 2020-02-25 21:48:15 +01:00
zlib.cfg zlib.cfg: Fixes, enhancements and adding argument directions. 2019-03-13 15:03:11 +01:00