cppcheck/cli
Kimmo Varis f65fa338a5 Tighten the directory name mathing with -i.
Only match full directory names as parts of whole paths. So -isrc
matches src/file.cpp and proj/src/file.cpp. But does not match
mysrc/file.cpp or proj/srcfiles/file.cpp.
2011-02-03 09:01:43 +02:00
..
cli.pro Add CLI support for ignoring paths. 2011-02-02 14:34:04 +02:00
cmdlineparser.cpp Support multiple rules in a single XML file 2011-02-02 13:27:00 -06: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 Move FileLister* to CLI doxygen-module. 2011-02-01 08:33:02 +02:00
filelister_unix.cpp Move filelister* to cli. 2011-01-18 19:58:49 +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 Tighten the directory name mathing with -i. 2011-02-03 09:01:43 +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