man
Applied patch "errors_only_man" that adds description for "--errorsonly" to the man page. This was submitted by kimmov in bug 2277848
2008-11-15 06:44:32 +00:00
COPYING
Licensing: Using the GPL 3 license
2008-10-26 07:55:15 +00:00
CheckBufferOverrun.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
CheckBufferOverrun.h
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
CheckClass.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
CheckClass.h
increased constness of member variable _tokenizer in the Check* classes
2008-11-22 20:00:36 +00:00
CheckFunctionUsage.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
CheckFunctionUsage.h
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
CheckHeaders.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
CheckHeaders.h
increased constness of member variable _tokenizer in the Check* classes
2008-11-22 20:00:36 +00:00
CheckMemoryLeak.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
CheckMemoryLeak.h
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
CheckOther.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
CheckOther.h
increased constness of member variable _tokenizer in the Check* classes
2008-11-22 20:00:36 +00:00
FileLister.cpp
Visual C++: Updated the FileLister (applied patch FileLister_ReworkRecursiveAddFiles submitted by kush_eplus)
2008-11-24 14:01:33 +00:00
FileLister.h
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
Makefile
Refactoring: CppCheckExecutor class added
2008-11-24 21:50:20 +00:00
cppcheck.cbp
Refactoring: Updated project file for Code::Blocks
2008-11-24 21:51:02 +00:00
cppcheck.cbproj
Borland C++: Minor updates so cppcheck compiles with Borland C++
2008-11-24 07:35:03 +00:00
cppcheck.cpp
Refactoring: CppCheckExecutor class added
2008-11-24 21:50:20 +00:00
cppcheck.h
Refactoring: Added missing license texts and some comments
2008-11-24 22:10:48 +00:00
cppcheck.sln
Added Visual C++ 2008 Express solution and project files
2008-11-03 18:57:18 +00:00
cppcheck.vcproj
Visual C++: Updated the project file
2008-11-24 07:47:13 +00:00
cppcheckexecutor.cpp
Refactoring: Added missing license texts and some comments
2008-11-24 22:10:48 +00:00
cppcheckexecutor.h
Refactoring: Added missing license texts and some comments
2008-11-24 22:10:48 +00:00
errorlogger.h
Refactoring: Added missing license texts and some comments
2008-11-24 22:10:48 +00:00
main.cpp
Refactoring: CppCheckExecutor class added
2008-11-24 21:50:20 +00:00
preprocessor.cpp
Refactoring: CommonCheck.* files are removed. Rest of the global functions from there were moved to Tokenizer class
2008-11-21 21:14:24 +00:00
preprocessor.h
Refactoring: Errors are no longer logged via global functions to a global stream. Instead callback function is used via interface.
2008-11-20 22:19:26 +00:00
readme.txt
updated command syntax example
2008-02-22 14:58:53 +00:00
settings.cpp
Refactoring: Started making CppCheck class more generally usable (e.g. as a part of IDE).
2008-11-23 22:01:09 +00:00
settings.h
Refactoring: Started making CppCheck class more generally usable (e.g. as a part of IDE).
2008-11-23 22:01:09 +00:00
testbufferoverrun.cpp
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
testcharvar.cpp
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
testconstructors.cpp
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
testdivision.cpp
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
testfunctionusage.cpp
Function Usage: Handling '.. else foo()'
2008-11-23 14:26:47 +00:00
testincompletestatement.cpp
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
testmemleak.cpp
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
testpreprocessor.cpp
Refactoring: Errors are no longer logged via global functions to a global stream. Instead callback function is used via interface.
2008-11-20 22:19:26 +00:00
testrunner.cbproj
Borland C++: Added files "cppcheck" and "settings" to the projects
2008-11-15 07:01:07 +00:00
testrunner.cpp
Refactoring: Errors are no longer logged via global functions to a global stream. Instead callback function is used via interface.
2008-11-20 22:19:26 +00:00
testrunner.sln
Visual C++ Express 2008: Added project 'testrunner' and updated the project 'cppcheck'
2008-11-15 07:15:01 +00:00
testrunner.vcproj
Visual C++ Express 2008: Added project 'testrunner' and updated the project 'cppcheck'
2008-11-15 07:15:01 +00:00
testsimplifytokens.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
testsuite.cpp
Refactoring: CppCheckExecutor class added
2008-11-24 21:50:20 +00:00
testsuite.h
Refactoring: CppCheckExecutor class added
2008-11-24 21:50:20 +00:00
testtokenize.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
testunusedprivfunc.cpp
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
testunusedvar.cpp
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
todo.txt
todo: added memory leak examples
2008-11-10 18:52:15 +00:00
token.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
token.h
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
tokenize.cpp
TOKEN: Refactoring the 'str' member variable
2008-11-24 19:38:08 +00:00
tokenize.h
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00