cppcheck/lib
Daniel Marjamäki b1e963fe2c Fixed another issue with #1154 (false positive: Data is allocated but not initialized) 2009-12-27 18:00:43 +01:00
..
CMakeLists.txt CMake - use more strict compiler flags. 2009-12-20 10:45:57 +02:00
check.h DJGPP: fix runtime errors because list is destroyed before objects 2009-11-28 19:43:13 +01:00
checkautovariables.cpp Fix #1069 (Minor spelling mistake across cppcheck) 2009-12-08 20:10:08 +02:00
checkautovariables.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkbufferoverrun.cpp Robert Reif: improve check: array index out of bounds, show name of array, array size and array index 2009-12-25 15:25:58 +01:00
checkbufferoverrun.h Robert Reif: improve check: array index out of bounds, show name of array, array size and array index 2009-12-25 15:25:58 +01:00
checkclass.cpp code cleanup 2009-12-20 09:02:25 +01:00
checkclass.h Fixed #1093 (False positive: missing constructor) 2009-12-19 17:58:52 +01:00
checkdangerousfunctions.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkdangerousfunctions.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkexceptionsafety.cpp Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function)) 2009-12-21 20:04:55 +01:00
checkexceptionsafety.h Fixed #832 (Exception Safety: deallocating member pointer and then throwing exception) 2009-11-08 09:54:08 +01:00
checkheaders.cpp refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkheaders.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkmemoryleak.cpp ExecutionPath: Refactoring the interface 2009-12-25 20:12:06 +01:00
checkmemoryleak.h Visual Studio: Fixed unittests 2009-12-22 21:56:00 +01:00
checkother.cpp Fixed another issue with #1154 (false positive: Data is allocated but not initialized) 2009-12-27 18:00:43 +01:00
checkother.h newcheck: added the 'newcheck' functionality. It's still in early state so it needs refactoring 2009-12-06 18:41:28 +01:00
checkstl.cpp Fixed #1095 (Non-obvious error message: Dangerous usage of erase) 2009-12-21 20:49:16 +01:00
checkstl.h stl size: added documentation 2009-12-19 19:24:48 +01:00
checkunusedfunctions.cpp Fix #1071 ((style) The function 'throw' is never used) 2009-12-08 23:41:47 +02:00
checkunusedfunctions.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
classinfo.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
cppcheck.cpp Robert Reif: fix cppcheck post increment warning 2009-12-25 15:19:36 +01:00
cppcheck.h Refactoring: Changed pointer to reference 2009-10-26 21:31:36 +01:00
errorlogger.cpp Fixed #854 (invalid XML generated for folders containing &) 2009-10-27 22:10:14 +01:00
errorlogger.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
executionpath.cpp Fixed #1152 (Hang/Slow: ExecutionPath handling hangs) 2009-12-26 08:37:59 +01:00
executionpath.h ExecutionPath: Refactoring if-handling 2009-12-25 20:50:23 +01:00
filelister.cpp lanurmi: Fixed #1016 (Patch: Refactor #ifdefs in filelister.cpp) 2009-12-18 18:52:09 +01:00
filelister.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
lib.pri fixed #1099 (GUI: unable to build gui from current git-head) 2009-12-14 23:22:27 +01:00
mathlib.cpp astyle formatting 2009-12-27 17:46:24 +01:00
mathlib.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
preprocessor.cpp Visual Studio: Added casts to silence compiler warnings 2009-12-22 22:44:21 +01:00
preprocessor.h Fixed #1084 (define configuration lost) 2009-12-13 17:18:27 +01:00
settings.cpp twistedwave: Fixed #1055 (Support for inline suppressions) 2009-12-06 19:38:53 +01:00
settings.h twistedwave: Fixed #1055 (Support for inline suppressions) 2009-12-06 19:38:53 +01:00
token.cpp Fix #1037 (tokenizing a nested do while, while loop fails) 2009-12-04 00:06:03 +02:00
token.h mode change from 755 to 644 2009-11-28 12:56:34 +01:00
tokenize.cpp Fixed #972 (New check: return pointer of stack memory) 2009-12-27 13:08:41 +01:00
tokenize.h Fix #1037 (tokenizing a nested do while, while loop fails) 2009-12-04 00:06:03 +02:00