orbitcowboy
|
025a04c3e0
|
std.cfg: Added support for more interfaces
|
2021-06-03 08:21:16 +02:00 |
orbitcowboy
|
f626035963
|
std.cfg: Added support for more interfaces
|
2021-06-03 08:07:53 +02:00 |
orbitcowboy
|
39912b5096
|
std.cfg: Added support for more interfaces
|
2021-06-03 07:55:26 +02:00 |
orbitcowboy
|
4c81a59c0b
|
std.cfg: Added support for more interfaces
|
2021-06-03 07:33:23 +02:00 |
orbitcowboy
|
8647e644a5
|
wxwidgets.cfg: Added support for more interfaces
|
2021-06-03 07:18:49 +02:00 |
orbitcowboy
|
8cf15bf541
|
windows.cfg: Added support for more interfaces
|
2021-06-03 07:12:35 +02:00 |
orbitcowboy
|
36fd8b418e
|
windows.cfg: Added support for more interfaces
|
2021-06-03 07:08:58 +02:00 |
orbitcowboy
|
397806b419
|
wxwidgets.cfg: Added support for more interfaces
|
2021-06-02 16:59:14 +02:00 |
Daniel Marjamäki
|
fcdc0088c7
|
motif.cfg; Fix uninitvar false positives for XtSetArg. Its a macro that assigns first argument
|
2021-05-19 13:50:51 +02:00 |
keinflue
|
eee27b975f
|
gtk.cfg: g_strdup and g_strcmp0 allow NULL args (#3258)
|
2021-05-15 22:24:55 +02:00 |
keinflue
|
f47fd20e14
|
Add test cases and improvements for PR #3240. (#3242)
|
2021-05-03 10:45:37 +02:00 |
Daniel Marjamäki
|
1bce1cf83c
|
astyle formatting
[ci skip]
|
2021-05-02 21:36:24 +02:00 |
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 |
orbitcowboy
|
d59164e9ef
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-26 14:07:06 +01:00 |
orbitcowboy
|
745a386eab
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-26 14:01:45 +01:00 |
orbitcowboy
|
dc0a7aab9f
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-26 13:57:05 +01:00 |
orbitcowboy
|
96fe49fe7e
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-26 13:47:32 +01:00 |
orbitcowboy
|
222f9fa5ca
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-26 13:42:00 +01:00 |
orbitcowboy
|
074c41dde4
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-26 13:40:06 +01:00 |
orbitcowboy
|
8ed255c276
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-26 13:38:25 +01:00 |
orbitcowboy
|
93afe1a613
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 20:12:59 +01:00 |
orbitcowboy
|
3470c2effa
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 20:06:10 +01:00 |
orbitcowboy
|
07c4915516
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 19:59:14 +01:00 |
orbitcowboy
|
786c3f6063
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 19:57:05 +01:00 |
orbitcowboy
|
a6893de168
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 19:54:04 +01:00 |
orbitcowboy
|
92b6c83afe
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 19:48:53 +01:00 |
orbitcowboy
|
5816345ac3
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 19:45:15 +01:00 |
orbitcowboy
|
0caaf95b48
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 19:40:04 +01:00 |
orbitcowboy
|
8869cb1c09
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 15:34:17 +01:00 |
orbitcowboy
|
3bd431fcc2
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 15:27:48 +01:00 |
orbitcowboy
|
97c853ac11
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 15:23:31 +01:00 |
orbitcowboy
|
feec65030b
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 15:18:43 +01:00 |
orbitcowboy
|
d20dbe3882
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 15:16:06 +01:00 |
orbitcowboy
|
c1cba0dd03
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 15:10:33 +01:00 |
orbitcowboy
|
87379683e0
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 13:34:03 +01:00 |
orbitcowboy
|
2df692f295
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 13:26:18 +01:00 |
orbitcowboy
|
3212bea3c4
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-25 13:22:20 +01:00 |
orbitcowboy
|
099f79eea3
|
wxwidgets.cfg: Added support fore more interfaces, found by daca@home
|
2020-12-25 13:06:28 +01:00 |
orbitcowboy
|
8f78cc8296
|
wxwidgets.cfg: Added support fore more interfaces, found by daca@home
|
2020-12-25 13:01:37 +01:00 |
orbitcowboy
|
621bfa0a03
|
wxwidgets.cfg: Added support fore more interfaces, found by daca@home
|
2020-12-25 12:57:28 +01:00 |
orbitcowboy
|
a7346a5f84
|
posix.cfg: Added support for more interfaces
|
2020-12-25 12:48:38 +01:00 |
orbitcowboy
|
372020b835
|
bsd.cfg: Added support for more constants, found by daca@home
|
2020-12-25 12:45:56 +01:00 |
orbitcowboy
|
dfc754ba61
|
bsd.cfg: Added 'SEEK_*' constants
|
2020-12-25 12:40:09 +01:00 |
orbitcowboy
|
ead4958cc0
|
std.cfg: Added 'SEEK_*' constants
|
2020-12-25 12:34:33 +01:00 |
orbitcowboy
|
cd4cc30cb3
|
gnu.cfg: Added support for more interface, found by daca@home
|
2020-12-25 12:25:53 +01:00 |
orbitcowboy
|
53a4f68cb2
|
wxwidgets.cfg: Added support for more interface, found by daca@home
|
2020-12-25 12:16:06 +01:00 |
Oliver Stöneberg
|
b091eaccbe
|
gnu.cfg: added *_FILENO defines (#2972)
|
2020-12-24 19:49:50 +01:00 |
orbitcowboy
|
9b5fc508bb
|
posix.cfg: Added support for more macros (ref. https://man7.org/linux/man-pages/man2/access.2.html)
|
2020-12-24 14:22:05 +01:00 |
orbitcowboy
|
973d106ffa
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-24 14:14:46 +01:00 |
orbitcowboy
|
f9d9911292
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-24 14:02:17 +01:00 |
orbitcowboy
|
53d4709cfe
|
wxwidgets.cfg: Added support for more interfaces, found by daca@home
|
2020-12-24 13:55:26 +01:00 |