Commit Graph

2135 Commits

Author SHA1 Message Date
keinflue d553df75c6
Fix FP unknownEvaluationOrder on __builtin_bswap*. (#3240) 2021-05-02 08:48:43 +02:00
keinflue 6541f52e61
Fix false positive invalidFunctionArg for zero arguments to calloc. (#3238) 2021-05-01 12:39:01 +02:00
orbitcowboy c1e53a8606 wxwidgets.cfg: Make use of 'nullpointer' in wxwidgets.cfg instead of using 'NULL', since wxWidgets library is C++11 already. 2021-04-20 09:31:06 +02:00
boussaffawalid f5ca9e7859
added missing qt macros Q_NAMESPACE_EXPORT (#3224) 2021-04-19 21:09:27 +02:00
orbitcowboy 93c9963378 wxwidgets.cfg: Added support for more interfaces 2021-04-16 20:58:09 +02:00
orbitcowboy 8fcacfdf83 wxwidgets.cfg: Added support for more interfaces 2021-04-16 20:28:26 +02:00
orbitcowboy f62d9d5853 std.cfg: Fixed bufferAccessOutOfBounds false negative for strncmp(). 2021-04-13 19:13:00 +02:00
orbitcowboy 040e58f943 std.cfg: strxfrm(): Added minize values to arg1 and arg2 and a TODO test case 2021-04-13 14:07:45 +02:00
orbitcowboy cf211610d3 wxwidgets.cfg: Fixed wrong configuration for wxLogApiError(). This function does return after appending data to wxLog(). Ensure that no duplicateBreak-warning is issued in case code resides afterwards. 2021-04-13 13:07:15 +02:00
Steve Browne ccb2cb26b2
Remove incorrect use-retvals (#3200)
These functions return a self ref and are not const so you shouldn't need to use the return value.
2021-04-07 07:52:26 +02:00
Daniel Marjamäki 9ce0235e8e std.cfg: Fixed configuration of mbstowcs 2021-04-03 10:42:24 +02:00
Daniel Marjamäki e09e393503 std.cfg: Tweaked std::distance return type, result can be negative. 2021-04-03 08:48:58 +02:00
Marco Trevisan 4a286dfade
gtk: Mark g_thread_join as a dealloc for g_thread_new (#3188)
g_thread_join() consumes the reference to the passed-in thread .
This will usually cause the GThread struct and associated resources to be freed.
2021-03-31 18:15:25 +02:00
orbitcowboy 70a341d7ca wxwidgets.cfg: Improved configuariton for wxSTRINGIZE() 2021-03-21 07:51:48 +01:00
orbitcowboy 8286541236 wxwidgets.cfg: Added support for more interfaces 2021-03-16 09:43:49 +01:00
orbitcowboy 835ca01aba windows.cfg: Added support for 'obsolte' function 'is_wctype()' (ref.: https://docs.microsoft.com/en-us/cpp/c-runtime-library/obsolete-functions?view=msvc-160) 2021-03-14 09:40:45 +01:00
orbitcowboy 8950b7cff9 wxwidgets.cfg: Added support for more interfaces 2021-03-14 09:19:47 +01:00
orbitcowboy f636074d18 wxwidgets.cfg: Added support for more interfaces 2021-03-14 09:16:04 +01:00
orbitcowboy 096fc3a779 wxwidgets.cfg: Added support for more interfaces 2021-03-14 09:07:05 +01:00
orbitcowboy 438584a49e windows.cfg: Added support for FormatMessage,FormatMessageA,FormatMessageW functions 2021-03-02 12:46:26 +01:00
orbitcowboy 2a40ce6430 windows.cfg: Added support for more defines from WinBase.h and Winnt.h 2021-03-02 10:48:37 +01:00
Lukasz Czajczyk 0a06a083af
Additional macros (#3106) 2021-02-20 13:19:06 +01:00
Daniel Marjamäki edd10064d1 astyle formatting 2021-02-13 20:28:37 +01:00
Steve Browne 7e1ecdbb37
Removed unnecessary use-retval from wxString::erase (#3127) 2021-02-12 07:06:15 +01:00
Daniel Marjamäki c087a2a263 Add bento4 configuration 2021-02-11 21:23:37 +01:00
orbitcowboy ef6c0e6a43 wxwidgets.cfg: Fixed wrong argument in 'EVT_DIRPICKER_CHANGED' macro 2021-01-22 21:46:54 +01:00
shaneasd e931d609e7
improve cppunit macros (#3025) 2021-01-08 22:48:28 +01:00
orbitcowboy b6f4961e4a windows.cfg: Add config for toupper/tolower 2021-01-08 09:20:23 +01:00
Rikard Falkeborn a8a0dbec26
cfg: Add config for toupper/tolower (#3028) 2021-01-08 08:34:09 +01:00
orbitcowboy 2b22120d22 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2021-01-07 10:01:51 +01:00
orbitcowboy a576048da8 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2021-01-07 10:00:28 +01:00
orbitcowboy 7452a01fb8 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2021-01-07 09:57:36 +01:00
orbitcowboy 5f0a406e5e wxwidgets.cfg: Added support for more interfaces, found by daca@home 2021-01-07 09:54:15 +01:00
orbitcowboy 6cfd42305c wxwidgets.cfg: Added support for more interfaces, found by daca@home 2021-01-07 09:41:16 +01:00
orbitcowboy 220597bc0b wxwidgets.cfg: Added support for more interfaces, found by daca@home 2021-01-07 09:37:34 +01:00
orbitcowboy 018d033af3 ntl.cfg: Added NTL (NTL: A Library for doing Number Theory) support. Reference: https://libntl.org/ 2021-01-04 13:13:11 +01:00
orbitcowboy ec5cdc4b0d wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-29 09:44:44 +01:00
orbitcowboy e785e426c2 wxwidgets.cfg: Added support for more interfaces, found by daca@home 2020-12-29 09:40:52 +01:00
Daniel Marjamäki b94a6d595a Fixed #9295 (ValueFlow: Does not handle noreturn function) 2020-12-28 20:00:35 +01:00
orbitcowboy 826609ad95 ginac.cfg: Added configuration for GiNaC (ref. https://www.ginac.de/ ) 2020-12-28 17:38:11 +01:00
orbitcowboy 2f52863af8 pcre.cfg: Added PCRE configuration 2020-12-28 09:29:15 +01:00
orbitcowboy ef485f7d17 wxsvg: Updated configuration and added missing <use-retval/>-flags 2020-12-27 14:48:06 +01:00
orbitcowboy 77675f220d wxsqlite3.cfg: Added missing <leak-ignore/>-flags 2020-12-27 14:43:38 +01:00
orbitcowboy 5fbf2d4e26 wxwidgets.cfg: Added missing <leak-ignore/>-flag 2020-12-27 14:40:59 +01:00
orbitcowboy e8f2f40cd2 cfg: Added wxSqlite3 configuration 2020-12-27 12:44:20 +01:00
orbitcowboy 56fbd4cba5 wxwidgets.cfg: Added support fore more interfaces, found by daca@home 2020-12-26 18:10:14 +01:00
orbitcowboy 92f1d1b9a5 wxwidgets.cfg: Added support fore more interfaces, found by daca@home 2020-12-26 18:04:23 +01:00
orbitcowboy 88280ae6ee wxwidgets.cfg: Added support fore more interfaces, found by daca@home 2020-12-26 18:00:56 +01:00
orbitcowboy 1f0187a8e6 wxwidgets.cfg: Added support fore more interfaces, found by daca@home 2020-12-26 17:57:40 +01:00
orbitcowboy ca1fb2d2da wxwidgets.cfg: Added support fore more interfaces, found by daca@home 2020-12-26 17:53:35 +01:00