Daniel Marjamäki
|
7cfa4c8654
|
astyle formatting
|
2014-01-08 06:06:08 +01:00 |
Daniel Marjamäki
|
f79e1b6d87
|
Fixed #5317 (failed to load std.cfg)
|
2014-01-08 05:03:55 +01:00 |
Daniel Marjamäki
|
d8270c710a
|
Add new experimental value flow analysis
|
2014-01-04 20:57:02 +01:00 |
PKEuS
|
574c27b1b2
|
Removed VS9 solution
|
2014-01-04 10:55:27 +01:00 |
PKEuS
|
55f68535b2
|
Set version to "1.64 dev"/1.63.99. Use version.h in cppcheck.cpp.
|
2014-01-04 10:41:13 +01:00 |
Daniel Marjamäki
|
6515691a47
|
1.63: Set version numbers
|
2014-01-04 09:32:37 +01:00 |
Daniel Marjamäki
|
6ff93a6b36
|
CLI: Made the 'failed to load std.cfg' nicer and more informative.
|
2014-01-03 21:59:50 +01:00 |
Alexander Mai
|
b411efa33f
|
Fixed #5302 (Invalid parameter for --showtime should cause an error)
|
2014-01-03 10:00:47 +01:00 |
Daniel Marjamäki
|
a94fccf51a
|
astyle formatting
|
2014-01-02 21:47:35 +01:00 |
Sam Truscott
|
4333dd3c75
|
Update Qt to support Markup structure
|
2014-01-02 18:18:24 +01:00 |
Matthias Krüger
|
287bc5d284
|
be more informative when "-j N --enable=unusedFunction" (N>1) is passed.
unusedFunction check is disabled when -j is passed.
|
2013-12-31 16:31:34 +01:00 |
Daniel Marjamäki
|
c3f101e043
|
doxygen: document on the main page that we have access to syntax tree, symbol database and library.
|
2013-12-27 15:07:42 +01:00 |
Daniel Marjamäki
|
562387e3ff
|
library: use extensions when loading std.cfg and posix.cfg
|
2013-12-26 13:18:54 +01:00 |
Daniel Marjamäki
|
4131c621c9
|
Fixed #5254 (Warn about missing library files (.cfg))
|
2013-12-26 11:15:28 +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
|
5ba02d2fdd
|
AST: Always use AST
|
2013-12-09 18:06:19 +01:00 |
Daniel Marjamki
|
8910bae801
|
Fixed #5137 (Defining empty macro from commandline does not seem to work)
|
2013-11-03 09:46:03 +01:00 |
Daniel Marjamäki
|
bbdfd8b5c7
|
Make it possible to create AST, by using the --ast flag
|
2013-11-02 18:37:35 +01:00 |
Daniel Marjamäki
|
e446a28b3d
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
PKEuS
|
f572f3dd81
|
Fixed typo in __clang__ macro
|
2013-10-27 13:40:10 +01:00 |
PKEuS
|
9790e09e2d
|
Work around clang pretending to be GCC 4.2. Require clang 2.9
|
2013-10-27 13:34:05 +01:00 |
PKEuS
|
0db50dc0f6
|
Print a warning instead of a message on MSVC < 1600
|
2013-10-27 12:59:10 +01:00 |
PKEuS
|
a2ef80b74b
|
Warn about deprecated compilers
|
2013-10-27 12:55:36 +01:00 |
Sam Truscott
|
6806fd8135
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
PKEuS
|
4cd2fad2bf
|
Set version to 1.63 dev
|
2013-10-13 09:53:56 +02:00 |
Daniel Marjamäki
|
21c537e8d7
|
1.62: Set versions
|
2013-10-12 12:22:52 +02:00 |
Robert Reif
|
1959377423
|
Fixed #4963 (cppcheck and testrunner Visual Studio 2008 build failure)
|
2013-10-08 05:36:52 +02:00 |
Daniel Marjamäki
|
43b40b7465
|
Refactoring: Reordered includes. Put local ones before system includes.
|
2013-09-04 06:18:22 +02:00 |
Daniel Marjamäki
|
d2d0f3a292
|
cli.pro: dont include tinyxml both from lib.pri and cli.pro
|
2013-08-04 13:05:25 +02:00 |
PKEuS
|
4a84195a8c
|
Updated to latest TinyXML
Build TinyXML into core dll once and use it from CLI
|
2013-08-03 20:29:50 +02:00 |
PKEuS
|
219f6546d3
|
Set version to 1.62 dev
|
2013-08-03 19:54:39 +02:00 |
Daniel Marjamäki
|
2f7fba2087
|
1.61: Set versions
|
2013-08-03 08:04:38 +02:00 |
Daniel Marjamäki
|
0c5e39a813
|
Library: Added configuration file std.cfg that clients should load.
|
2013-07-20 17:12:56 +02:00 |
Daniel Marjamäki
|
1a2aaa6780
|
Library: If load from current path fails, try to load 'default' configuration from cppcheck-executable path. Allow that '.cfg' extension is not used. Allow that multiple configurations are provided (comma separated).
|
2013-07-20 10:21:05 +02:00 |
Daniel Marjamäki
|
a216edfd07
|
updated manual and CLI --help output
|
2013-07-20 09:38:44 +02:00 |
XhmikosR
|
29475d056a
|
Use the full sourceforget.net url.
|
2013-07-16 09:01:56 +02:00 |
Daniel Marjamäki
|
7d47fd65a2
|
Renamed --environment to --library. Added --check-library. Renamed Environment to Library
|
2013-07-08 18:26:18 +02:00 |
Alexander Mai
|
b7bb16ea77
|
Fixed #4897 (callStackToString is not available when using custom message template)
|
2013-07-08 06:44:25 +02:00 |
Daniel Marjamäki
|
de2f959312
|
CLI: don't crash if summary in rule file is empty
|
2013-07-06 12:01:46 +02:00 |
Daniel Marjamäki
|
61e1dd5096
|
Environment: Refactoring and cleanup
|
2013-07-05 20:55:31 +02:00 |
Daniel Marjamäki
|
d96fb577cd
|
CLI: Added --environment flag
|
2013-07-02 07:18:19 +02:00 |
Daniel Marjamäki
|
6b2bab535b
|
CLI,LIB: Added --std setting for GTK
|
2013-06-29 12:55:24 +02:00 |
Daniel Marjamäki
|
00909486ab
|
unusedFunction: updated help text and manual. it is recommended that this check is only enabled when the whole program is scanned.
|
2013-06-16 11:57:02 +02:00 |
Reijo Tomperi
|
ae65a47f5f
|
Add missing line change to CLI help text, near style.
|
2013-06-13 20:57:15 +03:00 |
Daniel Marjamäki
|
537166cf47
|
Rules: Make it possible run a rule on the 'normal' token list
|
2013-06-09 14:58:56 +02:00 |
Daniel Marjamäki
|
964b6cbd82
|
help: Improved help text for -D and -U
|
2013-06-09 13:00:08 +02:00 |
Daniel Marjamäki
|
c65437c74c
|
manual, help text: updates of --enable text. updates of 'Preprocessor configurations' section, the --force and --max-configs can be used together with -D.
|
2013-06-09 10:34:45 +02:00 |
Daniel Marjamki
|
4e09b06bc1
|
Fixed #4827 (allow checking multiple configurations when using -D by also using --max-configs or --force)
|
2013-06-08 16:46:54 +02:00 |
Daniel Marjamki
|
c83bd7f00f
|
1.60.1: Set versions
|
2013-06-02 13:13:40 +02:00 |
Daniel Marjamäki
|
d36d3d5469
|
1.60: set version
|
2013-06-01 15:17:07 +02:00 |