Commit Graph

  • 9da8d5273a Use 1 test case per violation master Josh Stewart 2019-09-04 10:46:20 +1000
  • b1a35944ab More complete JUnit XML Josh Stewart 2019-09-04 10:30:12 +1000
  • 596b599538 Initial JUnit export function Josh Stewart 2019-09-04 09:14:14 +1000
  • 84c344ff36 Merge remote-tracking branch 'upstream/master' Josh Stewart 2019-09-04 09:11:43 +1000
  • 6e00db379f Update run-coverity.sh script Daniel Marjamäki 2019-09-03 21:28:57 +0200
  • 1afd56e964 Fix issue 8785: ValueFlow: Track pointer alias Paul Fultz II 2019-09-03 17:15:58 +0200
  • 1faf932206 qt.cfg: Add configurations for functions of class QDateTime versat 2019-09-03 12:50:29 +0200
  • 55a78f482b Fix issue 9293: false negative: uninitvar Paul Fultz II 2019-09-03 06:46:34 +0200
  • dc201d110d Fix issue 9274: false negative: (error) Buffer is accessed out of bounds (std::string, std::wstring) Paul Fultz II 2019-09-03 06:43:54 +0200
  • af449779f0 astyle formatting Daniel Marjamäki 2019-09-03 06:43:08 +0200
  • 88d194214f Fix FP with invalidContainerRef (#2141) Paul Fultz II 2019-09-02 23:41:35 -0500
  • 5c172bb55a Fix issue 8897: Huge array initializations (#2135) Ken-Patrick Lehrmann 2019-09-02 20:31:01 +0200
  • bcc9f81a6e cppcheck_ja.ts is updated (#2140) fu7mu4 2019-09-03 01:57:50 +0900
  • 4a4d99b126 wxwidgets.cfg: Added support for more interfaces. orbitcowboy 2019-09-02 16:09:31 +0200
  • e9f8dddabe Set version to 1.89.99/1.90 dev PKEuS 2019-09-02 15:44:40 +0200
  • 9864c8577f std.cfg: Added std::time_t and std::clock_t PKEuS 2019-09-02 15:30:55 +0200
  • 8b949c33de donate-cpu-server.py: Fix crash during diff report generation versat 2019-09-02 13:46:29 +0200
  • a35de895ca Update japanese gui (#2137) fu7mu4 2019-09-02 20:43:37 +0900
  • 901565233b
    donate-cpu.py: Enable detection of new library configurations (#2139) Sebastian 2019-09-02 11:32:50 +0200
  • 76d8254df9 wxwidgets.cfg: Added support for more wxVariant functions. orbitcowboy 2019-09-02 11:22:00 +0200
  • efa3311d91 gtk.cfg: Fix some more functions with partly missing configuration versat 2019-09-02 10:30:07 +0200
  • 7c502819af wxwidgets.cfg: Added support for wxVariant getters. orbitcowboy 2019-09-02 09:57:01 +0200
  • 27a1d26c91 wxwidgets.cfg: Added support for wxVariant::IsNull(). orbitcowboy 2019-09-02 09:48:24 +0200
  • 7d63bdee6f astyle formatting Daniel Marjamäki 2019-09-02 06:59:07 +0200
  • cb509f1a8b Fix issue 4845: alias to vector element invalid after vector is changed (#2113) Paul Fultz II 2019-09-01 23:58:09 -0500
  • 255c1062e4 Run test fixtures as seperate tests so they can run in parallel (#2126) Paul Fultz II 2019-09-01 23:53:35 -0500
  • fd403bf7e6 template simplifier: only add recursive instantiation if its arguments are a constant expression (#2138) IOBYTE 2019-09-02 00:51:19 -0400
  • 005765a561 Clarify valueFlowUninit (#2136) Ken-Patrick Lehrmann 2019-09-02 06:50:56 +0200
  • 8865fb544d createrelease: clarify daca@home update Daniel Marjamäki 2019-09-01 15:34:06 +0200
  • c07d5f0161 Makefile: Set debug mode Daniel Marjamäki 2019-09-01 15:01:55 +0200
  • 355d2ccf47 Makefile: Set release mode Daniel Marjamäki 2019-09-01 15:01:12 +0200
  • 7a75aa084b Fix crash in CheckUninitVar (#2129) Ken-Patrick Lehrmann 2019-09-01 14:51:40 +0200
  • e37061a754 Windows Installer: Fixed path that seems to have changed. PKEuS 2019-09-01 14:44:37 +0200
  • 9163248e0c Fixed linker errors on Windows PKEuS 2019-09-01 14:44:03 +0200
  • e857457315 Windows Installer: Added Qt5Charts.dll PKEuS 2019-09-01 13:51:21 +0200
  • ee856ca3bb Updated german translation PKEuS 2019-09-01 13:37:08 +0200
  • 4ede39a9b7 1.89: Set version Daniel Marjamäki 2019-09-01 12:16:33 +0200
  • c732456fb4 Createrelase: update versions better Daniel Marjamäki 2019-09-01 12:16:22 +0200
  • 71467afe34 Updated AUTHORS Daniel Marjamäki 2019-09-01 12:03:02 +0200
  • c32261c737 Updated copyright year Daniel Marjamäki 2019-09-01 11:49:43 +0200
  • a3845b6180 GUI: Updated translations Daniel Marjamäki 2019-09-01 11:47:52 +0200
  • 2c656d6586 Issue 9255: Prevent infinite recursion in parsedecl (#2134) Ken-Patrick 2019-09-01 11:36:02 +0200
  • 9ef64eb33e Add regression test for issue 9264: FP nullPointerRedundantCheck - pointer alias (#2133) Paul Fultz II 2019-09-01 02:58:53 -0500
  • 3a1aec8850 template simplifier: ignore friend templates (#2122) IOBYTE 2019-09-01 03:56:33 -0400
  • d918f76a0d Remove useless check introduced by 717aa826d8 (#2130) Ken-Patrick 2019-09-01 09:53:45 +0200
  • d1c6cb9aa5 Fix issue 9304: boolean type of ternary (#2131) Ken-Patrick 2019-09-01 09:51:53 +0200
  • 121093658d Fix issue 9202: False positive: std::array, size is a constant (#2132) Paul Fultz II 2019-09-01 02:44:34 -0500
  • 717aa826d8 Fix false positive in initializationListUsage (#2128) Ken-Patrick 2019-08-31 12:27:07 +0200
  • 3740c57160 misra: fix rule 5.4 false positive when macro is defined 'twice' inside #if/#else (#2125) Conrado Gouvea 2019-08-31 02:53:16 -0300
  • e8435b9ecb Fix issue 9306: Adjust shiftTooManyBitsSigned for C++14 (#2127) Paul Fultz II 2019-08-31 00:40:57 -0500
  • 1a25d3f9ec astyle formatting Daniel Marjamäki 2019-08-30 18:34:14 +0200
  • 0b9e823fc8 Fix issue 9305: False positive uninitvar - struct initialized via function (#2123) Paul Fultz II 2019-08-30 11:32:45 -0500
  • 2942be53f7 Add more tests for valueFlowUninit (#2124) Paul Fultz II 2019-08-30 01:41:17 -0500
  • a501f65c8c
    libcurl.cfg: Add library configuration for libcurl (#2120) Sebastian 2019-08-29 15:11:59 +0200
  • 8782a5f5e4
    lua.cfg: Add Lua C API library configuration with tests (#2119) Sebastian 2019-08-29 11:38:21 +0200
  • 03fe6795bf Fix issue 9302: FP uninitvar - struct accessed via pointer (#2121) Paul Fultz II 2019-08-29 01:38:50 -0500
  • 99ba01b1c6 gtk.cfg: Fix incomplete configuration for g_set_error*() versat 2019-08-28 09:05:50 +0200
  • c1c54d2e26 gtk.cfg: Enhance some gtk_signal_* functions versat 2019-08-28 08:30:09 +0200
  • 9d653705b0 gtk.cfg: Add some missing information about functions versat 2019-08-27 15:14:51 +0200
  • cf7616a5cf donate-cpu.py: Improve detection of SDL library usage. (#2116) Sebastian 2019-08-27 13:09:56 +0200
  • 1994cbbb9c std.cfg: Improved configuration for mbrlen() and extended test cases. orbitcowboy 2019-08-27 08:18:19 +0200
  • 9a7089d262 donate-cpu.py: Try a fresh clone if fail to update (#2105) Rikard Falkeborn 2019-08-27 06:48:00 +0200
  • 28a95802a2 template simplifier: fix syntax error false positive (an expression can't be a template) (#2115) IOBYTE 2019-08-27 00:37:58 -0400
  • a209c5b37a Correct config for mbrlen() amai2012 2019-08-26 21:25:50 +0200
  • 1538248922 Fix syntax in test code example amai2012 2019-08-26 20:45:14 +0200
  • 2b41297bff wxwidgets.cfg: Partly revert commit c8b7b40cd7 orbitcowboy 2019-08-26 08:15:48 +0200
  • a47633c4b9 Added TODO comment Daniel Marjamäki 2019-08-26 06:56:29 +0200
  • 22d7ca648d GUI: Remove the 'Safe Checks' tab in project settings. We need to tweak these checks and settings further. Daniel Marjamäki 2019-08-25 18:53:01 +0200
  • 767667815d Manual: Remove chapter about safe checks again. I hide this for now. Daniel Marjamäki 2019-08-25 18:44:59 +0200
  • 7367b212ae Manual: Add chapter about safe checks Daniel Marjamäki 2019-08-25 16:16:20 +0200
  • de0d1b40b3 wxwidgets.cfg: Remove duplicate configuration. orbitcowboy 2019-08-25 15:57:38 +0200
  • c8b7b40cd7 wxwidgets.cfg: Improved support for wxString member functions. orbitcowboy 2019-08-25 15:54:50 +0200
  • 931587c54b Remove old script daca-test-patch.sh Daniel Marjamäki 2019-08-25 13:28:54 +0200
  • 4bd9d76a4c Try to make Travis happy Daniel Marjamäki 2019-08-25 10:24:13 +0200
  • 82eec11898 Created redundantInitialization id Daniel Marjamäki 2019-08-25 09:45:39 +0200
  • 324e5e581b Redundant assignments: Fix false positive when reassignment expression contains assembler Daniel Marjamäki 2019-08-24 20:15:52 +0200
  • 0dfda5eb4a Try to make Travis happy Daniel Marjamäki 2019-08-24 15:43:31 +0200
  • 996daaee4e STL: Fixed outOfBounds false positive Daniel Marjamäki 2019-08-24 15:40:29 +0200
  • 9d26be8380 Fixed #5259 (Improve check: Uninitialized variable not reported when used in array initialization) Daniel Marjamäki 2019-08-24 14:43:35 +0200
  • 5c488b9519 Fix issue 9190: FP uninitvar for struct member (#2112) Paul Fultz II 2019-08-24 04:27:47 -0500
  • f25dcd5cda
    python.cfg: Add Py_CLEAR(), and add initial test file (#2110) Sebastian 2019-08-24 10:17:23 +0200
  • 35fb55d76c Fixed #5259 (Improve check: Uninitialized variable not reported when used in array initialization) Daniel Marjamäki 2019-08-24 08:01:55 +0200
  • cb119f5910 Fixed #8977 (GUI : Inspecting Cppcheck results) Daniel Marjamäki 2019-08-23 21:27:17 +0200
  • c8868adb20
    sdl.cfg: Enhance SDL library configuration (types, macros, functions, ...) (#2111) Sebastian 2019-08-23 19:14:25 +0200
  • 7f50642090
    wxwidgets.cfg: Add container configuration for wxString (#2109) Sebastian 2019-08-23 19:10:49 +0200
  • 9cbdc262f6 Fix Cppcheck internal warning Daniel Marjamäki 2019-08-23 16:56:28 +0200
  • d3f7fc92f2 Quick fix to make Travis happy Daniel Marjamäki 2019-08-23 15:23:49 +0200
  • 50c6af5e5d astyle formatting versat 2019-08-23 10:19:29 +0200
  • 0e15fd3140 python.cfg: Add some missing PyErr_*() functions versat 2019-08-23 10:16:01 +0200
  • 7061cc334b RedundantAssignment: Don't warn for initialization with {0} Daniel Marjamäki 2019-08-23 08:51:16 +0200
  • d122b1c722 Fix issue with __declspec and final (#2107) Thomas Niederberger 2019-08-23 06:43:02 +0200
  • fd3cb24973 leakNoReturnVar: Don't break early (#2095) Rikard Falkeborn 2019-08-23 06:33:00 +0200
  • c0a8d628b9 Fix issue 6010: Uninitialized inner struct (#2098) Paul Fultz II 2019-08-22 23:23:21 -0500
  • 5bbc7ee6b6 Update readmeja (#2108) fu7mu4 2019-08-23 05:15:09 +0900
  • c7b452c4f6 GUI: keep hidden results Daniel Marjamäki 2019-08-22 21:32:18 +0200
  • 56bd9b742f gtk.cfg: Add configuration for function g_signal_new() versat 2019-08-21 13:13:12 +0200
  • 5b5d943976 Remove testfiles.pri (#2106) Rikard Falkeborn 2019-08-21 06:51:08 +0200
  • e3d606d127 Try to fix Travis Daniel Marjamäki 2019-08-20 22:00:35 +0200
  • 486170489a donate-cpu.py: Use "gtk" library cfg if "<gnome.h>" is included. (#2103) Sebastian 2019-08-20 21:24:49 +0200
  • 6815e38879 TokenList::insertTokens: copy column also Daniel Marjamäki 2019-08-20 20:53:17 +0200