PKEuS
|
ae444d7e78
|
windows.cfg: Added PostMessage()
|
2017-02-02 13:23:37 +01:00 |
orbitcowboy
|
00fd38967f
|
windows.cfg: SetEnvironmentVariable() the second parameter is allowed to be NULL.
|
2016-12-22 13:46:12 +01:00 |
orbitcowboy
|
df5c815b1b
|
windows.cfg: Added support for _strnicmp() functions.
|
2016-12-22 11:19:01 +01:00 |
orbitcowboy
|
daacc0959e
|
windows.cfg: Updated comments. There are no functional changes.
|
2016-12-16 17:22:37 +01:00 |
orbitcowboy
|
227049a6b1
|
windows.cfg: Added support for _swap().
|
2016-12-16 16:58:42 +01:00 |
orbitcowboy
|
af1398900c
|
windows.cfg: Improved support for _open() and _close() functions.
|
2016-12-06 13:50:45 +01:00 |
orbitcowboy
|
6829a8da14
|
posix.cfg and windows.cfg: Added support for memccpy().
|
2016-12-05 16:46:49 +01:00 |
orbitcowboy
|
942b5cdc20
|
windows.cfg: Improved configuration by using <valid>-tags.
|
2016-12-05 10:43:07 +01:00 |
orbitcowboy
|
afb962575b
|
windows.cfg: Added support for _mbsstr(),_tcsstr() and _mbsstr_l().
|
2016-12-02 09:06:02 +01:00 |
orbitcowboy
|
df0f5e3f39
|
windows.cfg: Removed not needed <use-retval/> configurations.
|
2016-11-29 10:07:35 +01:00 |
orbitcowboy
|
b964513611
|
windows.cfg: Added support for more functions like SetupDiGetClassDevs().
|
2016-11-29 09:18:08 +01:00 |
orbitcowboy
|
7b1ed9f415
|
windows.cfg and posix.cfg: Added more <use-retval/> configurations.
|
2016-11-28 16:58:33 +01:00 |
orbitcowboy
|
55ae961ac2
|
std.cfg and windows.cfg: Improved support for <use-retval/> for functions like ftell(), [f]get[w]c().
|
2016-11-26 21:31:15 +01:00 |
orbitcowboy
|
83d0b42c66
|
windows.cfg: Ensure the return value of _wfopen_s() and _tfopen_s() is taken into account as well.
|
2016-11-26 16:25:19 +01:00 |
orbitcowboy
|
5b1f112195
|
windows.cfg: Added support for GetTempPath().
|
2016-11-22 08:32:11 +01:00 |
orbitcowboy
|
e94407fbce
|
windows.cfg: Added support for more functions.
|
2016-11-18 11:28:34 +01:00 |
orbitcowboy
|
d95a4d83bc
|
windows.cfg: Added support for FindClose() and FindFirstFile().
|
2016-10-27 09:36:33 +02:00 |
orbitcowboy
|
6b168aba14
|
windows.cfg: Added support for swprintf_s().
|
2016-10-25 17:03:30 +02:00 |
orbitcowboy
|
4130207edc
|
posix.cfg and windows.cfg: Added support for more functions like _popen().
|
2016-10-21 11:43:01 +02:00 |
orbitcowboy
|
340af57028
|
windows.cfg: Added missing argument.
|
2016-10-21 09:52:45 +02:00 |
orbitcowboy
|
73facf927b
|
windows.cfg: Added support for CreateWaitableTimer(), SetWaitableTimer() and WaitForSingleObject().
|
2016-10-21 09:38:14 +02:00 |
orbitcowboy
|
56317fe884
|
windows.cfg: No real changes. Cleanup a comment.
|
2016-10-21 08:53:44 +02:00 |
orbitcowboy
|
1ab8628f1c
|
Fixed #7766 by ignoring WINAPI in windows.cfg.
|
2016-10-20 13:23:15 +02:00 |
orbitcowboy
|
56e75e5776
|
std.cfg: Added support <returnValue> support for imaxabs(). windows.cfg: Added support for _abs64().
|
2016-10-17 14:31:44 +02:00 |
orbitcowboy
|
90a8dd7cf3
|
windows.cfg: Added support for _mkdir and _wmkdir.
|
2016-08-29 13:45:38 +02:00 |
orbitcowboy
|
61d642cb06
|
windows.cfg: Added support for _rmdir, _wrmdir.
|
2016-08-29 11:59:59 +02:00 |
Daniel Marjamäki
|
789aef7fde
|
Fixed #4920 (Microsoft ATL/MFC CString::Format argument checking)
|
2016-08-19 17:36:27 +02:00 |
orbitcowboy
|
8253a18646
|
windows.cfg and std.cfg: Improved support for vs[n]printf functions.
|
2016-08-11 11:45:59 +02:00 |
orbitcowboy
|
16271ffe45
|
windows.cfg: Added support for SetStdHandle and GetStdHandle.
|
2016-08-09 11:16:09 +02:00 |
PKEuS
|
5c92c231b8
|
windows.cfg: SendMessage must not be <leak-ignore/>
|
2016-07-26 11:57:46 +02:00 |
PKEuS
|
3916cd628e
|
windows.cfg: Fixed configuration of _tfopen_s/_wfopen_s (
|
2016-06-02 09:41:01 +02:00 |
PKEuS
|
2d34acae71
|
Fixed configuration for fopen_s and similar functions (#7520)
|
2016-05-26 21:11:32 +02:00 |
PKEuS
|
9ea49d48d1
|
Added a bunch of functions to windows.cfg, fixed <dealloc> arg number for some functions
|
2016-05-22 18:57:09 +02:00 |
PKEuS
|
64d2fd2f57
|
Added new attribute "arg" to <alloc> and <dealloc> to specify the argument that is allocated/deallocated.
This fixes several issues with allocation functions in windows.cfg, such as HeapAlloc() and VirtualAllocEx() (#7503)
|
2016-05-22 17:19:14 +02:00 |
orbitcowboy
|
d676022556
|
cfg: Added support for the Windows functions: DeleteFile() and _access().
|
2016-05-20 15:19:41 +02:00 |
orbitcowboy
|
5095196530
|
cfg: Ignore return values of fopen_s functions.
|
2016-05-19 11:56:52 +02:00 |
orbitcowboy
|
b1b0c920e3
|
Removed sprintf_s from windows.cfg.
|
2016-05-19 08:22:40 +02:00 |
orbitcowboy
|
46adf180d7
|
cfg: Added support for fopen_s and sprintf_s functions. Fixed a wrong tests.
|
2016-05-18 09:31:26 +02:00 |
orbitcowboy
|
41576ee8ec
|
cfg: Added support for the Windows SetConsoleTextAttribute function.
|
2016-05-17 11:31:54 +02:00 |
orbitcowboy
|
2d1ab79d98
|
cfg: Added support for Windows functions PathIsDirectory,PathIsDirectoryA and PathIsDirectoryW.
|
2016-05-17 09:54:11 +02:00 |
orbitcowboy
|
53a37d6134
|
cfg: Added support for Windows function WideCharToMultiByte.
|
2016-05-17 09:35:30 +02:00 |
Pierre Schweitzer
|
ade7138358
|
windows.cfg: Add CoTaskMemAlloc() and CoTaskMemFree() functions
|
2016-02-20 21:44:03 +01:00 |
orbitcowboy
|
82c663090e
|
windows.cfg, posix.cfg: Added support for more functions.
|
2016-01-21 15:48:08 +01:00 |
orbitcowboy
|
b6fd9e2509
|
posix.cfg and windows.cfg: Added support for more functions.
|
2016-01-12 17:00:33 +01:00 |
Martin Ettl
|
999da2877e
|
windows.cfg: Added support for _stat() functions.
|
2016-01-11 20:25:44 +01:00 |
orbitcowboy
|
2b3a12866a
|
windows.cfg and posix.cfg: Added support for more functions, found by selfchecking cppchecks code.
|
2016-01-11 14:54:01 +01:00 |
Martin Ettl
|
d357229da5
|
windows.cfg: Improved support for strdup functions.
|
2016-01-08 11:30:39 +01:00 |
Martin Ettl
|
1cb01bae09
|
windows.cfg: Added support for _vsnprintf and _vsnwprintf functions.
|
2016-01-07 20:41:26 +01:00 |
PKEuS
|
37572dc109
|
Small refactorizations:
- Improved formatting of unhandled-char-constant message (Side-effect: fixes #7206)
- Replace nr="-1" by nr="any" in windows.cfg
|
2015-12-10 15:47:46 +01:00 |
orbitcowboy
|
f84af529af
|
Extended windows.cfg and posix.cfg about missing functions, found by using --check-library on some projects.
|
2015-11-25 11:02:32 +01:00 |