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 |
Daniel Marjamäki
|
0a2f631b14
|
Fixed #1448 (Trying to check Unicode file prints confusing error)
|
2010-02-27 13:08:59 +01:00 |
Daniel Marjamäki
|
a8ee4a03f0
|
Fixed #1456 (PATCH: Variable hides typedef with same name false positive)
|
2010-02-27 07:27:51 +01:00 |
Daniel Marjamäki
|
ce0131a1e6
|
Fixed #1397 (false positive: Memory leak in while loop)
|
2010-02-26 22:14:56 +01:00 |
Reijo Tomperi
|
9b6336013b
|
Fix #1455 (Preprocessor: Wrong line number in "No pair for character" error)
http://sourceforge.net/apps/trac/cppcheck/ticket/1455
|
2010-02-26 23:11:23 +02:00 |
Robert Reif
|
54bf67e766
|
Fixed #1456 (PATCH: Variable hides typedef with same name false positive)
|
2010-02-26 21:43:00 +01:00 |
Robert Reif
|
f4d600e93b
|
Fixed #1457 (PATCH: Variable hides enumerator with same name false negative)
|
2010-02-26 21:40:57 +01:00 |
Kimmo Varis
|
d064d38d35
|
Fix comment.
|
2010-02-26 13:21:27 +02:00 |
Reijo Tomperi
|
b35acc1e6b
|
Add TODO test case for #1444 (inline suppression suppress all errors of the same type in a function)
http://sourceforge.net/apps/trac/cppcheck/ticket/1444
|
2010-02-25 22:55:09 +02:00 |
Reijo Tomperi
|
13f8e10c40
|
Add TODO test cases for #1454 (False positive: arrayindexoutofbounds, static member sharing local name)
http://sourceforge.net/apps/trac/cppcheck/ticket/1454
|
2010-02-25 22:02:12 +02:00 |
Reijo Tomperi
|
23407c7f1d
|
Cleanup test/testtokenize.cpp a bit by putting duplicate code into a function.
|
2010-02-25 22:00:39 +02:00 |
Daniel Marjamäki
|
377d3091a9
|
Fixed #1452 (Simplify goto better)
|
2010-02-25 20:03:39 +01:00 |
Robert Reif
|
0da133f8a0
|
Fixed #1451 (false positive: operator = should return reference to self)
|
2010-02-25 07:26:59 +01:00 |
Robert Reif
|
f9d444ed52
|
Fixed #1445 (segfault in Tokenizer::simplifyRedundantParanthesis())
|
2010-02-25 07:24:32 +01:00 |
Reijo Tomperi
|
01c5bdfc68
|
Add TODO test case for #1452 (Simplify goto better)
http://sourceforge.net/apps/trac/cppcheck/ticket/1452
|
2010-02-24 22:55:16 +02:00 |
Robert Reif
|
7d8adfb4df
|
Fixed #1449 (segmentation fault of cppcheck)
|
2010-02-24 17:50:02 +01:00 |
Robert Reif
|
d9df3d5c6e
|
Fixed #1434 (### Internal error in Cppcheck. Please report it.)
|
2010-02-23 22:12:55 +01:00 |
Daniel Marjamäki
|
4ef68546ef
|
Merge branch 'master' of git@github.com:danmar/cppcheck
|
2010-02-23 21:27:26 +01:00 |
Daniel Marjamäki
|
5254822bed
|
dmake: generate the lib/lib.pri file
|
2010-02-23 21:27:01 +01:00 |
Reijo Tomperi
|
edf76c77fa
|
Attempt to fix: #1425: -I doesn't work properly in Windows
http://sourceforge.net/apps/trac/cppcheck/ticket/1425
|
2010-02-23 21:28:40 +02:00 |
Daniel Marjamäki
|
40bb5144e1
|
removed some more cmake files
|
2010-02-23 20:12:53 +01:00 |
Daniel Marjamäki
|
209024adcb
|
tools/Makefile: fixed so the dmake can be built
|
2010-02-23 18:43:10 +01:00 |
Daniel Marjamäki
|
ebc87c01dd
|
Makefile: Readded old Makefile again
|
2010-02-23 18:38:18 +01:00 |
Daniel Marjamäki
|
56e67d38ff
|
Readded man/install to the Makefile
|
2010-02-23 18:37:46 +01:00 |
Daniel Marjamäki
|
d493592ae4
|
readme: removed cmake/scons
|
2010-02-23 18:26:09 +01:00 |
Daniel Marjamäki
|
f2083f1b51
|
Merge branch 'master' of git@github.com:danmar/cppcheck
|
2010-02-23 18:15:33 +01:00 |
Daniel Marjamäki
|
8e58cfcd32
|
Removed cmake/scons files
|
2010-02-23 18:14:33 +01:00 |
Kimmo Varis
|
0a372a4727
|
Fix GUI compile error on Linux.
|
2010-02-23 19:09:05 +02:00 |
Kimmo Varis
|
3a7961e345
|
Add htmlhelp lib to GUI's CMake file.
|
2010-02-23 18:38:51 +02:00 |
Kimmo Varis
|
7408d515a5
|
Update MSI installer to install HtmlHelp manual.
|
2010-02-23 18:36:08 +02:00 |
Kimmo Varis
|
97f66e0af4
|
Remove some excessive empty lines.
|
2010-02-23 18:12:12 +02:00 |
Kimmo Varis
|
6040fdfb15
|
Update translation files.
|
2010-02-23 17:52:37 +02:00 |
Kimmo Varis
|
279e66a1d6
|
Open HTML help from Help-menu in Windows.
|
2010-02-23 17:50:59 +02:00 |
Kimmo Varis
|
e38694ccfc
|
Remove some excessive empty lines.
|
2010-02-23 14:34:51 +02:00 |
Daniel Marjamäki
|
0b2ad2164f
|
Fixed #1442 (false positive: getting offset instead of dereferencing a null pointer)
|
2010-02-22 21:30:21 +01:00 |
Kimmo Varis
|
dfe18dbb71
|
Fix mixed EOL styles in readme.txt. Use LF for now.
|
2010-02-21 21:39:18 +02:00 |
Daniel Marjamäki
|
8f4edb5e45
|
Fixed #1409 (False positive: Buffer access out-of-bounds with strncpy and an array in typedef'ed struct)
|
2010-02-21 15:23:50 +01:00 |