Daniel Marjamäki
|
acf5723bdd
|
AST: improved AST printout when --verbose is used
|
2014-02-24 17:22:29 +01:00 |
Daniel Marjamäki
|
8dd7f02e45
|
Fixed #5381 (Some false positives that came up when using --enable=performance file.c)
|
2014-02-23 11:02:39 +01:00 |
Daniel Marjamäki
|
43d48574c5
|
ci.py: fixed daca2folder() when results is empty
|
2014-02-23 10:26:01 +01:00 |
Daniel Marjamäki
|
1d801ce7b1
|
daca2: fixed wget function
|
2014-02-23 10:21:00 +01:00 |
Martin Ettl
|
c3a08bf108
|
TestMathLib: added robustness tests for testing MathLib::isFloat. Ensure it works correctly for preceeding and trailing white spaces.
|
2014-02-22 21:36:51 +01:00 |
Martin Ettl
|
01730d4d16
|
#5304: added a losts of TODO testcases for MathLib::isFloat().
|
2014-02-22 19:55:57 +01:00 |
Martin Ettl
|
42a3c5d083
|
#5304: added a losts of TODO testcases for MathLib::isFlot().
|
2014-02-22 19:50:40 +01:00 |
Daniel Marjamäki
|
f6b42633e8
|
Fixed #5434 (FP: Out-of-bounds access with ternary operator in loop)
|
2014-02-22 17:59:12 +01:00 |
Daniel Marjamäki
|
34730f623a
|
Fixed #5301 (False positive: (error) Division by zero - variables read from input stream)
|
2014-02-22 12:09:54 +01:00 |
Daniel Marjamäki
|
6273a270c7
|
daca2: tell wget to overwrite file. We want that the correct file is used.
|
2014-02-22 07:52:51 +01:00 |
Daniel Marjamäki
|
910a90e4c1
|
Revert "cxx11.h: removed the 'evil workaround'"
This reverts commit 2cb9032d76 .
|
2014-02-21 20:06:55 +01:00 |
Alexander Mai
|
82a2279425
|
Fixed #5304 (Wrong simplification of numbers like 001E+07 to 1.0)
|
2014-02-20 16:56:49 +01:00 |
Daniel Marjamäki
|
ed9153ee80
|
Symbol database: added simple mismatch check in Scope::findFunction when passing address to function that expects a reference
|
2014-02-19 06:35:51 +01:00 |
Daniel Marjamäki
|
690c37633b
|
ValueFlow: Fixed bad values after break/continue
|
2014-02-17 20:07:38 +01:00 |
Daniel Marjamäki
|
c050a92bae
|
Fixed #5468 (crash: freebsd: llvm/RegionPrinter.cpp - AST failure)
|
2014-02-17 17:37:39 +01:00 |
Daniel Marjamäki
|
d37359217c
|
Merge pull request #241 from lanurmi/more-nullptr
Change some more 0 literals into nullptr.
|
2014-02-16 23:29:23 +01:00 |
Lauri Nurmi
|
70a67eaf85
|
Change some more 0 literals into nullptr.
|
2014-02-16 13:38:50 +02:00 |
Daniel Marjamäki
|
fdcb325d70
|
DuplicateBranch: Made warning inconclusive since it's in most cases noise
|
2014-02-16 11:04:27 +01:00 |
Daniel Marjamäki
|
23efc68dd7
|
use nullptr
|
2014-02-16 10:32:10 +01:00 |
Lucas Manuel Rodriguez
|
052840f8f5
|
Fixed #4818 (New check: Check memset() 2nd parameter)
|
2014-02-15 15:06:00 -03:00 |
Daniel Marjamäki
|
2cb9032d76
|
cxx11.h: removed the 'evil workaround'
|
2014-02-15 16:19:50 +01:00 |
Daniel Marjamäki
|
f0220c5340
|
astyle formatting
|
2014-02-15 16:18:13 +01:00 |
Daniel Marjamäki
|
209dffbe1b
|
use nullptr in lib/checkmemoryleak.cpp
|
2014-02-15 16:17:56 +01:00 |
Daniel Marjamäki
|
68119f0230
|
use nullptr in lib/checknullpointer.cpp
|
2014-02-15 16:12:37 +01:00 |
XhmikosR
|
9bf8feb403
|
htdocs: update dependencies.
|
2014-02-15 13:26:04 +02:00 |
Daniel Marjamäki
|
fb5c2d4b48
|
use nullptr in lib/checkother.cpp
|
2014-02-15 08:46:28 +01:00 |
Daniel Marjamäki
|
720bd48a98
|
use nullptr in lib/library.cpp
|
2014-02-15 08:41:17 +01:00 |
Daniel Marjamäki
|
9eb789bdb2
|
use nullptr in lib/preprocessor.cpp
|
2014-02-15 08:37:57 +01:00 |
Daniel Marjamäki
|
690c32dd86
|
readme: document how a project file or Makefile is created for Cppcheck
|
2014-02-15 08:22:13 +01:00 |
Daniel Marjamäki
|
5fe78d1534
|
use nullptr in lib/token.cpp
|
2014-02-15 08:05:54 +01:00 |
Daniel Marjamäki
|
384ffb4173
|
use nullptr in lib/tokenize.cpp
|
2014-02-15 08:04:54 +01:00 |
Lauri Nurmi
|
91340d4043
|
Emulate the C++11 'nullptr' and 'static_assert'
|
2014-02-15 07:52:17 +01:00 |
Daniel Marjamäki
|
fd3a8a2a18
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
Daniel Marjamäki
|
a1d9873558
|
Fixed #5465 (crash: AST doesnt produce good output for 'class C:public :🅰️:b<c>{..};')
|
2014-02-14 06:30:51 +01:00 |
Daniel Marjamäki
|
42a3aaa4cf
|
Merge pull request #238 from HeisSpiter/master
Fix & complete windows.cfg (likely not exhaustive)
|
2014-02-13 05:44:11 +01:00 |
Pierre Schweitzer
|
22104cc617
|
Fix & complete windows.cfg (likely not exhaustive)
|
2014-02-12 16:55:51 +01:00 |
XhmikosR
|
0a825318f4
|
htdocs/devinfo/index.php: fix jquery version.
|
2014-02-11 21:24:52 +02:00 |
Daniel Marjamäki
|
57a3fe59cd
|
Merge pull request #237 from scriptum/rpg-posix-additions
Library: add mk[sd]temp to Posix
|
2014-02-11 19:56:50 +01:00 |
Pavel Roschin
|
df69f4e4be
|
Library: add mk[sd]temp to Posix
|
2014-02-11 17:02:33 +04:00 |
XhmikosR
|
5b0a480270
|
Update html5 boilerplate to the latest git.
|
2014-02-10 11:43:35 +02:00 |
XhmikosR
|
22d1119c22
|
Update normalize.css to v3.0.0.
|
2014-02-10 11:43:34 +02:00 |
XhmikosR
|
f8fc9ff36a
|
Update jquery to v1.11.0.
|
2014-02-10 11:43:34 +02:00 |
XhmikosR
|
ad19448817
|
htdocs: update node.js dependencies.
|
2014-02-10 11:43:34 +02:00 |
Lucas Manuel Rodriguez
|
828609bb11
|
Fixed two doxygen errors - http://cppcheck.sourceforge.net/devinfo/doxygen-errors.txt
|
2014-02-09 16:46:49 -03:00 |
Daniel Marjamäki
|
b5cbe784f3
|
htdocs/gsoc: updated document
|
2014-02-09 09:58:09 +01:00 |
Daniel Marjamäki
|
bb1c045740
|
htdocs: minor updates of gsoc
|
2014-02-08 14:47:40 +01:00 |
Daniel Marjamäki
|
82db095cc0
|
htdocs: added gsoc2014 ideas page
|
2014-02-08 13:12:12 +01:00 |
Daniel Marjamäki
|
01092177fe
|
htdocs: Added Visual Studio plugin to the list of plugins
|
2014-02-08 09:40:43 +01:00 |
Daniel Marjamäki
|
8305015dea
|
astyle formatting
|
2014-02-08 08:51:38 +01:00 |
Daniel Marjamäki
|
b3d31c80cb
|
Merge pull request #236 from scriptum/rpg-add-include-to-lib
Library: add new "define" tag
|
2014-02-07 07:31:05 +01:00 |