cppcheck/cli
Kimmo Varis 2d6d8580d7 Allow to exclude filenames (with paths).
This expands the CLI exclude feature to also allow excluding
filenames (with paths). When filename with recognized extension
is given to -i option then matching filenames (with paths) are
ignored when checking.

Ticket #2538 (Allow excluding files from the checking)
2011-02-03 14:43:42 +02:00
..
cli.pro Add CLI support for ignoring paths. 2011-02-02 14:34:04 +02:00
cmdlineparser.cpp Allow to exclude filenames (with paths). 2011-02-03 14:43:42 +02:00
cmdlineparser.h Add CLI support for ignoring paths. 2011-02-02 14:34:04 +02:00
cppcheck.rc 1.46: updated version information 2010-12-12 08:33:05 +01:00
cppcheck.vcproj Update VS2008/VS2010 project files. 2011-02-02 14:37:48 +02:00
cppcheck.vcxproj Update VS2008/VS2010 project files. 2011-02-02 14:37:48 +02:00
cppcheck.vcxproj.filters Update VS2008/VS2010 project files. 2011-02-02 14:37:48 +02:00
cppcheckexecutor.cpp Merge branch 'ignore-paths-cli' 2011-02-02 21:09:22 +02:00
cppcheckexecutor.h cppcheck: output errorlist to stdout 2011-01-16 17:18:09 +01:00
filelister.cpp Move filelister* to cli. 2011-01-18 19:58:49 +02:00
filelister.h Make FileLister::acceptFile() a static method. 2011-02-03 11:48:16 +02:00
filelister_unix.cpp Make FileLister::acceptFile() a static method. 2011-02-03 11:48:16 +02:00
filelister_unix.h Move FileLister* to CLI doxygen-module. 2011-02-01 08:33:02 +02:00
filelister_win32.cpp Astyle formatting. 2011-02-01 19:56:05 +11:00
filelister_win32.h Move FileLister* to CLI doxygen-module. 2011-02-01 08:33:02 +02:00
main.cpp Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +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 Change year 2010 -> 2011 in license texts. 2011-01-09 21:33:36 +02:00
threadexecutor.h Move FileLister* to CLI doxygen-module. 2011-02-01 08:33:02 +02:00