1459 Commits

Author SHA1 Message Date
Vesa Pikki
8efae83184 Removed unnecessary options from settings dialog. 2009-03-22 20:00:06 +02:00
Daniel Marjamäki
24e22ac942 Merge branch 'master' of git@github.com:danmar/cppcheck 2009-03-22 18:58:19 +01:00
Daniel Marjamäki
a87419f59b Fixed Ticket 199 (The error messages generated by 'unused functions' are wrong) 2009-03-22 18:57:53 +01:00
Vesa Pikki
d1e43ee6ea Added a window title. 2009-03-22 19:51:49 +02:00
Vesa Pikki
31845a89bc Added license text. 2009-03-22 19:47:25 +02:00
Vesa Pikki
f752cca1e2 Merge branch 'gui'
Conflicts:

	gui/resultstree.cpp
2009-03-22 19:42:45 +02:00
Vesa Pikki
1e66d7f0e4 Merge conflicts. 2009-03-22 19:41:32 +02:00
Vesa Pikki
855dda69b7 Conflicts:
gui/mainwindow.cpp
	gui/resultstree.cpp
2009-03-22 19:40:29 +02:00
Vesa Pikki
0953995ee3 Merged gui branch to master. 2009-03-22 19:39:44 +02:00
Vesa Pikki
55ad06a7b2 Astyle formatting. 2009-03-22 19:38:03 +02:00
Vesa Pikki
856b3cd949 Can now hide and show results based on cpp flags. 2009-03-22 19:37:26 +02:00
Vesa Pikki
592ff8ba3c Added view menu and buttons for it. 2009-03-22 18:46:51 +02:00
Vesa Pikki
c6e8d61db3 Added recheck and clear results buttons. 2009-03-22 17:42:48 +02:00
Vesa Pikki
9eda0ce52c astyle formatting. 2009-03-22 17:41:14 +02:00
Vesa Pikki
84853aa7f9 Added recheck and clear results buttons. 2009-03-22 17:40:47 +02:00
Vesa Pikki
f04bdccee4 Astyle formatting. 2009-03-22 15:15:16 +02:00
Vesa Pikki
adbdb4acc3 Merge branch 'master' of git@github.com:danmar/cppcheck 2009-03-22 14:32:50 +02:00
Vesa Pikki
5e1994068a Added settings dialog to select what kind of errors are visible. 2009-03-22 14:32:07 +02:00
Vesa Pikki
d008592a84 Removed check dialog.
Files to be checked are selected by default file open dialog with all checking options enabled.
2009-03-22 14:28:52 +02:00
Daniel Marjamäki
a065ed9d05 updated the Makefile 2009-03-22 12:46:20 +01:00
Gianluca Scacco
416115e38f Fixed error compiling testautovariables 2009-03-22 12:00:21 +01:00
Daniel Marjamäki
09457194d9 astyle code formatting 2009-03-22 08:23:20 +01:00
Daniel Marjamäki
276c0a7b2f Merge branch 'master' of git@github.com:danmar/cppcheck 2009-03-22 08:20:41 +01:00
Daniel Marjamäki
e017d5a079 refactoring - added 'getErrorMessages' to all check classes 2009-03-22 08:20:15 +01:00
Gianluca Scacco
abda874944 Refactoring of CheckAutoVariables 2009-03-22 08:01:48 +01:00
Daniel Marjamäki
0a71771c6a improved the Tokenizer::setVarId to handle function parameters better 2009-03-21 21:58:39 +01:00
Daniel Marjamäki
6fc66d3e2c refactoring error messages 2009-03-21 21:33:27 +01:00
Daniel Marjamäki
262d182f26 updated the MakeFile 2009-03-21 18:38:24 +01:00
Daniel Marjamäki
729b2c1706 Fixed 188 (Return of auto variable address), applied patched submitted by gscacco 2009-03-21 18:36:41 +01:00
Daniel Marjamäki
da06c12925 refactoring error messages 2009-03-21 18:31:28 +01:00
Daniel Marjamäki
468ed653e2 refactoring error messages 2009-03-21 17:58:13 +01:00
Daniel Marjamäki
60861d6684 added geany project file 2009-03-21 15:32:01 +01:00
Daniel Marjamäki
aee39ae929 refactoring - handling the stlOutOfBounds error message the new way 2009-03-21 14:20:10 +01:00
Daniel Marjamäki
001cb0a7ec refactoring - added a function getErrorMessages that will be used to get a list of error messages 2009-03-21 14:07:51 +01:00
Daniel Marjamäki
bcad5afb26 refactoring - fixed the unit tests 2009-03-21 14:02:58 +01:00
Daniel Marjamäki
3c1c33669e refactoring: The errmsg is no longer supposed to generate the errorLogger code 2009-03-21 10:15:46 +01:00
Daniel Marjamäki
170f817a19 refactoring: there are now 2 functions for running checks. 'runChecks' and 'runSimplifiedChecks' 2009-03-21 07:53:23 +01:00
Daniel Marjamäki
0ed425d105 refactoring 2009-03-20 20:21:54 +01:00
Daniel Marjamäki
272d455e2d refactoring: generate error message in the class 2009-03-20 20:09:44 +01:00
Daniel Marjamäki
8e4af409e7 refactoring: Added a function to the Check base class that allows easier error reporting 2009-03-20 19:52:18 +01:00
Daniel Marjamäki
ccfdbfca58 improved Token::tokAt to handle negative argument too 2009-03-20 18:50:11 +01:00
Daniel Marjamäki
9f1c3cc535 refactoring the rest of the classes 2009-03-20 18:16:21 +01:00
Daniel Marjamäki
21dff96e7b refactoring checkbufferoverrun 2009-03-20 17:35:53 +01:00
Daniel Marjamäki
5914af4481 refactoring CheckClass 2009-03-20 17:30:24 +01:00
Daniel Marjamäki
e6e778e45f refactoring 2009-03-20 17:15:51 +01:00
Daniel Marjamäki
a1759a3574 Merge branch 'refactoring' 2009-03-19 21:20:24 +01:00
Daniel Marjamäki
5565be0c74 refactoring: minor cleanup 2009-03-19 21:20:08 +01:00
Daniel Marjamäki
33df121567 added and integrated checkautovariables that gscacco created 2009-03-19 20:55:50 +01:00
Daniel Marjamäki
d4fdfc0f5a astyle formatting 2009-03-19 20:53:23 +01:00
Daniel Marjamäki
dfe867fded added checkautovariables and integrated it into cppcheck 2009-03-19 20:52:18 +01:00