Martin Ettl
|
797cac5098
|
Library: Started to test functions from std-namespace.
|
2015-08-10 23:44:36 +02:00 |
Daniel Marjamäki
|
5b287fc849
|
Library: The <function> name attribute can now have a comma separated list of names
|
2015-08-09 21:27:57 +02:00 |
Daniel Marjamäki
|
b70fe4c609
|
Fixed #6711 (Add namespace support to library files)
|
2015-08-09 19:55:33 +02:00 |
Daniel Marjamäki
|
bd56381fd2
|
Add configuration for div/ldiv/lldiv, 2nd argument must not be 0.
|
2015-07-30 14:08:59 +02:00 |
Alexander Mai
|
3c97736d44
|
Remove functions min()/max() from std.cfg (revert f430748 )
|
2015-05-13 21:25:04 +02:00 |
orbitcowboy
|
f430748e0c
|
std.cfg: Added support for min() and max() functions.
|
2015-05-07 08:45:38 +02:00 |
Alexander Mai
|
97f998e6dd
|
Remove <use-retval/> attribute from strto*() APIs fixing false positives
|
2015-05-03 16:38:13 +02:00 |
Daniel Marjamäki
|
88a6c2bf9d
|
std.cfg: Added <strz/> configurations
|
2015-05-03 16:04:15 +02:00 |
Martin Ettl
|
b5f20be151
|
std.cfg: Improved matching of functions. Improved documentation.
|
2015-04-05 22:48:53 +02:00 |
Martin Ettl
|
a16ed8f0e7
|
posix.cfg: Added support for more functions. std.cfg: Fixed mktime->mkxtime wrong naming and improved asctime() function checking. It is not allowed to provide a NULL pointer to asctime().
|
2015-04-04 23:59:05 +02:00 |
Martin Ettl
|
c89d2b16cc
|
std.cfg: Improved function matching of strto* functions.
|
2015-04-04 22:59:58 +02:00 |
Martin Ettl
|
19e4c8bed0
|
std.cfg: Added support for functions from <iomanip>.
|
2015-04-04 22:42:12 +02:00 |
Daniel Marjamäki
|
a24891f335
|
std.cfg: Add <not-null/> to atoll
|
2015-02-26 20:14:20 +01:00 |
Daniel Marjamäki
|
18285eadc7
|
std.cfg: Add <not-null/> to atof/atoi/atol
|
2015-02-26 19:47:05 +01:00 |
Alexander Mai
|
cea71f8625
|
Fix false positive ignoredReturnValue about strtol
|
2015-02-25 22:03:10 +01:00 |
Alexander Mai
|
fd7d29447d
|
std.cfg: snprintf(NULL,0,) is legal. Fix some testcases in test/cfg as well
|
2015-02-22 14:25:25 +01:00 |
Daniel Marjamäki
|
2d21eb07ba
|
Cleaned up snprintf hardcoding in CheckBufferOverrun
|
2015-02-13 06:44:38 +01:00 |
Daniel Marjamäki
|
9aad4fa8ca
|
CheckBufferOverrun: Remove hardcoding for sprintf and rely on cfg configuration instead
|
2015-02-12 17:29:36 +01:00 |
Daniel Marjamäki
|
3285f85ebf
|
Fixed #6460 (Library: better function/type matching)
|
2015-01-27 17:55:18 +01:00 |
orbitcowboy
|
3aa4f5de47
|
std.cfg: Fixed from spelled podtype win_t --> wint_t
|
2015-01-27 07:57:20 +01:00 |
Daniel Marjamäki
|
f1e7d7894f
|
std.cfg: arguments for rename/remove must be zero-terminated strings
|
2015-01-27 06:20:46 +01:00 |
orbitcowboy
|
d2b9abc4d3
|
std.cfg: Added missing podtypes. Fixed a FP when in fgetpos(). The second parameter is allowed to be uninitialized.
|
2015-01-26 11:52:41 +01:00 |
orbitcowboy
|
07ae1d4278
|
posix.cfg: Added support for 'DIR' dataype.
|
2015-01-26 08:49:35 +01:00 |
Martin Ettl
|
e5c7766293
|
posix.cfg and std.cfg: Added missing type definitions.
|
2015-01-23 18:15:03 +01:00 |
PKEuS
|
60b2b655df
|
Support new/delete in new uninitialized variable checking; realloc() requires an initialized first argument.
|
2015-01-21 23:46:52 +01:00 |
orbitcowboy
|
81aaa02c76
|
std.cfg: Added support for swprintf().
|
2015-01-19 14:30:58 +01:00 |
orbitcowboy
|
91d58a51cb
|
std.cfg: wcsrtombs() is allowed to have a NULL pointer as first argument.
|
2015-01-19 13:21:47 +01:00 |
orbitcowboy
|
7c737f0350
|
std.cfg: Added more functions and improved documentation.
|
2015-01-19 11:55:16 +01:00 |
Martin Ettl
|
e7a95e68ac
|
std.cfg: Improved documentation. No functional changes. [ci skip]
|
2015-01-18 16:11:20 +01:00 |
Martin Ettl
|
4294e7a2d9
|
std.cfg: Improved documentation and added support for more functions.
|
2015-01-18 15:31:16 +01:00 |
Martin Ettl
|
8dab677eac
|
std.cfg: Improved documentation and added ilogb function support.
|
2015-01-18 15:05:06 +01:00 |
Martin Ettl
|
7c91dd2da6
|
std.cfg: Improved function support and documentation.
|
2015-01-18 14:37:07 +01:00 |
Martin Ettl
|
b23772381d
|
std.cfg: Improved support for math functions.
|
2015-01-18 13:35:40 +01:00 |
orbitcowboy
|
42397ee8cb
|
std.cfg: Improved support for <cwchar> (wchar.h).
|
2015-01-15 23:14:10 +01:00 |
orbitcowboy
|
4e549d7d22
|
std.cfg: Fixed typo in previous commit, where support for wcsftime() from <cwchar> (wchar.h) was added.
|
2015-01-15 21:11:21 +01:00 |
orbitcowboy
|
fb984ab5e9
|
std.cfg: Added support for wcsftime() from <cwchar> (wchar.h).
|
2015-01-15 21:09:55 +01:00 |
orbitcowboy
|
4b71e5f9cb
|
std.cfg: Improved support for complex.h functions and improved documentation.
|
2015-01-15 15:25:50 +01:00 |
orbitcowboy
|
4222333785
|
std.cfg: Added documentation to some functions.
|
2015-01-15 10:43:15 +01:00 |
orbitcowboy
|
823af34c67
|
std.cfg: Added support for <cwtype> (wtype.h) functions.
|
2015-01-14 06:54:35 +01:00 |
orbitcowboy
|
c4fc2181a7
|
std.cfg: Added support for <csignal> (signal.h) functions.
|
2015-01-13 23:13:25 +01:00 |
orbitcowboy
|
da1389880a
|
std.cfg: Documented <csetjmp> (setjmp.h) functions. No functional changes.
|
2015-01-13 21:55:43 +01:00 |
orbitcowboy
|
b10a082ba5
|
std.cfg: Added support for <clocale> (locale.h) functions.
|
2015-01-13 21:49:08 +01:00 |
orbitcowboy
|
c8678c90f4
|
std.cfg: Fixed missing attributes of <ctime> (time.h) functions.
|
2015-01-13 19:29:44 +01:00 |
orbitcowboy
|
3f6933c7e3
|
std.cfg: Added support for <cfenv> (fenv.h) functions.
|
2015-01-13 19:21:22 +01:00 |
Martin Ettl
|
6f000fb16b
|
Fixed #6407: Add support for C++11 float_t and double_t types.
|
2015-01-11 09:58:15 +01:00 |
Alexander Mai
|
b30f03709a
|
Remove <use-retval/> for feclearexcept() and getwchar()
|
2015-01-10 18:16:07 +01:00 |
PKEuS
|
c4269b3b44
|
Fixed #6390, strncmp and similar functions are <pure/>
|
2015-01-09 14:35:12 +01:00 |
orbitcowboy
|
a5e3f2889c
|
std.cfg: Added functions from <cfenv>.
|
2015-01-09 13:39:46 +01:00 |
orbitcowboy
|
85bca7e22f
|
std.cfg: Improved documentation for some functions. No functional changes.
|
2015-01-07 20:15:08 +01:00 |
orbitcowboy
|
346ec0e7e9
|
std.cfg: Added support for <cmath> functions.
|
2015-01-07 14:02:33 +01:00 |