cppcheck/cfg
ChristophStrehle b302896751
Define the MOCK_METHOD macro (#2571)
Without the macro defined the following would yield a syntax error:
struct IFoo
{
	virtual GetInt(const std::string& name) = 0;
};

struct MockFoo : IFoo
{
	MOCK_METHOD(int32_t, GetInt, (const std::wstring &name), (override, const));
};

Co-authored-by: Christoph Strehle <strehle@teamviewer.com>
2020-03-17 14:25:07 +01:00
..
avr.cfg
boost.cfg
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
cppcheck-lib.cfg
cppunit.cfg
daca.cfg
embedded_sql.cfg
gnu.cfg
googletest.cfg
gtk.cfg gtk.cfg/cppcheck-cfg.rng: Add Gtk utility functions, enhance RNG file (#2563) 2020-02-29 12:11:02 +01:00
kde.cfg
libcerror.cfg
libcurl.cfg
libsigc++.cfg
lua.cfg
mfc.cfg
microsoft_atl.cfg microsoft_atl: Added support fore macros. 2019-09-19 13:09:40 +02:00
microsoft_sal.cfg
motif.cfg
nspr.cfg nspr.cfg: Added documentation. 2019-06-16 13:34:00 +02:00
opencv2.cfg
opengl.cfg
openmp.cfg
openssl.cfg
posix.cfg
python.cfg python.cfg: Add configurations for more functions (PyFloat_*, ...) 2020-03-11 10:10:33 +01:00
qt.cfg
ruby.cfg
sdl.cfg
sfml.cfg
sqlite3.cfg
std.cfg
tinyxml2.cfg
windows.cfg windows.cfg: Added support for '_isatty()' 2019-12-19 09:50:29 +01:00
wxwidgets.cfg
zlib.cfg