.. |
check.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
check64bit.cpp
|
…
|
|
check64bit.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkassignif.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checkassignif.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkautovariables.cpp
|
Fixed #3357:
|
2012-05-06 10:37:41 -07:00 |
checkautovariables.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkboost.cpp
|
…
|
|
checkboost.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkbufferoverrun.cpp
|
Fixed #3893 (Improve check: Array index out of bounds not detected when down conting)
|
2012-06-16 17:44:51 +02:00 |
checkbufferoverrun.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkclass.cpp
|
Issue useInitializationList message only on variables of class types.
|
2012-06-06 03:03:51 -07:00 |
checkclass.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkexceptionsafety.cpp
|
Fixed #3858 (Throw exception in destructor BUT inside a try-catch shouldn't be reported)
|
2012-06-17 14:33:18 +02:00 |
checkexceptionsafety.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkinternal.cpp
|
Refactorizations:
|
2012-05-25 03:09:41 -07:00 |
checkinternal.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkio.cpp
|
Fixed test failures in testio caused by my last commit.
|
2012-06-08 10:35:08 -07:00 |
checkio.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkleakautovar.cpp
|
Fixed #3866 (false positive: memory leak (UNLIKELY))
|
2012-06-17 07:54:24 +02:00 |
checkleakautovar.h
|
Code cleanup. Removed CheckLeakAutoVar::doubleDeallocationError since the same checking is already done by CheckOther::checkDoubleFree
|
2012-06-17 07:22:15 +02:00 |
checkmemoryleak.cpp
|
Fixed #3809 (false positive: memory leak)
|
2012-06-01 19:01:19 +02:00 |
checkmemoryleak.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checknonreentrantfunctions.cpp
|
…
|
|
checknonreentrantfunctions.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checknullpointer.cpp
|
Refactorization:
|
2012-06-08 09:05:02 -07:00 |
checknullpointer.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkobsoletefunctions.cpp
|
…
|
|
checkobsoletefunctions.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkother.cpp
|
Ticket #3876: Improved check by only bailing of loops that contain break or continue
|
2012-06-16 13:11:09 -07:00 |
checkother.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkpostfixoperator.cpp
|
Refactorization:
|
2012-06-08 09:05:02 -07:00 |
checkpostfixoperator.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkstl.cpp
|
Fixed #3865 (Suspicious condition. The result of find is an iterator, but it is not properly checked.)
|
2012-06-07 19:33:18 +02:00 |
checkstl.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkuninitvar.cpp
|
Fixed #3861 (uninitialized variables)
|
2012-06-13 19:09:51 +02:00 |
checkuninitvar.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkunusedfunctions.cpp
|
Fixed #3875 (Static member method called with class name is considered unused)
|
2012-06-14 22:04:21 +02:00 |
checkunusedfunctions.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
checkunusedvar.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
checkunusedvar.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
config.h
|
Get rid of a warning
|
2012-06-16 06:34:18 +02:00 |
cppcheck.cpp
|
Fix for problem: "Too many #ifdef configurations - cppcheck will only check 12 of 12"
|
2012-06-13 10:50:50 -07:00 |
cppcheck.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
cppcheck.vcxproj
|
Disabled C4512 in VS10 (#3882)
|
2012-06-14 09:39:31 -07:00 |
cppcheck.vcxproj.filters
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
errorlogger.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
errorlogger.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
executionpath.cpp
|
…
|
|
executionpath.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
lib.pri
|
Update Makefile.
|
2012-06-11 22:16:12 +03:00 |
mathlib.cpp
|
Fixed #3747 (False 'boolean result in bitwise' message with 'mask' enums)
|
2012-05-16 18:48:33 +02:00 |
mathlib.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
path.cpp
|
…
|
|
path.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
pcrerules.pri
|
…
|
|
preprocessor.cpp
|
Handle UTF-16 files. Partial fix for ticket #2083
|
2012-06-10 11:00:27 +02:00 |
preprocessor.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
settings.cpp
|
…
|
|
settings.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
standards.h
|
…
|
|
suppressions.cpp
|
…
|
|
suppressions.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
symboldatabase.cpp
|
Refactorization:
|
2012-06-08 09:05:02 -07:00 |
symboldatabase.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
templatesimplifier.cpp
|
Fixed #3723 (Preprocessor evaluation order)
|
2012-06-14 21:47:03 +02:00 |
templatesimplifier.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
timer.cpp
|
Changed the order of some structures in order to improve, even if for a bit, their padding.
|
2012-05-14 20:49:03 +02:00 |
timer.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
token.cpp
|
Fixed #3794 (New check: Missing break in switch (duplicate bitwise operation))
|
2012-05-28 21:19:22 -07:00 |
token.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
tokenize.cpp
|
Fixed #3855 (false positive: (error) Instance of 'locale' object destroyed immediately)
|
2012-06-13 19:21:20 +02:00 |
tokenize.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |
tokenlist.cpp
|
…
|
|
tokenlist.h
|
Implemented support for building cppcheck lib into a dll
|
2012-06-10 05:19:09 -07:00 |