cppcheck/lib
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
..
check.h Improve path name handling in ErrorLogger. 2010-07-17 01:27:40 +03:00
checkautovariables.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
checkautovariables.h astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkbufferoverrun.cpp Refactoring: Report progress when checking takes a long time. Ticket: #1868 2010-07-25 18:19:37 +02:00
checkbufferoverrun.h astyle formatting 2010-06-02 18:09:25 +02:00
checkclass.cpp Create a symbol database 2010-07-26 16:46:37 +02:00
checkclass.h Create a symbol database 2010-07-26 16:46:37 +02:00
checkdangerousfunctions.cpp Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkdangerousfunctions.h Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkexceptionsafety.cpp Code cleanup: Removed autodealloc handling 2010-05-16 07:15:31 +02:00
checkexceptionsafety.h astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkmemoryleak.cpp Fixed #1889 (false positive: Common realloc mistake) 2010-07-26 23:17:27 -07:00
checkmemoryleak.h Rename Severity::e to Severity::SeverityType. 2010-07-14 17:30:03 +03:00
checkother.cpp Fixed #1893 (false positive: dereferencing null pointer (try/catch)) 2010-07-24 14:27:18 +02:00
checkother.h Fixed #157 (Forgetting to put a break in a switch statement) 2010-06-30 00:10:30 -07:00
checkstl.cpp gcc: fixed compiler warning (suggest parantheses) 2010-07-14 09:46:08 +02:00
checkstl.h Fixed #1680 (Bad iterators checks fail to detect invalidation of iterator for deletion by value) 2010-05-15 19:46:42 +02:00
checkunusedfunctions.cpp pulled changes from kimmov (filelocation-refactor) 2010-07-19 18:06:49 +02:00
checkunusedfunctions.h Unused functions: Refactoring 2010-07-08 13:01:53 +02:00
classinfo.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
cppcheck.cpp Remove unneeded path separator conversion. 2010-07-26 22:49:47 +03:00
cppcheck.h Refactoring: Removed unused variable _xmllist 2010-07-24 18:57:38 +02:00
errorlogger.cpp Cleanup redundant include 2010-07-27 09:32:20 +02:00
errorlogger.h Refactoring: Cleanup include that checkheaders reported as not needed 2010-07-26 22:05:51 +02:00
executionpath.cpp Fixed #1855 (false positive: uninitialized variable (function call in switch condition)) 2010-07-18 13:19:37 +02:00
executionpath.h doxygen: fixed error messages given by doxygen 2010-06-14 07:54:41 +02:00
filelister.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister.h Formatting and improving comments. 2010-07-19 20:06:42 +03:00
filelister_unix.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister_unix.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister_win32.cpp Windows: convert to internal separators when finding files. 2010-07-26 22:16:19 +03:00
filelister_win32.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
lib.pri Add Path class for path handling routines. 2010-07-17 17:38:36 +03:00
lib.vcproj Windows: Add _CRT_SECURE_NO_WARNINGS define. 2010-07-27 17:34:13 +03:00
lib.vcxproj Windows: Add _CRT_SECURE_NO_WARNINGS define. 2010-07-27 17:34:13 +03:00
lib.vcxproj.filters Update VS 2010 project files. 2010-07-26 22:06:33 +03:00
mathlib.cpp Refactoring MathLib: Report errors through the tokenizer. Ticket: #1839 2010-07-24 10:25:03 +02:00
mathlib.h Refactoring: Cleanup headers using checkheaders 2010-07-24 22:12:56 +02:00
path.cpp Remove './' from begin of paths when printing progress. 2010-07-19 15:05:44 +03:00
path.h Move path simplifying code to Path class. 2010-07-19 14:27:05 +03:00
preprocessor.cpp Refactoring: Cleanup include that checkheaders reported as not needed 2010-07-26 22:05:51 +02:00
preprocessor.h Refactoring: Cleanup headers using checkheaders 2010-07-24 22:12:56 +02:00
settings.cpp Refactoring: Settings::addSuppression return error message and callers make sure it's reported properly. Ticket: #1839 2010-07-23 23:12:56 +02:00
settings.h Refactoring: Settings::addSuppression return error message and callers make sure it's reported properly. Ticket: #1839 2010-07-23 23:12:56 +02:00
token.cpp Create a symbol database 2010-07-26 16:46:37 +02:00
token.h Create a symbol database 2010-07-26 16:46:37 +02:00
tokenize.cpp Fixed #1887 (internal error in GLee) 2010-07-25 18:20:30 +02:00
tokenize.h Refactoring: Cleanup headers using checkheaders 2010-07-24 22:12:56 +02:00