cppcheck/lib
Daniel Marjamäki b8b16172b8 Memory leaks: Added support for a simple configuration file format. This is not supposed to become the official configuration format, it's just a temporary format that we can use to start with. 2012-05-26 18:10:12 +02:00
..
check.h
check64bit.cpp
check64bit.h
checkassignif.cpp
checkassignif.h
checkautovariables.cpp
checkautovariables.h
checkboost.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkboost.h
checkbufferoverrun.cpp
checkbufferoverrun.h 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
checkclass.cpp
checkclass.h
checkexceptionsafety.cpp
checkexceptionsafety.h
checkinternal.cpp
checkinternal.h Some refactorizations 2012-02-18 23:43:51 +01:00
checkio.cpp
checkio.h Implemented file pointer usage checking: 2012-05-22 05:30:22 -07:00
checkleakautovar.cpp
checkleakautovar.h
checkmemoryleak.cpp
checkmemoryleak.h
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h Some refactorizations 2012-02-18 23:43:51 +01:00
checknullpointer.cpp
checknullpointer.h
checkobsoletefunctions.cpp Update year to 2012 2012-01-01 01:05:37 +02:00
checkobsoletefunctions.h
checkother.cpp
checkother.h
checkpostfixoperator.cpp
checkpostfixoperator.h
checkstl.cpp
checkstl.h Improved checks in CheckStl: 2012-04-04 19:40:28 +02:00
checkuninitvar.cpp
checkuninitvar.h Refactorized CheckUninitVar to use SymbolDatabase 2012-05-25 04:40:18 -07:00
checkunusedfunctions.cpp
checkunusedfunctions.h
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
cppcheck.cpp
cppcheck.h 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.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
executionpath.cpp
executionpath.h
lib.pri Memory leaks: Added new checking for memory leaks 2012-05-26 08:53:46 +02:00
mathlib.cpp
mathlib.h
path.cpp fixed wrong spelled words in comments. No function change. 2012-05-05 15:21:27 +02:00
path.h
pcrerules.pri Complete 'disable the rules by default' for other platforms. 2011-10-19 15:14:39 +02:00
preprocessor.cpp
preprocessor.h
settings.cpp
settings.h
standards.h Fixed #3445 (Problems with lib/standards.h) 2012-01-02 13:36:17 +01:00
suppressions.cpp
suppressions.h Some refactorizations 2012-02-18 14:44:04 +01:00
symboldatabase.cpp
symboldatabase.h Implemented Function::nestedIn to be able to identify the scope the function belongs to, even if Function::functionScope.functionOf is not available. 2012-05-24 08:40:43 -07:00
templatesimplifier.cpp
templatesimplifier.h
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
token.cpp
token.h
tokenize.cpp
tokenize.h
tokenlist.cpp
tokenlist.h Splitted class TokenList from Tokenizer 2012-05-05 09:33:26 -07:00