cppcheck/cli
Kimmo Varis c7d99fe9a7 Remove ErrorLogger::reportStatus() method.
The ErrorLogger::reportStatus() is not lib code interface. The CLI
code does the looping through file list and gives one file at a
time for the core code. Hence lib has no any idea about the
progress and it can't provide such information.

Also the recent commit (6d858b6) caused a GUI build failure by
adding CLI code dependency to GUI. Which is big no-no.

This is admittedly a hack. But it allow us to build all modules
again.
2011-04-27 23:27:02 +03:00
..
CMakeLists.txt Conditional inclusion of TinyXML source files in the CLI CMake script (bug #2679, #2524) 2011-04-06 16:30:23 +02:00
cli.pro Reverted non-CMake changes in previous 'Added CMake files' commit 2011-03-25 07:59:48 +01:00
cmdlineparser.cpp --inconclusive : Added command line flag that enable inconclusive checking. It is added for experimental purposes. 2011-04-10 12:52:59 +02:00
cmdlineparser.h Add CLI support for ignoring paths. 2011-02-02 14:34:04 +02:00
cppcheck.rc Release: Updated versions to 1.48 2011-04-09 07:55:07 +02:00
cppcheck.vcproj Reverted non-CMake changes in previous 'Added CMake files' commit 2011-03-25 07:59:48 +01:00
cppcheck.vcxproj Reverted non-CMake changes in previous 'Added CMake files' commit 2011-03-25 07:59:48 +01:00
cppcheck.vcxproj.filters FileLister: Updated Visual Studio files 2011-03-20 14:47:15 +01:00
cppcheckexecutor.cpp Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00
cppcheckexecutor.h Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00
filelister.cpp FileLister: don't assume that all files have nonzero size in test case 2011-04-27 07:38:53 +12:00
filelister.h Report percentage complete based on file size 2011-04-26 22:26:23 +12:00
main.cpp Release: Updated versions to 1.48 2011-04-09 07:55:07 +02:00
pathmatch.cpp Allow to exclude filenames (with paths). 2011-02-03 14:43:42 +02:00
pathmatch.h Add CLI support for ignoring paths. 2011-02-02 14:34:04 +02:00
resource.h Restructuring: Updated the Visual Studio project files. They are now generated by qmake 2009-10-28 17:37:38 +01:00
threadexecutor.cpp Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00
threadexecutor.h Remove ErrorLogger::reportStatus() method. 2011-04-27 23:27:02 +03:00