Daniel Marjamäki
|
0597026f13
|
Revert "checkbufferoverrun: Fixed signedness compiler warnings"
This reverts commit 3123de346c .
This commit caused failed tests
|
2010-03-09 11:03:45 +01:00 |
Daniel Marjamäki
|
3123de346c
|
checkbufferoverrun: Fixed signedness compiler warnings
|
2010-03-09 10:56:31 +01:00 |
Daniel Marjamäki
|
ae8059dea9
|
createrelease: set release mode for Makefile
|
2010-03-09 10:41:36 +01:00 |
Daniel Marjamäki
|
0158c7aa55
|
Makefile: updated by latest dmake
|
2010-03-09 08:30:18 +01:00 |
Daniel Marjamäki
|
2ba3f59fc8
|
dmake, qmake: more sensitive compiler and runtime
|
2010-03-09 08:24:52 +01:00 |
Daniel Marjamäki
|
cffe20a440
|
dmake: debug/release mode, more gcc warnings
|
2010-03-09 08:10:05 +01:00 |
Daniel Marjamäki
|
dbc235bd39
|
Function constness: I don't think it's necessary to show both definition and implementation location. I changed so only the location of the definition is shown. This fixes #1486.
|
2010-03-09 07:29:03 +01:00 |
Reijo Tomperi
|
a0d6da506b
|
Fix #1485 (cppcheck.exe 1.41 crashes when calling with option --errorlist)
http://sourceforge.net/apps/trac/cppcheck/ticket/1485
|
2010-03-08 22:40:50 +02:00 |
Kimmo Varis
|
ae2c9e806f
|
Installer: Put installer to Build folder and temp files to BuildTmp.
|
2010-03-08 20:44:34 +02:00 |
Kimmo Varis
|
bf2b77295f
|
Installer: remove unused file.
|
2010-03-08 20:19:12 +02:00 |
Reijo Tomperi
|
525ed61831
|
Robert Reif added to AUTHORS file
|
2010-03-07 22:32:09 +02:00 |
Kimmo Varis
|
a95246431d
|
Fix filepaths in release script.
|
2010-03-07 21:41:04 +02:00 |
Daniel Marjamäki
|
cf4e8d7bf9
|
1.41: Updated version in 'createrelease' script
|
2010-03-07 16:32:40 +01:00 |
Daniel Marjamäki
|
071aefbb58
|
1.41: Set version in files
|
2010-03-07 16:25:37 +01:00 |
Daniel Marjamäki
|
770d2ff835
|
Simplify enum: Fixed segmentation fault if code ends with enum type id
|
2010-03-07 13:01:56 +01:00 |
Daniel Marjamäki
|
fa493b7fd1
|
Fixed #1474 (segmentation fault of cppcheck)
|
2010-03-07 12:50:45 +01:00 |
Daniel Marjamäki
|
7f42ed3ad0
|
Fixed #1472 (false positive: Data is allocated but not initialized: service)
|
2010-03-07 09:08:52 +01:00 |
Reijo Tomperi
|
b88126a669
|
Fix #1469 (False positive: Resource leak when fclose() is inside while)
http://sourceforge.net/apps/trac/cppcheck/ticket/1469
|
2010-03-06 16:28:52 +02:00 |
Daniel Marjamäki
|
fe30c1ca9d
|
Fixed #1432 (false positive: uninitialized variable)
|
2010-03-06 13:48:43 +01:00 |
Reijo Tomperi
|
237fdbc653
|
Fix #1454 (False positive: arrayindexoutofbounds, static member sharing local name)
http://sourceforge.net/apps/trac/cppcheck/ticket/1454
|
2010-03-06 14:35:04 +02:00 |
Robert Reif
|
7c283d1321
|
Fixed #1321 (Improve check const-function: function that is not implemented inline can be made const)
|
2010-03-05 17:06:25 +01:00 |
Kimmo Varis
|
5b2c6129df
|
Add VS project file for building dmake.
|
2010-03-04 21:09:37 +02:00 |
Daniel Marjamäki
|
4bb5272760
|
Fixed #1466 (false positive: Invalid number of character ({) when these macros are defined: '')
|
2010-03-04 18:51:25 +01:00 |
Daniel Marjamäki
|
d643bbe864
|
simplify templates: show debug message when bailout out
|
2010-03-04 18:20:08 +01:00 |
Daniel Marjamäki
|
b55a7f2815
|
SimplifyTemplates: some simple refactoring so template name is properly seen. If it's not properly handled then bailout. Related with #1464
|
2010-03-04 17:34:14 +01:00 |
Reijo Tomperi
|
d881fd7a31
|
Partial fix #1464 (takes too long (days) to process some files)
Fix template functions that return "&T".
http://sourceforge.net/apps/trac/cppcheck/ticket/1464
|
2010-03-03 23:02:32 +02:00 |
Daniel Marjamäki
|
e207da18a2
|
STL: don't warn about the suspicious string::find condition because it's not always a bug
|
2010-03-03 17:11:31 +01:00 |
Reijo Tomperi
|
75c0ed7e6e
|
Add simple debug print to make it possible to detect cases where template simplification goes wrong.
http://sourceforge.net/apps/trac/cppcheck/ticket/1464
|
2010-03-02 23:55:05 +02:00 |
Daniel Marjamäki
|
e064208f54
|
Preprocessor: Removed unused function renameMacroVariables
|
2010-02-28 16:10:21 +01:00 |
Kimmo Varis
|
e68c1aec21
|
Apply patch #1408 (gui build fails with Qt-4.4.3: QLocale)
Add missing QLocale include. Patch by barsnick.
|
2010-02-28 13:03:34 +02:00 |
Daniel Marjamäki
|
9b1e6c80ed
|
STL: refactorings
|
2010-02-28 08:03:22 +01:00 |
Daniel Marjamäki
|
248b6aa159
|
cleanup: removed unused variables
|
2010-02-28 07:38:07 +01:00 |
Daniel Marjamäki
|
6ca4b008d0
|
null pointer: Fixed better error message for 'possible null pointer' + removed redundant check in our Tokenizer.
|
2010-02-28 07:26:50 +01:00 |
Daniel Marjamäki
|
4407aabe55
|
STL: suspicious condition when using std::find
|
2010-02-28 07:04:58 +01:00 |
Daniel Marjamäki
|
980a810995
|
STL if find: check given severity
|
2010-02-28 06:56:47 +01:00 |
Reijo Tomperi
|
88840e6a08
|
Fix #1453 (possible infinite loop processing GNU Go's engine/montecarlo.c)
http://sourceforge.net/apps/trac/cppcheck/ticket/1453
|
2010-02-27 23:47:56 +02:00 |
Daniel Marjamäki
|
69d6453ea8
|
STL: suspicious conditions when using find. Added ok testcases and assert that no error message is written
|
2010-02-27 21:35:33 +01:00 |
Daniel Marjamäki
|
4de700c9de
|
STL: suspicious condition when using find on strings and containers
|
2010-02-27 21:26:11 +01:00 |
Kimmo Varis
|
7b0a4ad9f2
|
Installer: Fix path to gui executable.
|
2010-02-27 21:38:39 +02:00 |
Kimmo Varis
|
3575f2ec20
|
GUI: Remove tabs from project file.
|
2010-02-27 21:38:39 +02:00 |
Kimmo Varis
|
58ea4f35f4
|
GUI: Build to similar folders than cli in Windows.
This makes it easier to handle build files and manage installer.
|
2010-02-27 21:38:39 +02:00 |
Daniel Marjamäki
|
50210857a6
|
Fixed #1439 (false positive: memory leak when using realloc)
|
2010-02-27 19:41:14 +01:00 |
Daniel Marjamäki
|
c9ff53fbed
|
Refactoring error messages
|
2010-02-27 17:06:33 +01:00 |
Kimmo Varis
|
8347b9b38a
|
Resource compiler still got unnecessary precompiler defines.
|
2010-02-27 21:15:02 +08:00 |
Kimmo Varis
|
4d6810f5e9
|
Installer: Fix cli executable path.
|
2010-02-27 21:15:01 +08:00 |
Kimmo Varis
|
839a81a865
|
Move build products to Build and BuildTmp folders.
This avoids polluting source folders with created/temp files. Also makes it
easier for installer to pick files from consistently named folders.
|
2010-02-27 21:15:00 +08:00 |
Kimmo Varis
|
ae58f54230
|
Projfiles: Fix preprocessor definitions.
|
2010-02-27 21:15:00 +08:00 |
Kimmo Varis
|
7bab8c3c03
|
Projfiles: fix test project include paths.
|
2010-02-27 21:15:00 +08:00 |
Kimmo Varis
|
ce8afcf09e
|
Projfiles: Fix include paths - remove unneeded paths.
|
2010-02-27 21:15:00 +08:00 |
Kimmo Varis
|
6b07097cf4
|
Projfiles: Use $IntDir and $OutDir as paths where applicable.
Try to also keep outdir clean of unnecessary files and direct most of build-
time files to intdir.
|
2010-02-27 21:15:00 +08:00 |