cppcheck/lib
Zachary Blair e2348560e4 Fixed Ticket #3876 (Error (double free) detected that can't possibly happen) 2012-06-10 17:50:31 -07:00
..
check.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
check64bit.cpp Improve check: Check for 64-bit portability issues when returning pointers/integers 2012-04-26 13:39:19 +02:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
checkboost.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
checkbufferoverrun.cpp Refactorizations: 2012-05-25 03:09:41 -07: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 Removed unnecessary variable Function::start - The value is already stored in Function::functionScope->classStart. 2012-05-22 12:58:46 -07: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 #3862 (Double deallocation does not take throws into account) 2012-06-01 19:08:50 +02:00
checkleakautovar.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07: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 Update year to 2012 2012-01-01 01:05:37 +02:00
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 Update year to 2012 2012-01-01 01:05:37 +02:00
checkobsoletefunctions.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
checkother.cpp Fixed Ticket #3876 (Error (double free) detected that can't possibly happen) 2012-06-10 17:50:31 -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 #3869 (References to items in array result it 'Uninitialized variable' errors) 2012-06-08 16:17:55 +02:00
checkuninitvar.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
checkunusedfunctions.cpp Splitted class TokenList from Tokenizer 2012-05-05 09:33:26 -07: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 Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
cppcheck.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
cppcheck.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
cppcheck.vcxproj Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -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 Fixed another memory leak in executionpath.cpp 2012-03-31 15:03:11 +02:00
executionpath.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
lib.pri Memory leaks: Added new checking for memory leaks 2012-05-26 08:53:46 +02: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 fixed wrong spelled words in comments. No function change. 2012-05-05 15:21:27 +02:00
path.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
pcrerules.pri Complete 'disable the rules by default' for other platforms. 2011-10-19 15:14:39 +02:00
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 Removed deprecated cmdline options -s, --style, -a, --all, --auto-dealloc, --test-2-pass 2012-04-15 13:10:41 +02:00
settings.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
standards.h Fixed #3445 (Problems with lib/standards.h) 2012-01-02 13:36:17 +01:00
suppressions.cpp Some refactorizations 2012-02-18 14:44:04 +01:00
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 #3747 (False 'boolean result in bitwise' message with 'mask' enums) 2012-05-16 18:48:33 +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 #3579 (object destroyed immediately:False positive & negative) 2012-06-10 21:52:32 +02:00
tokenize.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
tokenlist.cpp Refactorizations in ErrorLogger: 2012-05-06 01:17:15 -07:00
tokenlist.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00