cppcheck/cfg
Oliver Stöneberg 4af2f991c2
removed unused `daca.cfg` (#5467)
It appears this file was never used. And we shouldn't. Although this
will help with reducing warning and improving coverage in daca it will
not improve the analysis for the user. It might also mask issues.
2023-09-20 14:46:12 +02:00
..
avr.cfg moved some standard stuff from `avr.cfg` to `std.cfg` (#5421) 2023-09-13 10:44:01 +02:00
bento4.cfg astyle formatting 2021-02-13 20:28:37 +01:00
boost.cfg Fix #10802 Broken AST lambda inside for loop (#4520) 2022-09-29 13:29:50 +02:00
bsd.cfg bsd.cfg: Added support for setbuffer() and setlinebuf(). 2022-04-27 10:22:38 +02:00
cairo.cfg cairo.cfg: Add library configuration/tests/... for cairo library (#2176) 2019-09-19 08:48:04 +02:00
cppcheck-cfg.rng Extend XML schema 2023-06-09 16:53:23 +02:00
cppcheck-lib.cfg
cppunit.cfg improve cppunit macros (#3025) 2021-01-08 22:48:28 +01:00
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: strcasestr wrong return type (#4776) 2023-02-07 23:17:25 +01:00
googletest.cfg Improve definitions for googletest ASSERT_* macros (#3694) 2022-01-12 22:09:17 +01:00
gtk.cfg gtk.cfg: add G_DEFINE_QUARK() (#5464) 2023-09-20 11:58:19 +02:00
icu.cfg Added macros from ICU-Project (ref. to https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/index.html). This found by daca@home. 2020-10-02 20:01:06 +02:00
kde.cfg
libcerror.cfg
libcurl.cfg
libsigc++.cfg
lua.cfg
mfc.cfg Update mfc.cfg with more MFC macros (#4548) 2022-10-15 08:23:28 +02:00
microsoft_atl.cfg Extra defines added to Windows and ATL (#4191) 2022-06-10 12:04:00 +02:00
microsoft_sal.cfg Microsoft SAL: convert _Field_range_ into corresponding cppcheck annotations 2020-08-25 09:28:17 +02:00
microsoft_unittest.cfg microsoft_unittest.cfg: Add support for Microsoft CppUnitTest library (#2730) 2020-08-05 12:51:59 +02:00
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 Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +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 qt library: Make Q_PROPERTY a variadic macro to avoid preprocessorErrorDirective (#5370) 2023-08-26 00:36:47 +02:00
ruby.cfg ruby.cfg: Add some *2NUM(), FIX2*() and NUM2*() functions 2019-10-07 15:34:42 +02:00
sdl.cfg
sfml.cfg Fixed #8078 (cppcheck-cfg.rng outdated) 2017-07-23 12:09:41 +02:00
sqlite3.cfg
std.cfg moved some standard stuff from `avr.cfg` to `std.cfg` (#5421) 2023-09-13 10:44:01 +02:00
tinyxml2.cfg
vcl.cfg Add vcl.cfg 2021-06-30 07:49:45 +02:00
windows.cfg Add test for #10350, fix arg direction in windows.cfg (#5328) 2023-08-14 17:25:00 +02: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 Fix #11842 FN constParameterPointer with library function (#5257) 2023-08-05 18:48:43 +02:00
zephyr.cfg Add zephyr.cfg (#5201) 2023-06-27 13:34:58 +02:00
zlib.cfg