cppcheck/cli
Kimmo Varis 45a6742e3f Windows: Add _CRT_SECURE_NO_WARNINGS define.
The _CRT_SECURE_NO_WARNINGS define suppresses some Windows-specific
compile warnings. Windows has "secure" versions of some functions
and compiler outputs warnings that those "secure" versions should
be used instead. Since other platforms don't have those functions
we just suppress this warning for now on.
2010-07-27 17:34:13 +03:00
..
cli.pro Update CLI Qmake project file compiler flags. 2010-04-03 14:08:17 +03:00
cppcheck.rc 1.44: updated version information 2010-07-10 11:29:07 +02:00
cppcheck.vcproj Windows: Add _CRT_SECURE_NO_WARNINGS define. 2010-07-27 17:34:13 +03:00
cppcheck.vcxproj Windows: Add _CRT_SECURE_NO_WARNINGS define. 2010-07-27 17:34:13 +03:00
cppcheck.vcxproj.filters Update VS 2010 project files. 2010-07-26 22:06:33 +03:00
cppcheckexecutor.cpp Rename ErrorMessage::toText() to ErrorMessage::toString(). 2010-07-14 18:31:05 +03:00
cppcheckexecutor.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
main.cpp 1.44: updated version information 2010-07-10 11:29:07 +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 Rename ErrorMessage::toText() to ErrorMessage::toString(). 2010-07-14 18:31:05 +03:00
threadexecutor.h Fixed #1650 (Cppcheck deadlock) 2010-07-07 15:42:39 +03:00