orbitcowboy
|
b65873711a
|
posix.cfg,gnu.cfg: Moved a few functions from posix to gnu. Improved the documentation.
|
2016-01-21 16:32:00 +01:00 |
orbitcowboy
|
1464990dad
|
posix.cfg: Added more functions and comments.
|
2016-01-21 16:14:59 +01:00 |
orbitcowboy
|
82c663090e
|
windows.cfg, posix.cfg: Added support for more functions.
|
2016-01-21 15:48:08 +01:00 |
Alexander Mai
|
161412dc31
|
Correct posix.cfg to avoid false positives. Fix runtests.sh
|
2016-01-15 00:11:48 +01:00 |
Boris Egorov
|
3c85791b6a
|
posix.cfg: Only pointers can be null
|
2016-01-14 17:30:23 +06:00 |
orbitcowboy
|
023424f836
|
posix.cfg and gnu.cfg: Added support for more functions.
|
2016-01-13 11:57:21 +01:00 |
Alexander Mai
|
7802517a69
|
#7285 wrong var name: memset() called to fill 0 bytes of '&' memset with pointer: remove var name from message. Correct some entries in posix.cfg.
|
2016-01-12 23:20:48 +01:00 |
orbitcowboy
|
b6fd9e2509
|
posix.cfg and windows.cfg: Added support for more functions.
|
2016-01-12 17:00:33 +01:00 |
Martin Ettl
|
9193e14b8f
|
posix.cfg: Added support for the fileno() function.
|
2016-01-11 20:35:56 +01:00 |
orbitcowboy
|
e03e9fbbcf
|
posix.cfg: Added support for remove().
|
2016-01-11 16:34:47 +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 |
PKEuS
|
c15c61db00
|
Warn about usage of posix function mktemp (#3918).
|
2015-12-18 18:29:53 +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 |
Daniel Marjamäki
|
9864f340f5
|
posix.cfg: reformatting using library editor
|
2015-11-22 13:34:40 +01:00 |
PKEuS
|
57d1196386
|
Replaced CheckNonReentrantFunctions and CheckObsoleteFunctions by generic CheckFunctions which is based on Library (#6529)
|
2015-11-22 09:18:07 +01:00 |
Daniel Marjamäki
|
c62b23c4fc
|
posix.cfg: saved with the Library Editor
|
2015-11-21 16:10:46 +01:00 |
orbitcowboy
|
66b9d8bf38
|
Improved testing of std.cfg and posix.cfg.
|
2015-09-10 11:50:47 +02:00 |
Alexander Mai
|
38ac8cd594
|
Fix some invalid attributes in library
|
2015-07-15 18:41:41 +02:00 |
orbitcowboy
|
c4bcd6ec4c
|
posix.cfg: Added support for more functions.
|
2015-07-14 09:21:57 +02:00 |
orbitcowboy
|
862361d807
|
posix.cfg and gnu.cfg: Added support for more functions.
|
2015-07-14 09:07:47 +02:00 |
Martin Ettl
|
a8a11f2413
|
posix.cfg: Added support for more functions.
|
2015-04-19 00:13:30 +02:00 |
Martin Ettl
|
b0e9805620
|
posix.cfg: Fixed wrong function name, introducted by my last commit.
|
2015-04-12 12:53:29 +02:00 |
Martin Ettl
|
47e949bc63
|
posix.cfg: Added support for more functions.
|
2015-04-12 10:42:16 +02:00 |
orbitcowboy
|
282f701989
|
posix.cfg: Added support for more functions.
|
2015-04-10 08:45:32 +02:00 |
orbitcowboy
|
6610b782cf
|
posix.cfg: Added support for more functions.
|
2015-04-10 08:26:44 +02:00 |
Martin Ettl
|
c73e0a82f8
|
posix.cfg: Added support for more functions.
|
2015-04-09 21:35:18 +02:00 |
Martin Ettl
|
8a3365c23e
|
posix.cfg: Added missing open() and flock() functions.
|
2015-04-09 19:25:33 +02:00 |
Alexander Mai
|
bacc5ac1cc
|
Fix false positives ignoredReturnValue about some posix interfaces. Remove redundant strsignal() output from signal handler
|
2015-04-06 18:16:37 +02:00 |
Martin Ettl
|
435a5d0bf9
|
posix.cfg: Added support for uname().
|
2015-04-05 23:23:39 +02:00 |
Martin Ettl
|
92c364ead8
|
posix.cfg: Added support for more functions.
|
2015-04-05 23:15:23 +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 |
Alexander Mai
|
42d9afe7de
|
posix.cfg add more interfaces from stdlib.h. run astyle
|
2015-03-21 12:26:07 +01:00 |
orbitcowboy
|
ce95776abc
|
Reverted my previous commit 4139b6a818 .
|
2015-03-16 10:39:08 +01:00 |
orbitcowboy
|
4139b6a818
|
posix.cfg: cleanup opened, but not closed <arg>-tags.
|
2015-03-16 09:06:16 +01:00 |
Alexander Mai
|
cb6ed95ed3
|
posix.cfg: add more interfaces. Remove include from test which is missing on travis
|
2015-03-15 13:28:16 +01:00 |
Alexander Mai
|
3a690fd18e
|
posix.cfg: fix false positive and add more interfaces
|
2015-03-15 12:56:24 +01:00 |
Alexander Mai
|
5b8d93efda
|
posix.cfg: Fix false positives and add poll()
|
2015-03-14 23:31:56 +01:00 |
orbitcowboy
|
86a34db294
|
posix.cfg: Added more POSIX functions.
|
2015-03-12 12:06:14 +01:00 |
Alexander Mai
|
6bd7dd771d
|
Add some functions from <time.h> to posix.cfg (see #6577)
|
2015-03-11 18:59:34 +01:00 |
orbitcowboy
|
5e8c646465
|
posix.cfg: Added support for more POSIX functions.
|
2015-03-10 14:40:12 +01:00 |
orbitcowboy
|
95923cbfea
|
posix.cfg: Added missing podtype: timeval.
|
2015-03-09 09:12:15 +01:00 |
Martin Ettl
|
0839ce5a96
|
posix.cfg: Removed duplicate utime() function introduced by 841a27c19d . Added more test cases for uninitvar for utime() and utimes().
|
2015-03-08 21:38:43 +01:00 |
Joshua Rogers
|
841a27c19d
|
Add utime function to posix.cfg
|
2015-03-09 00:43:25 +11:00 |
Alexander Mai
|
39633ef26f
|
Add more interfaces to posix.cfg
|
2015-03-08 14:24:54 +01:00 |
Alexander Mai
|
49099e78ff
|
Add more string conversion functions to library files
|
2015-03-01 20:18:26 +01:00 |
Alexander Mai
|
6bfeb71dd2
|
Add more interfaces to gnu and posix libraries
|
2015-02-21 11:08:58 +01:00 |
Martin Ettl
|
b12ebc1733
|
posix.cfg: utime() and utimes() second parameter is allowed to be NULL.
|
2015-02-20 22:43:48 +01:00 |
Alexander Mai
|
6d9eb6199d
|
posix.cfg: add support for sched.h and 1 bugfix
|
2015-02-20 20:50:20 +01:00 |
Alexander Mai
|
6a7605271a
|
Fix compiler warning. Add interfaces of POSIX passwd.h and pwd.h to posix.cfg
|
2015-02-18 20:56:44 +01:00 |
Daniel Marjamäki
|
e5c098c7de
|
TestUninitVar: move out posix.cfg testing
|
2015-02-17 18:08:19 +01:00 |
Alexander Mai
|
0a6babea74
|
#6181 Drop redundantGetAndSetUserId. Ensure (style-) warnings are issued if setuid()/getuid() and some related functions are ignored. Move strdupa()/strndupa() from posix.cfg to gnu.cfg
|
2015-02-16 22:19:51 +01:00 |
Daniel Marjamäki
|
fe8ba51f03
|
TestMemLeak: moved posix.cfg tests
|
2015-02-15 18:11:09 +01:00 |
Thomas Jarosch
|
2da43035f4
|
Add openlog() / syslog() / vsyslog() to posix.cfg
|
2015-02-14 18:50:26 +01:00 |
orbitcowboy
|
aa77abe1c6
|
posix.cfg: Added comment, no functional change. [ci skip].
|
2015-02-11 14:27:29 +01:00 |
Martin Ettl
|
977fbc8030
|
posix.cfg: Added support for more podtypes.
|
2015-02-06 18:25:54 +01:00 |
Martin Ettl
|
c676e34887
|
posix.cfg: Added more podtypes.
|
2015-02-05 17:44:51 +01:00 |
orbitcowboy
|
d2552dd93a
|
posix.cfg: declared usleep() as <leak-ignore/>. Improved support for <unistd.h> functions.
|
2015-02-05 14:18:08 +01:00 |
orbitcowboy
|
f5a336d576
|
posix.cfg: Improved support for <unistd.h> functions.
|
2015-02-05 11:40:25 +01:00 |
orbitcowboy
|
5e3aa17a56
|
posix.cfg: Improved support for <unistd.h> functions.
|
2015-02-05 02:27:20 +01:00 |
orbitcowboy
|
e6e8decd49
|
posix.cfg: Improved support for <unistd.h> functions.
|
2015-02-06 10:47:49 +01:00 |
orbitcowboy
|
84e831c21c
|
posix.cfg: Improved support for functions from <unistd.h>.
|
2015-02-02 17:23:43 +01:00 |
orbitcowboy
|
8249be5859
|
Running astyle [ci skip].
|
2015-02-02 10:26:21 +01:00 |
Martin Ettl
|
b47f189247
|
posix.cfg: Added support for more POSIX types.
|
2015-02-01 10:40:38 +01:00 |
Daniel Marjamäki
|
3285f85ebf
|
Fixed #6460 (Library: better function/type matching)
|
2015-01-27 17:55:18 +01:00 |
orbitcowboy
|
07ae1d4278
|
posix.cfg: Added support for 'DIR' dataype.
|
2015-01-26 08:49:35 +01:00 |
orbitcowboy
|
180d7389a0
|
Fixed #6457: Added missing podtype defintions to posix.cfg.
|
2015-01-26 08:35:22 +01:00 |
Martin Ettl
|
e5c7766293
|
posix.cfg and std.cfg: Added missing type definitions.
|
2015-01-23 18:15:03 +01:00 |
Martin Ettl
|
4e822d7ebc
|
posix.cfg: blkcnt_t shall be a signed type.
|
2015-01-23 17:43:50 +01:00 |
Martin Ettl
|
ac551807b6
|
posix.cfg: Added support for blkcnt_t datatype.
|
2015-01-23 17:29:18 +01:00 |
PKEuS
|
c4269b3b44
|
Fixed #6390, strncmp and similar functions are <pure/>
|
2015-01-09 14:35:12 +01:00 |
orbitcowboy
|
0202efc480
|
posix.cfg: Added more POSIX types.
|
2015-01-07 15:50:15 +01:00 |
Daniel Marjamäki
|
b8371ebd87
|
Revert 2e45df3b . Because there are FP.
|
2014-12-18 06:37:15 +01:00 |
orbitcowboy
|
2e45df3b72
|
Fixed #6341: false negative uninitvar pattern "return foo ( %var%"
|
2014-12-17 17:43:31 +01:00 |
orbitcowboy
|
32cd7d727d
|
Fixed #6325: false negative: uninitialized variable usage (write, posix).
|
2014-12-15 10:05:44 +01:00 |
Thomas Jarosch
|
6b78ae7c46
|
Add mmap() / mmap64() / munmap() to posix.cfg. Enables basic leak tracking
Includes function prototype in posix.cfg as comment
for easier overview of the function arguments.
|
2014-12-14 13:30:24 +01:00 |
orbitcowboy
|
ac4f7879db
|
posix.cfg: Added support for rewinddir().
|
2014-12-10 16:10:03 +01:00 |
Thomas Jarosch
|
269a4419f0
|
Fixed false positives about strdupa() / strndupa() memleak
strdupa() / strndupa() allocates memory on the stack using alloca().
This memory is freed automatically once the current function is left.
|
2014-12-10 22:23:52 +01:00 |
orbitcowboy
|
def3491829
|
posix.cfg: Added support for readdir().
|
2014-12-10 17:44:21 +01:00 |
Daniel Marjamäki
|
44420bdbf1
|
cfg: formatted the cfg files with the runastyle script
|
2014-10-14 06:46:47 +02:00 |
Daniel Marjamäki
|
a19545eb3a
|
Reverted 5e08784b5c . There are unwanted changes, for instance for closedir. The use-retval should only be used when it's pointless to call the function without taking the return value.
|
2014-10-14 06:20:07 +02:00 |
orbitcowboy
|
5e08784b5c
|
Fixed #6196: Posix support for ignoreReturnValue and improved indentation of posix.cfg
|
2014-10-08 07:57:14 +02:00 |
PKEuS
|
cbb8360b30
|
Added version attribute to .cfg files (#5928)
|
2014-09-29 16:26:17 +02:00 |
Daniel Marjamäki
|
d414aa0ae5
|
astyle formatting
|
2014-08-15 16:01:48 +02:00 |
amai2012
|
77095e2b05
|
Add some more functions to posix.cfg which allow to enable TestBufferOverrun::buffer_overrun_1_posix_functions
Fix some compiler warnings on MSVC
|
2014-07-05 22:47:10 +02:00 |
orbitcowboy
|
ff9a39d1f6
|
avr.cfg and posix.cfg: Added support for more functions.
|
2014-06-26 16:22:49 +02:00 |
orbitcowboy
|
d19b6f181d
|
Extended std.cfg, posix.cfg and avr.cfg
|
2014-06-25 15:09:03 +02:00 |
orbitcowboy
|
95c49ec5dc
|
Extended std.cfg about more missing functions. Moved POSIX functions to posix.cfg. Extended posix.cfg about more memory allocating functions.
|
2014-06-25 12:00:24 +02:00 |
orbitcowboy
|
be49185471
|
Fixed #5925: The first include in path.cpp is not path.h and astyle run.
|
2014-06-16 15:11:44 +02:00 |
orbitcowboy
|
c8e4ac1b03
|
Astyle run [ci skip]
|
2014-06-16 14:01:56 +02:00 |
orbitcowboy
|
50e15f3f02
|
posix.cfg: Add more podtype definition for POSIX systems.
|
2014-06-16 14:01:25 +02:00 |
orbitcowboy
|
072dc4881c
|
posix.cfg: Started to add podtype definition for POSIX systems.
|
2014-06-16 13:45:32 +02:00 |
Daniel Marjamäki
|
42c3b3c89d
|
Library: Change range operator in validation pattern to ':'
|
2014-06-08 18:12:11 +02:00 |
Martin Ettl
|
b363d0641a
|
posix.cfg: Fixed FP for getcwd().First and second parameter is allowed to be zero.
|
2014-05-02 04:56:12 +02:00 |
Daniel Marjamäki
|
44a66e6a5a
|
Fixed #1416 (false negative resource leak when calling fdopen)
|
2014-04-20 10:50:32 +02:00 |
Martin Ettl
|
ed54b93317
|
Fixed FP in posix.cfg and mkdir() for second parameter.
|
2014-04-18 21:46:32 +02:00 |
Pierre Schweitzer
|
cf12f2aaac
|
updated posix.cfg
|
2014-04-18 15:20:16 +02:00 |
orbitcowboy
|
66329fe8b8
|
posix.cfg: Fixed FP for isatty() function and added unit cases.
|
2014-04-10 17:53:04 +02:00 |
Martin Ettl
|
074136bbb1
|
posix.cfg: Added support for isatty().
|
2014-03-29 00:57:56 +01:00 |
Daniel Marjamäki
|
e6b3af8c38
|
astyle
|
2014-03-25 18:40:50 +01:00 |
Daniel Marjamäki
|
05a7e7e008
|
astyle
|
2014-03-25 18:24:41 +01:00 |