cppcheck/cfg
orbitcowboy 71212c7d66
std.cfg: Added support for invalidFunctionArg check to tgamma(). (#5850)
Reference: https://en.cppreference.com/w/cpp/numeric/math/tgamma
2024-01-06 14:59:43 +01: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 enabled and mitigated debug warnings in cfg tests (#5840) 2024-01-05 17:00:51 +01:00
cppcheck-cfg.rng Fix #12087 Library: add Container::Action::FIND_CONST (#5579) 2023-10-20 21:22:06 +02:00
cppcheck-lib.cfg cppcheck-lib.cfg: Enhance Cppcheck library configuration (#2009) 2019-07-17 20:05:13 +02:00
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 astyle 2017-11-05 17:56:24 +01:00
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 enabled and mitigated debug warnings in cfg tests (#5840) 2024-01-05 17:00:51 +01: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 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 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 nspr.cfg: Added documentation. 2019-06-16 13:34:00 +02:00
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 opencv2.cfg: Add types, macros, functions and memory (de)allocation (#2620) 2020-05-30 17:41:44 +02: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
pcre.cfg pcre.cfg: Added PCRE configuration 2020-12-28 09:29:15 +01:00
posix.cfg posix.cfg: Added support for strxfrm_l (#5839) 2024-01-05 16:41:28 +01: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 #12056 - qt.cfg: implemented `Q_OBJECT` to get rid of `symbolDatabaseWarning` in selfcheck (#5533) 2023-11-26 14:42:11 +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 support for invalidFunctionArg check to tgamma(). (#5850) 2024-01-06 14:59:43 +01:00
tinyxml2.cfg tinyxml2.cfg: Added support for XMLElement::Attribute(). 2019-01-25 20:15:01 +01:00
vcl.cfg Add vcl.cfg 2021-06-30 07:49:45 +02:00
windows.cfg windows.cfg: Improved configuration of OpenThread() (#5653) 2023-11-12 11:37:29 +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 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 zlib.cfg: Fixes, enhancements and adding argument directions. 2019-03-13 15:03:11 +01:00