cppcheck/lib
Daniel Marjamäki 17cf24ed34 Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code)) 2012-07-10 20:29:04 +02:00
..
check.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
check64bit.cpp Message refactorization: check64bit.cpp 2012-07-08 02:38:58 -07:00
check64bit.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
checkassignif.cpp Message refactorization: checkassignif.cpp, checkautovariables.cpp 2012-07-07 11:31:18 -07:00
checkassignif.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
checkautovariables.cpp Message refactorization: check64bit.cpp 2012-07-08 02:38:58 -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 Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
checkbufferoverrun.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
checkclass.cpp Improved parsing of C++11 initializer list (#3956) in CheckClass::initializeVarList. 2012-07-10 05:47: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 Message refactorization: checkbufferoverrun.cpp (2), checkclass.cpp, checkexceptionsafety.h 2012-07-09 02:11:05 -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 Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
checkio.h Refactorized checking of scanf field width specifiers (#3946): 2012-07-07 04:34:37 -07:00
checkleakautovar.cpp CheckLeakAutoVar: Updated error messages 2012-06-30 16:23:10 +02:00
checkleakautovar.h updated --doc output 2012-06-30 17:44:05 +02:00
checkmemoryleak.cpp Fixed crash on garbage code (#3870) 2012-07-06 09:03:33 -07: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 Refactoring: Renamed CheckNullPointer::isPointer to Token::isUpperCaseName 2012-06-21 19:00:53 +02:00
checknullpointer.h fixed doxygen errors 2012-07-08 19:32:33 +02: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 Improve check: warn when comparing boolean value with < <= > >=. Ticket: #2617 2012-07-03 06:39:13 +02:00
checkother.h Improve check: warn when comparing boolean value with < <= > >=. Ticket: #2617 2012-07-03 06:39:13 +02: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 #3926 (false postive: (error) Uninitialized variable: exitpattern) 2012-07-03 18:52:23 +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 CheckUnusedVar: dont report false positives for extern variables 2012-06-28 17:22:56 +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 Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code)) 2012-07-10 20:29:04 +02:00
cppcheck.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
cppcheck.vcxproj Renamed target name in VS10 solution for cppcheck lib to cppcheck-core. This fixes the failure when _re_building cppcheck. 2012-07-09 10:21:19 -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 Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02: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 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 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 Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code)) 2012-07-10 20:29:04 +02:00
preprocessor.h Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code)) 2012-07-10 20:29:04 +02:00
settings.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +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 Fixed #3797: _ is a valid character in suppression IDs 2012-07-06 09:16:43 -07:00
suppressions.h Implemented support for building cppcheck lib into a dll 2012-06-10 05:19:09 -07:00
symboldatabase.cpp Fixed parsing of C++11 initializatation in initializer list (#3957) 2012-07-10 06:15:11 -07:00
symboldatabase.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
templatesimplifier.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
templatesimplifier.h Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02: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 Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
token.h Refactoring: Renamed CheckNullPointer::isPointer to Token::isUpperCaseName 2012-06-21 19:00:53 +02:00
tokenize.cpp Change every C version of 'size_t' to C++ 'std::size_t'. 2012-07-09 13:30:18 +02:00
tokenize.h fixed doxygen errors 2012-07-08 19:32:33 +02: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