orbitcowboy
|
0a17473962
|
std.cfg: Added support for bsearch.
|
2014-06-23 14:43:56 +02:00 |
orbitcowboy
|
f90445e947
|
Extended std.cfg and avr.cfg about more functions.
|
2014-06-23 14:15:47 +02:00 |
orbitcowboy
|
f57e875351
|
Astyle run; Extended std.cfg and avr.cfg about a few more functions.
|
2014-06-23 11:59:14 +02:00 |
orbitcowboy
|
2255ece5c5
|
Extended std.cfg about alloca function and avr.cfg about a few definitions.
|
2014-06-17 17:00:27 +02:00 |
Daniel Marjamäki
|
977af89fa9
|
std.cfg: configure standard types
|
2014-06-12 06:43:19 +02:00 |
Daniel Marjamäki
|
42c3b3c89d
|
Library: Change range operator in validation pattern to ':'
|
2014-06-08 18:12:11 +02:00 |
Daniel Marjamäki
|
8e13c74695
|
Fixed #5778 (False positive: Deallocating a deallocated pointer when exit function is called)
|
2014-05-10 21:26:27 +02:00 |
orbitcowboy
|
baf8d09a0d
|
Fixed FP for nullpointer dereference when using putchar.
|
2014-04-09 17:02:17 +02:00 |
orbitcowboy
|
dd61c5db47
|
Fixed FP, nullpointer for memchr.
|
2014-04-08 18:39:50 +02:00 |
unknown
|
9ae59290dd
|
#5645 False positive Null pointer derefence about first argument to fputc()
|
2014-04-07 12:08:34 +02:00 |
orbitcowboy
|
1cda2f9fc8
|
Fixed #5636: extended std.cfg, abs() about <not-bool/>.
|
2014-04-02 02:03:10 +02:00 |
Daniel Marjamäki
|
6a5617e552
|
runastyle
|
2014-03-23 20:01:24 +01:00 |
Martin Ettl
|
7e74ecca76
|
std.cfg: Added support for more C-functions.
|
2014-03-22 03:27:00 +01:00 |
Martin Ettl
|
3074b38dca
|
std.cfg: Improved checking of memset. Added a constraint for the second parameter and do not all uninitialized usage.
|
2014-03-22 03:12:23 +01:00 |
Daniel Marjamäki
|
94476e387e
|
astyle formatting
|
2014-03-22 18:43:57 +01:00 |
Martin Ettl
|
2ecfb388d3
|
std.cfg: Removed checking second parameter of memset and probably fixing Travis failing.
|
2014-03-21 23:26:33 +01:00 |
Martin Ettl
|
d160aef818
|
std.cfg: Fixed wrong second parameter of memset. It is allowed to be zero.
|
2014-03-21 23:04:29 +01:00 |
Martin Ettl
|
d98eaa599f
|
std.cfg: removed duplicate entries.
|
2014-03-21 22:46:05 +01:00 |
Martin Ettl
|
6da678b4e8
|
Added more functions to std.cfg.
|
2014-03-21 22:39:57 +01:00 |
Martin Ettl
|
51ef7e118a
|
Astyle running.
|
2014-03-21 21:37:09 +01:00 |
Martin Ettl
|
0f5d30c724
|
Extended std.cfg about more functions.
|
2014-03-21 21:31:12 +01:00 |
Martin Ettl
|
cae9ea1403
|
Added more functions to std.cfg
|
2014-03-21 17:58:19 +01:00 |
Martin Ettl
|
e00f50b850
|
Fixed #5597 and added abort() support to stdcfg.
|
2014-03-21 17:36:48 +01:00 |
orbitcowboy
|
1efcd670a1
|
Added support for exit() to std.cfg.
|
2014-03-20 06:49:44 +01:00 |
orbitcowboy
|
6507824a34
|
Added support for putchar() to std.cfg.
|
2014-03-20 05:49:38 +01:00 |
Daniel Marjamäki
|
430d6d398c
|
Merge pull request #273 from matthiaskrgr/strip_whitespace
runastyle: add line which strips trailing whitspaces from cfg files (and run it on the files)
|
2014-03-21 11:24:59 +01:00 |
Matthias Krüger
|
e8dd3e83cf
|
runastyle: add line which strips trailing whitspaces from cfg files (and run it on the files)
|
2014-03-21 01:28:40 +01:00 |
orbitcowboy
|
80e3b49cfc
|
Added support for ftell() and puts() to std.cfg.
|
2014-03-20 04:10:41 +01:00 |
orbitcowboy
|
30006cf06f
|
Added support for fputs() to std.cfg.
|
2014-03-20 02:13:41 +01:00 |
orbitcowboy
|
b37e9601c1
|
Added support for fgetc() to std.cfg.
|
2014-03-20 00:59:52 +01:00 |
XhmikosR
|
be0fcefe1d
|
Tabs to spaces.
[ci skip]
|
2014-03-20 09:02:14 +02:00 |
Martin Ettl
|
fe1b46c174
|
Extended std.cfg
|
2014-03-19 21:08:48 +01:00 |
Martin Ettl
|
26af1a232a
|
Extended std.cfg about <cstring> functions and added testcases.
|
2014-03-10 02:12:32 +01:00 |
Alexander Mai
|
2a2e634662
|
Fixed #3145 (False negative: no memory leak warning - return value of realloc(NULL,) ignored)
|
2014-03-16 10:15:14 +01:00 |
Daniel Marjamäki
|
ce1aa1e011
|
Library: I had misunderstood const/pure a little so I corrected cfg and code
|
2014-03-14 20:08:34 +01:00 |
Martin Ettl
|
b8a1ca29d1
|
Fixed #5564 (extend std.cfg about missing functions: isalpha, tolower and toupper functions)
|
2014-03-14 17:42:19 +01:00 |
Daniel Marjamäki
|
8d8913a168
|
Partial fix for #5555. Add const,pure attributes to library.
|
2014-03-14 06:38:45 +01:00 |
Alexander Mai
|
29d401ff38
|
Fixed #3098 (false negative: unitialized variable being passed to strcoll())
|
2014-03-06 16:31:31 +01:00 |
Alexander Mai
|
1d4839b8a6
|
Fixed #1374 (false negative: using uninitialized variable in printf)
|
2014-03-06 06:16:14 +01:00 |
Daniel Marjamäki
|
b8b573321e
|
CheckNullPointer: Update std.cfg and test that updates are correct
|
2014-01-27 17:33:16 +01:00 |
Daniel Marjamäki
|
0c47555423
|
CheckNullPointer: use library instead of hard coded info
|
2014-01-26 16:19:49 +01:00 |
PKEuS
|
b775714e3d
|
Moved several hardcoded function names in format string checking into libraries (std.cfg and windows.cfg).
Added support for loading a library in test suite.
|
2014-01-12 03:44:24 -08:00 |
Daniel Marjamäki
|
253c4fef49
|
Fixed #5331 (std.cfg: 'isalpha' is misspelled)
|
2014-01-09 15:44:42 +01:00 |
Daniel Marjamäki
|
ac30a84c3a
|
Refactoring: Replaced CheckOther::checkCCTypeFunctions with configuration
|
2013-12-23 19:58:33 +01:00 |
Daniel Marjamäki
|
76b907fe65
|
Fixed #5252 (Improve check: use Library to validate function arguments in invalidFunctionUsage)
|
2013-12-23 10:06:45 +01:00 |
Daniel Marjamäki
|
07948677f8
|
Fixed #5247 (FP: Memory is allocated but not initialized for FILE*)
|
2013-12-21 13:32:59 +01:00 |
Daniel Marjamäki
|
c8a5811b92
|
cfg/std.cfg: removed <leak-ignore/> from fopen and fclose configurations as this cause FP
|
2013-12-12 12:31:47 +01:00 |
Daniel Marjamäki
|
72111d0292
|
cfg/std.cfg: added configuration about some standard functions
|
2013-11-23 18:18:01 +01:00 |
Daniel Marjamäki
|
0c5e39a813
|
Library: Added configuration file std.cfg that clients should load.
|
2013-07-20 17:12:56 +02:00 |