orbitcowboy
|
f6d3bb8cc8
|
windows.cfg: Added support for more interfaces and constants.
|
2019-09-19 08:29:45 +02:00 |
orbitcowboy
|
b37b0c0f78
|
Running astyle [ci skip]
|
2019-09-19 08:03:29 +02:00 |
orbitcowboy
|
f5d874955c
|
wxwidgets.cfg: Added support for more interfaces.
|
2019-09-19 08:03:12 +02:00 |
amai2012
|
d97c826319
|
Compile fix for VisualStudio
|
2019-09-18 22:07:42 +02:00 |
amai2012
|
5355df8b6e
|
Add exprengine.cpp to VisualStudio solution
|
2019-09-18 21:56:31 +02:00 |
amai2012
|
5a6084fbec
|
Map #warning to #pragma message for VisualStudio
|
2019-09-18 21:50:23 +02:00 |
versat
|
076c604de8
|
python.cfg: Improve Python C API configuration
Add configurations for types, macros, alloc/dealloc and functions.
|
2019-09-18 15:09:13 +02:00 |
Sebastian
|
37a5810779
|
python.cfg: Add some functions found by daca@home (#2178)
|
2019-09-18 12:19:34 +02:00 |
versat
|
2080fbeecf
|
boost.cfg: Add macros found by daca@home
|
2019-09-18 10:59:54 +02:00 |
orbitcowboy
|
f2b0dc2e12
|
Merge branch 'master' of https://www.github.com/danmar/cppcheck
|
2019-09-18 09:24:48 +02:00 |
orbitcowboy
|
dd63242233
|
wxwidgets.cfg: Added support for missing EVT_-macros, found by daca@home.
|
2019-09-18 09:24:22 +02:00 |
versat
|
d08539fe17
|
windows.cfg: Fix PostMessage() configuration
First argument is optional (allowed to be NULL). See also the annotation
"_In_opt_".
Reference:
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-postmessagea
|
2019-09-18 09:22:57 +02:00 |
Sebastian
|
5bf6bd1f5e
|
windows.cfg: Enhance/fix Windows configuration (#2177)
Add/fix some missing/incorrect function configurations found by
analyzing TortoiseGit project.
Add some macros.
|
2019-09-18 08:41:37 +02:00 |
orbitcowboy
|
96171bfbc4
|
wxwidgets.cfg: Added support for missing EVT_-macros, found by daca@home.
|
2019-09-18 08:32:26 +02:00 |
orbitcowboy
|
952b017b78
|
wxwidgets.cfg: Added support for missing EVT_-macros, found by daca@home.
|
2019-09-18 08:29:15 +02:00 |
orbitcowboy
|
38ef649ae5
|
wxwidgets.cfg: Added support for missing EVT_-macros, found by daca@home.
|
2019-09-18 08:24:34 +02:00 |
orbitcowboy
|
e0ad3c4448
|
wxwidgets.cfg: Added support for missing EVT_-macros, found by daca@home.
|
2019-09-18 08:15:08 +02:00 |
Daniel Marjamäki
|
b66d701599
|
Fix Cppcheck warnings
|
2019-09-17 22:28:36 +02:00 |
Daniel Marjamäki
|
2d651b09fc
|
ExprEngine: Add new experimental path-sensitive data flow analysis. Initially used for 'verification' but could possibly later be used as a complement in the normal analysis. The code is work-in-progress and hacky!
|
2019-09-17 21:00:59 +02:00 |
versat
|
a8456b56f3
|
mfc.cfg: Fix wrong number of arguments for some macros
|
2019-09-17 15:19:15 +02:00 |
versat
|
3c55984af3
|
wxwidgets.cfg: Fix macro EVT_MENU_HIGHLIGHT_ALL(func)
Reference: https://docs.wxwidgets.org/3.0/classwx_menu_event.html
Found by daca@home (preprocessorErrorDirective)
|
2019-09-17 08:25:48 +02:00 |
orbitcowboy
|
75cd66d6e2
|
wxwidgets.cfg: Added support for wxEvent::Skip() and wxCommandEvent::Skip().
|
2019-09-16 21:08:38 +02:00 |
orbitcowboy
|
d625ff4ae7
|
wxwidgets.cfg: Added support for more interfaces.
|
2019-09-16 21:05:03 +02:00 |
orbitcowboy
|
1825c14340
|
wxwidgets.cfg: Added support for wxString::From8BitData(), found by daca@home.
|
2019-09-16 21:01:09 +02:00 |
orbitcowboy
|
de69f18227
|
wxwidgets.cfg: Added support for wxSizerFlags::Border(), found by daca@home.
|
2019-09-16 20:53:51 +02:00 |
orbitcowboy
|
5ec5623abc
|
wxwidgets.cfg: Added support for more wxGetTextFromUser(), found by daca@home.
|
2019-09-16 20:47:11 +02:00 |
orbitcowboy
|
d531bab8be
|
qt.cfg: Added support for more macros, found by daca@home.
|
2019-09-16 20:37:33 +02:00 |
orbitcowboy
|
3acb0f3736
|
wxwidgets.cfg: Added support for wxScroolWinEvent macros.
|
2019-09-16 20:29:53 +02:00 |
orbitcowboy
|
5839c49509
|
wxwidgets.cfg: Added support for more EVT_-macros, found by daca@home.
|
2019-09-16 17:33:20 +02:00 |
Sebastian
|
fbbaea3cd9
|
qt.cfg: Add some missing macro definitions (#2175)
Found by daca@home
|
2019-09-16 15:58:35 +02:00 |
versat
|
2b846461c8
|
gtk.cfg: Add configuration for macro G_OBJECT_WARN_INVALID_PROPERTY_ID
|
2019-09-16 15:04:41 +02:00 |
versat
|
ff38310400
|
microsoft_atl.cfg: Add initial configuration for Microsoft ATL
ATL stands for Active Template Library.
Reference:
https://docs.microsoft.com/en-us/cpp/atl/atl-com-desktop-components
|
2019-09-16 14:00:19 +02:00 |
orbitcowboy
|
606b26fb86
|
boost.cfg: Improved support for more macros.
|
2019-09-16 13:34:08 +02:00 |
orbitcowboy
|
cb89128f6f
|
wxwidgets.cfg: Added more EVT_-macros found by daca@home.
|
2019-09-16 11:56:54 +02:00 |
Daniel Marjamäki
|
887e65d006
|
TestSymbolDatabase: Clean up code using ASSERT
|
2019-09-16 11:18:01 +02:00 |
Daniel Marjamäki
|
5a5cecd4d5
|
TestSymbolDatabase: Clean up code using ASSERT
|
2019-09-16 11:12:40 +02:00 |
versat
|
6ad29fe70c
|
mfc.cfg: Add macro BEGIN_TEMPLATE_MESSAGE_MAP(x,y,z)
Reference:
https://docs.microsoft.com/en-us/cpp/mfc/reference/message-map-macros-mfc?view=vs-2019#begin_template_message_map
|
2019-09-16 10:33:13 +02:00 |
orbitcowboy
|
0a6059a3f4
|
wxwidgets.cfg: Added support for more EVT-macros, found by daca@home.
|
2019-09-16 09:59:49 +02:00 |
orbitcowboy
|
d0a95fcbbb
|
wxwidgets.cfg: Added support for more EVT_-macros, found by daca@home.
|
2019-09-16 09:02:36 +02:00 |
orbitcowboy
|
717f9051b3
|
wxwidgets.cfg: Added support for missing EVT_FIND-macros from wxFindReplaceDialog. This was found by daca@home.
|
2019-09-16 08:09:01 +02:00 |
Daniel Marjamäki
|
004b4e4dbe
|
TestSuite: The ASSERT and ASSERT_EQUALS will now stop executing the test case upon failure. This can be used to avoid extra guard logic in tests.
|
2019-09-16 06:34:45 +02:00 |
Daniel Marjamäki
|
033640310b
|
One more fix for #9354 (Unknown macro is not reported and then Cppcheck is silent about issues)
|
2019-09-15 21:07:20 +02:00 |
orbitcowboy
|
3b70a6868b
|
boost.cfg: Added support for more macros, found by daca@home.
|
2019-09-15 13:34:08 +02:00 |
Daniel Marjamäki
|
c2a2e3427c
|
Updated AUTHORS
|
2019-09-14 14:40:39 +02:00 |
orbitcowboy
|
9899bc5f33
|
wxwidgets.cfg: Added support EVT_UPDATE_UI() and EVT_UPDATE_UI_RANGE()-event macros, found by daca@home.
|
2019-09-13 21:02:56 +02:00 |
orbitcowboy
|
a451577e5f
|
wxwidgets.cfg: Added support EVT_COMMAND() and EVT_COMMAND_RANGE()-event macros, found by daca@home.
|
2019-09-13 21:00:32 +02:00 |
orbitcowboy
|
aadefae55a
|
wxwidgets.cfg: Added support EVT_ICONIZE()-event macro, found by daca@home.
|
2019-09-13 20:58:27 +02:00 |
orbitcowboy
|
5c1526513a
|
wxwidgets.cfg: Added missing EVT_-macros from wxSplitterEvents, found by daca@home.
|
2019-09-13 20:57:05 +02:00 |
orbitcowboy
|
34d0b98176
|
wxwidgets.cfg: Added missing EVT_-macros from wxMenu-class, found by daca@home.
|
2019-09-13 20:55:05 +02:00 |
orbitcowboy
|
968aa73bb7
|
wxwidgets.cfg: Added missing EVT_-macros from wxTreeEvent-class, found by daca@home.
|
2019-09-13 20:52:15 +02:00 |