cppcheck/cfg
Sebastian 6b5805041b std.cfg: Fixed remaining functions found to be redundant (#1055)
[std::]strtoimax and [std::]strtoumax:
They were nearly completely duplicates, i removed the ones with
less/missing configuration.
std::basic_string::empty:
It was found to be redundant because very likely someone forgot to
change "empty" to "clear" when copy&pasting the function names. The
empty function in all these clear functions makes no sense, and the
clear function also was missing.
std::queue::empty and std::array:empty:
They were both twice in the same function name list.
std::string::size, std::wstring::size:
They were already configured with many other size functions above.
std::basic_string::size:
This entry was twice in the same function name list directly one after
another. Very likely one of them should be the length function, which
does simply the same but was missing in the std.cfg.
2018-01-24 15:31:55 +01:00
..
avr.cfg Fixed #8078 (cppcheck-cfg.rng outdated) 2017-07-23 12:09:41 +02:00
bsd.cfg Add configuration file for BSD os family 2017-08-28 22:48:39 +02:00
cppcheck-cfg.rng ValidateCFG: Fix 'valid' pattern 2017-07-28 19:46:55 +02:00
cppcheck-lib.cfg std.cfg: Added support for std::swap. 2017-10-11 13:12:00 +02:00
embedded_sql.cfg astyle 2017-11-05 17:56:24 +01:00
gnu.cfg gnu.cfg Remove redundant function and resource configurations (#1036) 2018-01-16 17:13:15 +01:00
gtk.cfg Fixed #8078 (cppcheck-cfg.rng outdated) 2017-07-23 12:09:41 +02:00
microsoft_sal.cfg MS SAL config: add more defines for annotations (#1006) 2017-11-29 08:25:43 +01:00
motif.cfg Add more interfaces 2017-06-06 23:21:05 +02:00
posix.cfg posix.cfg: Remove redundant entries (#1049) 2018-01-22 17:21:07 +01:00
qt.cfg qt.cfg: split configuration for QSettings::setValue and QSettings::value 2017-10-11 08:30:10 +02:00
sdl.cfg Fixed #8078 (cppcheck-cfg.rng outdated) 2017-07-23 12:09:41 +02:00
sfml.cfg Fixed #8078 (cppcheck-cfg.rng outdated) 2017-07-23 12:09:41 +02:00
std.cfg std.cfg: Fixed remaining functions found to be redundant (#1055) 2018-01-24 15:31:55 +01:00
windows.cfg windows.cfg: Add Mutex function configurations (#1051) 2018-01-24 09:50:05 +01:00
wxwidgets.cfg wxwidgets.cfg: There is no need to use the return value from wxMenu::Append(). 2017-10-20 11:01:37 +02:00