man
Verbose: Added line change to help text printing and updated man page
2008-11-30 10:38:58 +00:00
COPYING
Licensing: Using the GPL 3 license
2008-10-26 07:55:15 +00:00
CheckBufferOverrun.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
CheckBufferOverrun.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
CheckClass.cpp
code cleanups
2008-12-10 19:34:04 +00:00
CheckClass.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
CheckFunctionUsage.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
CheckFunctionUsage.h
Refactoring: Renamed some member variables: variable -> _variable
2008-11-23 11:08:07 +00:00
CheckHeaders.cpp
Refactoring: Rest of the public variables in TOKEN moved to private area.
2008-12-08 22:02:37 +00:00
CheckHeaders.h
increased constness of member variable _tokenizer in the Check* classes
2008-11-22 20:00:36 +00:00
CheckMemoryLeak.cpp
memory leak : Minor fixes to make the unit tests work
2008-12-11 07:10:57 +00:00
CheckMemoryLeak.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
CheckOther.cpp
code cleanups
2008-12-10 19:34:04 +00:00
CheckOther.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
FileLister.cpp
code cleanups
2008-12-10 19:34:04 +00:00
FileLister.h
code cleanups
2008-12-10 19:34:04 +00:00
Makefile
Added test file for TOKEN class
2008-12-09 18:13:38 +00:00
cppcheck.cbp
Project file updated (testtoken.cpp was missing), added TOKEN::printOut() function to help with debugging.
2008-12-09 22:03:05 +00:00
cppcheck.cbproj
Borland C++ : Updated project files cppcheck and testrunner
2008-12-08 06:45:52 +00:00
cppcheck.cpp
preprocessing : Skip special characters. Refactoring.
2008-12-11 18:09:20 +00:00
cppcheck.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +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
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
cppcheckexecutor.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
errorlogger.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
main.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
preprocessor.cpp
preprocessing : Skip special characters. Refactoring.
2008-12-11 18:09:20 +00:00
preprocessor.h
preprocessing : Skip special characters. Refactoring.
2008-12-11 18:09:20 +00:00
readme.txt
readme : fixed the readme file
2008-12-11 18:07:23 +00:00
settings.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
settings.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
testbufferoverrun.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
testcharvar.cpp
Refactoring: Removed _settings member from the Tokenizer
2008-11-25 18:44:35 +00:00
testclass.cpp
Virtual destructors : Don't check base classes when inheritance is
2008-12-07 10:13:51 +00:00
testconstructors.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
testdivision.cpp
Refactoring: Tokenizer - renaming functions, moved the 'tokenizeCode' to the private section
2008-11-25 18:34:51 +00:00
testfunctionusage.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
testincompletestatement.cpp
Refactoring: Tokenizer - renaming functions, moved the 'tokenizeCode' to the private section
2008-11-25 18:34:51 +00:00
testmemleak.cpp
code cleanups
2008-12-10 19:34:04 +00:00
testpreprocessor.cpp
preprocessing : Skip special characters. Refactoring.
2008-12-11 18:09:20 +00:00
testrunner.cbproj
Borland C++ : Updated project files cppcheck and testrunner
2008-12-08 06:45:52 +00:00
testrunner.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +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
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
testsuite.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
testsuite.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
testtoken.cpp
Added test file for TOKEN class
2008-12-09 18:13:38 +00:00
testtokenize.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
testunusedprivfunc.cpp
Refactoring: Tokenizer - renaming functions, moved the 'tokenizeCode' to the private section
2008-11-25 18:34:51 +00:00
testunusedvar.cpp
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00
token.cpp
Project file updated (testtoken.cpp was missing), added TOKEN::printOut() function to help with debugging.
2008-12-09 22:03:05 +00:00
token.h
Project file updated (testtoken.cpp was missing), added TOKEN::printOut() function to help with debugging.
2008-12-09 22:03:05 +00:00
tokenize.cpp
Refactoring: Moved token creation and token deletion into TOKEN class. Added previous() (not tested yet)
2008-12-09 17:31:04 +00:00
tokenize.h
Formatting: uniformize end of lines.
2008-12-09 00:49:32 +00:00