cppcheck/cfg
Valentin Batz 078e967ab2
qt library: Make Q_PROPERTY a variadic macro to avoid preprocessorErrorDirective (#5370)
Treat Q_PROPERTY as variadic macro to avoid preprocessorErrorDirective
with associative container templates itroducing a "," like for example
`QHash<QString, int>`. Using templates is totally fine in the context of
a moc compiler.

The macro Q_PROPERTY is defined as variadic in
qobjectdefs.h/qtmetaobject.h when not compiling using the moc compiler.

See following references:
* For Qt 5.15
https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qobjectdefs.h?h=5.15#n104
* For Qt 6.6
https://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/kernel/qtmetamacros.h?h=6.6#n5
2023-08-26 00:36:47 +02:00
..
avr.cfg
bento4.cfg
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
cppcheck-cfg.rng Extend XML schema 2023-06-09 16:53:23 +02:00
cppcheck-lib.cfg
cppunit.cfg
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
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_BEGIN_DECLS /G_END_DECLS (#4979) 2023-04-18 22:28:53 +02:00
icu.cfg
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_unittest.cfg
motif.cfg
nspr.cfg
ntl.cfg
opencv2.cfg
opengl.cfg
openmp.cfg
openssl.cfg
pcre.cfg
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
sdl.cfg
sfml.cfg
sqlite3.cfg
std.cfg Fix constParameterPointer regression (#5361) 2023-08-23 10:33: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
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