Package: cppcheck / 2.19.0-3

Metadata

Package Version Patches format
cppcheck 2.19.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix default settings | (download)

gui/main.cpp | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 set configuration directory and python version
install translations in filesdir lang | (download)

gui/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 install the translations in $filesdir/lang instead of /usr/bin
disable test unsigned platform | (download)

test/testcmdlineparser.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable test for --platform=unix32/64-unsigned. the test accesses
  files in /usr and might properly parse such platform strings if an earlier
  version that still supported these platforms is installed.
disable test 32bit | (download)

test/test64bit.cpp | 4 2 + 2 - 0 !
test/testcondition.cpp | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 disable test since it produces a slightly different output on
  32bit platforms.