cppcheck/test
Martin Ettl 5a21fe7ae8 Merge branch 'master' of git@github.com:danmar/cppcheck 2010-04-02 20:24:04 +02:00
..
test.cxx renamed gui/test.cpp to test/test.cxx 2010-02-19 07:21:16 +01:00
test.pro use checked STL in debugmode 2009-11-28 18:29:32 +01:00
test.vcproj Fix compiling tests. 2010-03-12 17:21:41 +02:00
testautovariables.cpp Auto variables: Improved handling of temporaries 2010-01-27 19:16:32 +01:00
testbufferoverrun.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
testcharvar.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testclass.cpp Fixed #1565 (False positive: Uninitialized variable 'B::j'. There are 2 classes with the name 'B') 2010-04-02 19:29:54 +02:00
testconstructors.cpp Fixed #1211 (add struct support for constructor checks) 2010-01-02 17:29:55 +01:00
testcppcheck.cpp Fixed #1084 (define configuration lost) 2009-12-13 17:18:27 +01:00
testdangerousfunctions.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testdivision.cpp Fixed #1492 (false negatives: array index out of bounds) 2010-03-31 17:14:49 +02:00
testexceptionsafety.cpp Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function)) 2009-12-21 20:04:55 +01:00
testfilelister.cpp Fix compiling tests. 2010-03-12 17:21:41 +02:00
testincompletestatement.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testmathlib.cpp added acos() check to ticket #1513; added testcases for MathLib::toDoubleNumber(), now double conversion of zeros is handled correctly; changed assertEquals() function of testsuite parameters from unsigned int to double. This is needed to avoid overflow of unsigned int by comparing negative floating point values. 2010-04-02 20:23:37 +02:00
testmemleak.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
testother.cpp added acos() check to ticket #1513; added testcases for MathLib::toDoubleNumber(), now double conversion of zeros is handled correctly; changed assertEquals() function of testsuite parameters from unsigned int to double. This is needed to avoid overflow of unsigned int by comparing negative floating point values. 2010-04-02 20:23:37 +02:00
testpreprocessor.cpp Fix #1534 (False positive with #elif (defined NAME)) 2010-03-28 15:15:25 +03:00
testredundantif.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testrunner.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
testsimplifytokens.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
teststl.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
testsuite.cpp added acos() check to ticket #1513; added testcases for MathLib::toDoubleNumber(), now double conversion of zeros is handled correctly; changed assertEquals() function of testsuite parameters from unsigned int to double. This is needed to avoid overflow of unsigned int by comparing negative floating point values. 2010-04-02 20:23:37 +02:00
testsuite.h added acos() check to ticket #1513; added testcases for MathLib::toDoubleNumber(), now double conversion of zeros is handled correctly; changed assertEquals() function of testsuite parameters from unsigned int to double. This is needed to avoid overflow of unsigned int by comparing negative floating point values. 2010-04-02 20:23:37 +02:00
testtoken.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
testtokenize.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
testunusedfunctions.cpp Fixed #1342 (Superclass constructors in initializer lists are considered unused functions when superclass has a namespace.) 2010-02-03 18:37:48 +01:00
testunusedprivfunc.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
testunusedvar.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00