cppcheck/lib
Daniel Marjamäki 13f85ea345 astyle formatting 2013-08-17 13:06:19 +02:00
..
check.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
check64bit.cpp Reverted experimental changes for handling of lambda functions (#4919). 2013-07-31 09:58:31 +02:00
check64bit.h
checkassert.cpp
checkassert.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkassignif.cpp AssignIf: Improved handling of function calls 2013-08-13 14:08:54 +02:00
checkassignif.h
checkautovariables.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkautovariables.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkbool.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkbool.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkboost.cpp
checkboost.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkbufferoverrun.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checkbufferoverrun.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkclass.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkclass.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkexceptionsafety.cpp
checkexceptionsafety.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkinternal.cpp
checkinternal.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkio.cpp Fixed #4902 (printf and scanf format checks don't support microsoft %I, %I32 and %I64 extensions) 2013-08-10 12:37:31 +02:00
checkio.h Fixed #4902 (printf and scanf format checks don't support microsoft %I, %I32 and %I64 extensions) 2013-08-10 12:37:31 +02:00
checkleakautovar.cpp astyle formatting 2013-07-28 11:53:49 +02:00
checkleakautovar.h CLI: Added --environment flag 2013-07-02 07:18:19 +02:00
checkmemoryleak.cpp * Move system includes before local ones 2013-07-31 18:21:06 +03:00
checkmemoryleak.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checknonreentrantfunctions.cpp
checknonreentrantfunctions.h
checknullpointer.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checknullpointer.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkobsoletefunctions.cpp
checkobsoletefunctions.h
checkother.cpp reassign var: better handling of struct members 2013-08-15 16:13:58 +02:00
checkother.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkpostfixoperator.cpp
checkpostfixoperator.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checksizeof.cpp checksizeof: Fixed compiler error on VS. Missing header. 2013-07-21 19:00:12 +02:00
checksizeof.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkstl.cpp SymbolDatabase: Renamed Variable::varId() to Variable::declarationId() to make it more clear how it works. 2013-07-20 12:31:04 +02:00
checkstl.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkuninitvar.cpp Fixed various Cppcheck inconclusive warnings 2013-07-30 12:52:27 +02:00
checkuninitvar.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkunusedfunctions.cpp
checkunusedfunctions.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkunusedvar.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
checkunusedvar.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
config.h
cppcheck.cpp Fixed #4949 (define symbol used in code => 'Analysis failed' message is written.) 2013-08-12 18:12:49 +02:00
cppcheck.h
cppcheck.vcxproj Updated to latest TinyXML 2013-08-03 20:29:50 +02:00
cppcheck.vcxproj.filters Updated to latest TinyXML 2013-08-03 20:29:50 +02:00
errorlogger.cpp Use TinyXML to write XML files 2013-08-07 16:30:55 +02:00
errorlogger.h
executionpath.cpp
executionpath.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
lib.pri dmake: fixed lib.pri for gui (tinyxml) 2013-07-08 21:56:09 +02:00
library.cpp Library: added <formatstr> and <strz> to argument checks 2013-07-22 20:21:45 +02:00
library.h Added support for noreturn functions from library to CheckOther::checkUnreachableCode() 2013-08-06 02:11:59 -07:00
mathlib.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
mathlib.h
path.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
path.h
pcrerules.pri
preprocessor.cpp Fixed #4949 (define symbol used in code => 'Analysis failed' message is written.) 2013-08-12 18:12:49 +02:00
preprocessor.h Fixed #4949 (define symbol used in code => 'Analysis failed' message is written.) 2013-08-12 18:12:49 +02:00
settings.cpp Renamed --environment to --library. Added --check-library. Renamed Environment to Library 2013-07-08 18:26:18 +02:00
settings.h Renamed --environment to --library. Added --check-library. Renamed Environment to Library 2013-07-08 18:26:18 +02:00
standards.h Environment: Refactoring and cleanup 2013-07-05 20:55:31 +02:00
suppressions.cpp
suppressions.h Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
symboldatabase.cpp Symbol database: improved type handling (fix problems in previous commit). Ticket: #4952 2013-08-16 05:42:12 +02:00
symboldatabase.h Fixed #4952 (SymbolDatabase: unknown types in log file) 2013-08-12 06:21:03 +02:00
templatesimplifier.cpp Refactoring Token::findClosingBracket. 2013-07-31 10:30:20 +02:00
templatesimplifier.h
timer.cpp
timer.h Updating year 2012 -> 2013 to .cpp and .h files and man page. 2013-01-01 18:29:08 +02:00
token.cpp Updated to AStyle 2.03, require this version 2013-08-07 16:27:37 +02:00
token.h Refactoring Token::findClosingBracket. 2013-07-31 10:30:20 +02:00
tokenize.cpp astyle formatting 2013-08-17 13:06:19 +02:00
tokenize.h Fixed #4911 (segfault, assignment in do ... while, 1.61dev) 2013-07-28 11:58:14 +02:00
tokenlist.cpp Added terminate() handling to get quicker response when the user wants to terminate 2013-07-24 13:06:59 +02:00
tokenlist.h
version.h Set version to 1.62 dev 2013-08-03 19:54:39 +02:00
version.rc