Daniel Marjamäki
|
1cf308f018
|
tasks : Added tasks to create a doxygen project file
|
2009-01-06 12:59:02 +00:00 |
Daniel Marjamäki
|
5dd90f5795
|
tasks: rewrote the tasks file
|
2009-01-06 11:30:49 +00:00 |
Daniel Marjamäki
|
6302b53075
|
Preprocessor: Refactoring the unit testing. And enabled the macro expansion
|
2009-01-06 09:43:26 +00:00 |
Daniel Marjamäki
|
dc4497b250
|
Preprocessor: Improved handling of multiline macros
|
2009-01-06 08:49:54 +00:00 |
Daniel Marjamäki
|
f0f42563e6
|
Makefile: Fixed the preprocessor dependencies
|
2009-01-06 08:35:04 +00:00 |
Reijo Tomperi
|
8983357421
|
tasks.txt updated, %var1% task is done
|
2009-01-05 23:42:17 +00:00 |
Reijo Tomperi
|
e721383d01
|
Refactoring: %var1% complitely removed. Execution time increased from 4,7 to 6,2 seconds.
|
2009-01-05 23:06:51 +00:00 |
Reijo Tomperi
|
49b864b1fd
|
Refactoring: Getting rid of %var1%
|
2009-01-05 22:47:27 +00:00 |
Reijo Tomperi
|
a559b06c1f
|
Refactoring: Getting rid of %var1%
|
2009-01-05 21:22:09 +00:00 |
Daniel Marjamäki
|
4642fc25aa
|
Preprocessor : Added a few more testcases for the macro expansion
|
2009-01-05 20:41:34 +00:00 |
Daniel Marjamäki
|
3b2827a7ba
|
Preprocessor: Added simple handling for expanding preprocessor macros
|
2009-01-05 20:30:15 +00:00 |
Daniel Marjamäki
|
5bd5b68b59
|
runastyle: Added script for running "astyle" with the options I have chosen against all cpp and h files
|
2009-01-05 15:52:02 +00:00 |
Daniel Marjamäki
|
ea1f3f4e85
|
Style: Updated the coding style with "astyle"
|
2009-01-05 15:49:57 +00:00 |
Daniel Marjamäki
|
7495190312
|
Preprocessor: Began work on the macro handling
|
2009-01-05 09:26:00 +00:00 |
Daniel Marjamäki
|
4d0cd99e97
|
Refactoring: Simplified a condition
|
2009-01-05 07:21:05 +00:00 |
Reijo Tomperi
|
36e54b739b
|
Refactoring: Getting rid of %var1%
|
2009-01-04 22:56:46 +00:00 |
Reijo Tomperi
|
66e03b8a92
|
Refactoring: Getting rid of %var1%
|
2009-01-04 22:49:57 +00:00 |
Reijo Tomperi
|
21eaadbe31
|
Fixed several bugs from previous commits and added check code that will print errors if varid is 0 when %varid% is given in Match().
|
2009-01-04 20:33:12 +00:00 |
Reijo Tomperi
|
3dd3bad0ec
|
Refactoring: findMatch() that supports varId added. %var1% -> %varid% changed
|
2009-01-04 19:55:12 +00:00 |
Daniel Marjamäki
|
066e03b00a
|
MinGW: Applied the patch submitted by kidkat that makes cppcheck compilable with MinGW
|
2009-01-04 18:46:45 +00:00 |
Daniel Marjamäki
|
9294e20e96
|
variable usage: fixed false positive when using operator '^'
|
2009-01-04 18:38:24 +00:00 |
Reijo Tomperi
|
651e295343
|
Made previous feature request fix more portable
|
2009-01-04 18:31:36 +00:00 |
Daniel Marjamäki
|
68d501db58
|
variable usage: The check must be made before simplifyTokenList to avoid false positives
|
2009-01-04 18:28:05 +00:00 |
Reijo Tomperi
|
0c06d757cc
|
Fix for feature request: [ 2485706 ] Add support to *.C file extension
|
2009-01-04 18:19:57 +00:00 |
Daniel Marjamäki
|
de60f3b9ad
|
Variable usage: Addon to previous commit. Also handle "&=" and "^="
|
2009-01-04 17:44:23 +00:00 |
Daniel Marjamäki
|
bf98b14b4f
|
unused variable: Fixed false positive when using '|=' assignment
|
2009-01-04 17:41:59 +00:00 |
Daniel Marjamäki
|
dcd64a7ce6
|
Variable usage : Fixed false positives for struct/union member variables
|
2009-01-04 17:35:19 +00:00 |
Daniel Marjamäki
|
dcc15d7f22
|
Variable usage: Fixed false positive with operators ~ and !
|
2009-01-04 17:27:32 +00:00 |
Daniel Marjamäki
|
9ea852eb0e
|
Variable usage: Fixed false positives (tmp1 ? tmp2 : tmp3)
|
2009-01-04 17:23:04 +00:00 |
Daniel Marjamäki
|
76e2aea0f5
|
variable usage: added a test case to make sure usage in a if is seen
|
2009-01-04 17:09:55 +00:00 |
Daniel Marjamäki
|
445230f3ae
|
Variable usage : Fixed false positive with modulo
|
2009-01-04 16:42:10 +00:00 |
Daniel Marjamäki
|
f8c44507e6
|
Variable usage: Fixed a segmentation fault
|
2009-01-04 16:30:25 +00:00 |
Daniel Marjamäki
|
53cd729ccc
|
Struct member usage : Check union member variables at the same time
|
2009-01-04 15:05:00 +00:00 |
Daniel Marjamäki
|
0f4dd5ea7b
|
Variable usage: fixed false positives for union member variables
|
2009-01-04 15:02:22 +00:00 |
Daniel Marjamäki
|
a4d7ce1620
|
struct member usage: fixed false positives
|
2009-01-04 14:55:18 +00:00 |
Reijo Tomperi
|
be2a10bfb6
|
Refactoring var1 -> varid
|
2009-01-04 14:46:52 +00:00 |
Daniel Marjamäki
|
dd914c0089
|
Function usage : Fixed false positives for inline structs
|
2009-01-04 08:16:07 +00:00 |
Daniel Marjamäki
|
68d08b73b6
|
Variable usage : Fixed a false positive for ("b = (int)a;" => a is read)
|
2009-01-04 07:49:41 +00:00 |
Daniel Marjamäki
|
f79b06b5a0
|
tokenize : Removed unneeded variable
|
2009-01-04 07:14:46 +00:00 |
Daniel Marjamäki
|
7d59985d88
|
Refactoring : Changed a 'strcmp' to a 'simpleMatch'
|
2009-01-04 07:08:56 +00:00 |
Reijo Tomperi
|
e097232e99
|
Possibly bug fix, changed %var% into %var1% as name was also given as a parameter to Match(). Not sure which was intended here.
|
2009-01-03 21:07:37 +00:00 |
Reijo Tomperi
|
1594f453cc
|
Refactoring: Changed order of parameters in Match() and findMatch() (deprecated parameter moved to last)
|
2009-01-03 21:05:47 +00:00 |
Reijo Tomperi
|
fee4d77e7b
|
Refactoring: %var1% -> %varid%
|
2009-01-03 20:53:12 +00:00 |
Reijo Tomperi
|
5d1d267624
|
Refactoring: Rename class "TOKEN" to "Token"
|
2009-01-03 20:29:20 +00:00 |
Daniel Marjamäki
|
2f9c73ce82
|
Buffer overrun: Moved the "buffer overrun" and "array index out of bounds" to "--all" because there were false positives
|
2009-01-03 15:22:53 +00:00 |
Reijo Tomperi
|
6850441c4a
|
ErrorMessage class added (not used yet and it is still unfinished)
|
2009-01-03 13:51:55 +00:00 |
Daniel Marjamäki
|
2e23b09a05
|
Refactoring : Removed a short commented code that I never use anyway
|
2009-01-03 07:55:05 +00:00 |
Daniel Marjamäki
|
2b3a987552
|
Using freed memory : Fixed false positive when usage is something like: printf("free %x",p);
|
2009-01-03 07:47:35 +00:00 |
Daniel Marjamäki
|
b756158644
|
Memory leak : Fixed a regression and added a test case
|
2009-01-03 07:40:09 +00:00 |
Reijo Tomperi
|
f099796a10
|
Copyright 2007-2008 -> 2007-2009
|
2009-01-02 19:02:35 +00:00 |