cppcheck/cfg
Maurice Gilden d1b3670017
Improve definitions for boost test macros (#3625)
Using assert in macros causes assertWithSideEffect in some cases, which is not
a valid issue for these macros.
Macros for test case/suite were causing unusedStructMember warnings because
the test function could not be parsed correctly. The new defines don't match
completely what the macros really do, but it seems to be a good enough
approximation.
2021-12-15 20:51:29 +01:00
..
avr.cfg
bento4.cfg astyle formatting 2021-02-13 20:28:37 +01:00
boost.cfg Improve definitions for boost test macros (#3625) 2021-12-15 20:51:29 +01:00
bsd.cfg bsd.cfg: configure err functions 2021-11-04 16:49:40 +01:00
cairo.cfg
cppcheck-cfg.rng SymbolDatabase: Do not set wrong type for std::map etc items in range for loop 2021-12-11 15:16:54 +01:00
cppcheck-lib.cfg
cppunit.cfg improve cppunit macros (#3025) 2021-01-08 22:48:28 +01:00
daca.cfg
dpdk.cfg Initial support for DPDK functions (#3313) 2021-06-28 17:38:44 +02:00
embedded_sql.cfg
emscripten.cfg This adds MAIN_THREAD_EM_ASM which takes javascript and EMSCRIPTEN_BINDINGS for binding C++ to javascript (#3362) 2021-07-27 06:53:48 +02:00
ginac.cfg ginac.cfg: Added configuration for GiNaC (ref. https://www.ginac.de/ ) 2020-12-28 17:38:11 +01:00
gnu.cfg gnu.cfg: Added overlapping data check to __builtin_memcpy() 2021-07-18 10:08:32 +02:00
googletest.cfg
gtk.cfg gtk.cfg: g_strdup and g_strcmp0 allow NULL args (#3258) 2021-05-15 22:24:55 +02:00
icu.cfg
kde.cfg
libcerror.cfg
libcurl.cfg
libsigc++.cfg
lua.cfg
mfc.cfg
microsoft_atl.cfg
microsoft_sal.cfg
microsoft_unittest.cfg
motif.cfg motif.cfg; Fix uninitvar false positives for XtSetArg. Its a macro that assigns first argument 2021-05-19 13:50:51 +02:00
nspr.cfg
ntl.cfg ntl.cfg: Added NTL (NTL: A Library for doing Number Theory) support. Reference: https://libntl.org/ 2021-01-04 13:13:11 +01:00
opencv2.cfg
opengl.cfg
openmp.cfg
openssl.cfg
pcre.cfg pcre.cfg: Added PCRE configuration 2020-12-28 09:29:15 +01:00
posix.cfg posix.cfg: Added overlapping data check for stpcpy(). 2021-07-11 16:42:19 +02:00
python.cfg python.cfg: Add Py_RETURN_* macros to reduce missingReturn false positives in daca@home 2021-09-04 21:07:10 +02:00
qt.cfg Fixed #8723: False negative: Same expression with methods 2021-09-17 19:46:46 +02:00
ruby.cfg
sdl.cfg
sfml.cfg
sqlite3.cfg
std.cfg SymbolDatabase: Do not set wrong type for std::map etc items in range for loop 2021-12-11 15:16:54 +01:00
tinyxml2.cfg
vcl.cfg Add vcl.cfg 2021-06-30 07:49:45 +02:00
windows.cfg windows.cfg: Added support for _dupenv_s() and _wdupenv_s() 2021-12-04 16:32:22 +01:00
wxsqlite3.cfg wxsqlite3.cfg: Added missing <leak-ignore/>-flags 2020-12-27 14:43:38 +01:00
wxsvg.cfg wxsvg: Updated configuration and added missing <use-retval/>-flags 2020-12-27 14:48:06 +01:00
wxwidgets.cfg wxwidgets.cfg: Added support for more interfaces 2021-12-15 13:39:14 +01:00
zlib.cfg