Package: cppcheck / 2.19.0-1

Metadata

Package Version Patches format
cppcheck 2.19.0-1 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 | 8 6 + 2 - 0 !
1 file changed, 6 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.