Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Announcements
  4. QtCreator plugin for cppcheck, krazy and other tools

QtCreator plugin for cppcheck, krazy and other tools

Scheduled Pinned Locked Moved Announcements
40 Posts 10 Posters 29.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bruceoutdoors
    wrote on last edited by
    #13

    I would recommend it, but given the hassle to set things up I'd give 4/5 stars. In addition to the manual, using windows there are couple of things to bear in mind:

    • in the arguments field during setting up, be aware that unless you set cppcheck in your environment paths, "--tool=cppcheck" does not work. You'll need to set the directory:

    @--qtc-plugin --tool="C:/Cppcheck-1.55/cppcheck.exe" %{CurrentProject:FilePath} @

    • You'll need to set an environment paths to QtCreator(usually in C:\Qt\Qt5.0.2\Tools\QtCreator\bin). Without this the warning messages from cppcheck does not show up in the issues pane

    • Don't use cppcheck 1.60. In qpt 0.7, it doesn't work. I got things running with cppcheck 1.55.

    And thus, a happy user of QtProjectTool! :D

    !https://lh6.googleusercontent.com/-byu0-9Dqaro/UayAScAJ3gI/AAAAAAAABWc/nw5Ld_YStvw/w617-h585-no/QtProjectTool+Screenshot.png(QtProjectTool running in windows 7)!

    windows 7 32bit, Qt 5.0.2 MinGW, cppcheck 1.55

    1 Reply Last reply
    0
    • C Offline
      C Offline
      cmazieri
      wrote on last edited by
      #14

      OK, Thanks.

      I got a Windows machine and I am able to work on that now.

      qpt 0.8 version will work better on Windows and the manual will be updated.

      1 Reply Last reply
      0
      • j1eloJ Offline
        j1eloJ Offline
        j1elo
        wrote on last edited by
        #15

        Not a very good method for tool version check:
        you are getting the numeric part and blindly converting to double. Well, it's a bit optimistic assumption that a version number will be a valid numeric value!

        In fact, now that cppcheck went up to version 1.60.1, QPT happily states that "Tool cppcheck-gui requires a minimal version 1.55".

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cmazieri
          wrote on last edited by
          #16

          It is a bug and will be fixed soon.

          As a work around try to edit the configuration file, qpt prints the path of the configuration file when it starts.
          It is usually located at $HOME/.config/QtProjectTool/qpt.ini

          try to clear the minimal version line, change:

          Mininal_version_USE_only_digist_and_dot_it_will_be_converted_to_float=1.58

          to

          Mininal_version_USE_only_digist_and_dot_it_will_be_converted_to_float=

          That should work.

          1 Reply Last reply
          0
          • j1eloJ Offline
            j1eloJ Offline
            j1elo
            wrote on last edited by
            #17

            I did it the other way :)
            Created a QByteArray w2 where to copy all the numbers without any punctuation sign. So 1.60.1 ends up being 1601 which is greater than 1.55
            Maybe it's a good idea for version checking (I didn't stop to think about implications of doing this... it was just a workaround)

            1 Reply Last reply
            0
            • C Offline
              C Offline
              cmazieri
              wrote on last edited by
              #18

              Hello,

              Version 0.8 has been released with some improvements, see "RELEASE NOTES":http://sourceforge.net/projects/qtprojecttool/files/RELEASE_NOTES.txt/download

              1 Reply Last reply
              0
              • C Offline
                C Offline
                cmazieri
                wrote on last edited by
                #19

                Version 0.8 has been released with some improvements, the main work was done to have a better Windows version.

                See "RELEASE NOTES":http://sourceforge.net/projects/qtprojecttool/files/RELEASE_NOTES.txt/download

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  last5bits
                  wrote on last edited by
                  #20

                  Thank you for your tool! But I get question marks in the file paths with non-latin letters (e.g. cyrillic letters)
                  @$qpt -A CET.pro

                  /home/alex/Projects/??????/src/main.cpp
                  /home/alex/Projects/??????/src/mainwindow.cpp
                  /home/alex/Projects/??????/src/mainwindow.h@

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    cmazieri
                    wrote on last edited by
                    #21

                    Hi,

                    Are you using version 0.8 ?

                    send me your project file and the right path it should bring,

                    I will take a look on that.

                    Thanks, Carlos

                    1 Reply Last reply
                    0
                    • L Offline
                      L Offline
                      last5bits
                      wrote on last edited by
                      #22

                      Yes, the version is 0.8. I sent you a tarball, thanks for your fast respond

                      1 Reply Last reply
                      0
                      • C Offline
                        C Offline
                        cmazieri
                        wrote on last edited by
                        #23

                        Hi, it has been fixed (not published yet)

                        bq. ./qpt -A /home/carlos/tmp/projects/qpt_tests/Проекты/КириллическоеИмяПроекта/hello.pro
                        /home/carlos/tmp/projects/qpt_tests/Проекты/КириллическоеИмяПроекта/hello.cpp

                        But, I am afraid cppcheck does not handle unicode paths:

                        /usr/bin/cppcheck --platform=unix32 -I . -f -q --template '{file}:{line}:{id}:{message}' --inline-suppr --enable=style --enable=unusedFunction --suppress=missingInclude:* --inconclusive --file-list=/tmp/qt_temp.Lh2660

                        cppcheck: error: could not find or open any of the paths given.

                        I use full pathname for files, I will try using relative pathnames.

                        1 Reply Last reply
                        0
                        • L Offline
                          L Offline
                          last5bits
                          wrote on last edited by
                          #24

                          [quote author="cmazieri" date="1377213999"]
                          But, I am afraid cppcheck does not handle unicode paths:

                          /usr/bin/cppcheck --platform=unix32 -I . -f -q --template '{file}:{line}:{id}:{message}' --inline-suppr --enable=style --enable=unusedFunction --suppress=missingInclude:* --inconclusive --file-list=/tmp/qt_temp.Lh2660

                          cppcheck: error: could not find or open any of the paths given.

                          I use full pathname for files, I will try using relative pathnames.
                          [/quote]

                          No, cppcheck is all right. This is what I get with cppcheck 1.60.1

                          @$ cat list
                          /home/alex/Проекты/КириллическоеИмяПроекта/hello.cpp

                          $ /usr/bin/cppcheck --platform=unix32 -I . -f -q --template ‘{file}:{line}:{id}:{message}’ --inline-suppr --enable=style --enable=unusedFunction --suppress=missingInclude:* --inconclusive /home/alex/Проекты/КириллическоеИмяПроекта/hello.cpp --file-list=list
                          ‘/home/alex/Проекты/КириллическоеИмяПроекта/hello.cpp:9:unreadVariable:Variable 'a' is assigned a value that is never used.’
                          ‘/home/alex/Проекты/КириллическоеИмяПроекта/hello.cpp:9:arrayIndexOutOfBounds:Array 'a[5]' accessed at index 5, which is out of bounds.’@

                          1 Reply Last reply
                          0
                          • C Offline
                            C Offline
                            cmazieri
                            wrote on last edited by
                            #25

                            Hi,

                            Many Thanks,

                            I had no Unicode handling in qpt, it has been included.

                            Please get version "0.9":http://sourceforge.net/projects/qtprojecttool/files/0.9/qpt-source-0.9.tgz/download and let me know if you have any problem.

                            Regards,

                            bq.
                            [qpt running]: /usr/bin/cppcheck --platform=unix32 -I . -f -q --template '{file}:{line}:{message}' --inline-suppr --enable=style --enable=unusedFunction --inconclusive /home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/hello.cpp /home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/mz.cpp /home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/ры.cpp'/home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/hello.cpp:5:Variable 'x' is not assigned a value.'
                            '/home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/mz.cpp:3:Unused variable: ret'
                            '/home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/mz.cpp:4:Variable 'x' is not assigned a value.'
                            '/home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/ры.cpp:3:Unused variable: ret'
                            '/home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/ры.cpp:4:Variable 'x' is not assigned a value.'
                            '/home/carlos/tmp/projects/tests/test/Проекты/КириллическоеИмяПроекта/mz.cpp:1:The function 'x' is never used.'

                            1 Reply Last reply
                            0
                            • A Offline
                              A Offline
                              Atlantis70
                              wrote on last edited by
                              #26

                              Hi,

                              this is a great tool. However, my top-level project file is of type "subdirs" and thus no sources are listed. Nevertheless it would be great to have this tool parsing recursively the .pro-file(s) below.

                              Can this be done?

                              Regards,

                              Thorsten

                              1 Reply Last reply
                              0
                              • C Offline
                                C Offline
                                cmazieri
                                wrote on last edited by
                                #27

                                No,
                                qpt uses qmake to expose SOURCES and HEADERS.
                                A subdir project does not have it, at least I do not know.

                                What I do is: create a dummy project file that includes all other projects, like this:

                                my_cppcheck_code.pro
                                @
                                BASE = snapshot_8_22_2013

                                include ($$BASE/Ldap/test/regression_ldap.pro)
                                include ($$BASE/ProcessWindow/test/regression_jobwindow.pro)
                                include ($$BASE/commonLib/cmntrace/test/cmntrace.pro)
                                include ($$BASE/commonLib/cmncli/test/cmncli.pro)
                                include ($$BASE/ComboSearch/ComboSearch.def)
                                include ($$BASE/customHeader/test/customtable.pro)
                                include ($$BASE/DictPointer/DictPointer.def)
                                include ($$BASE/diskspace/test/diskspace.pro)
                                include ($$BASE/FileUtil/FileUtil.def)
                                include ($$BASE/Ldap/Ldap.def)
                                include ($$BASE/Preferences/test/regression_PreferencesEditor.pro)
                                include ($$BASE/Tickets/Tickets.def)
                                include ($$BASE/UiUtils/UiUtils.def)
                                include ($$BASE/tests/regression_pipa.pri)
                                @

                                Then use that dummy project my_cppcheck_code.pro to run qpt/cppcheck. You can have all those projects opened in QtCreator, so set the dummy as default to run qpt, then set the original project back as default to compile.

                                By the way, I am having problems to make this change work on Windows, the path comes undefined from command qpt command line.

                                Regards,
                                Carlos

                                1 Reply Last reply
                                0
                                • L Offline
                                  L Offline
                                  last5bits
                                  wrote on last edited by
                                  #28

                                  Thanks a lot, cyrillic names work like a charm!

                                  Is it possible to get support of subdirs projects? I've tried the method you suggested but with no result. I sent you a tarball with project I used, if you have time to take a look

                                  1 Reply Last reply
                                  0
                                  • C Offline
                                    C Offline
                                    cmazieri
                                    wrote on last edited by
                                    #29

                                    You have to include $$PWD in SOURCES and HEADERS in your .pro files, like this:
                                    @
                                    SOURCES += $$PWD/main.cpp
                                    $$PWD/mainwindow.cpp

                                    HEADERS += $$PWD/mainwindow.h

                                    FORMS += $$PWD/mainwindow.ui
                                    @

                                    I used your subdirs-project-cppcheck.pro and I put an issue in main.cpp to test that:
                                    @Starting external tool 'C:/Users/b35201/Downloads/build-qprojtool-Qt_4_85_static-Release/release/qpt.exe' -t cppcheck -q C:/Users/b35201/Downloads/subdirs-project/subdirs-project-cppcheck.pro
                                    qpt.exe using: C:/Users/b35201/AppData/Roaming/QtProjectTool/qpt.exe.ini

                                    [qpt.exe running]: "C:/Program Files/Cppcheck/cppcheck.exe" --platform=win32W -I . -DUNICODE -DWIN32 -f -q --template '{file}:{line}:{message}' --inline-suppr --enable=all --inconclusive --file-list=C:/Users/b35201/AppData/Local/Temp/qt_temp.Uh7436

                                    'C:\Users\b35201\Downloads\subdirs-project\tests\test1\main.cpp:5:Variable 'x' is not assigned a value.'
                                    '::Cppcheck cannot find all the include files (use --check-config for details)'

                                    [qpt.exe INFO]: "C:/Program Files/Cppcheck/cppcheck.exe" finished with return code 0

                                    [qpt.exe running]: C:/Qt/Qt5.0.2/Tools/QtCreator/bin/qtcreator.exe -client C:/Users/b35201/AppData/Local/Temp/qpt.exe0737323847436.tasks

                                    [qpt.exe INFO]: finished with return code 0

                                    'C:/Users/b35201/Downloads/build-qprojtool-Qt_4_85_static-Release/release/qpt.exe' finished@

                                    I will add this procedure in the qpt manual.

                                    Thanks,
                                    Carlos

                                    1 Reply Last reply
                                    0
                                    • L Offline
                                      L Offline
                                      last5bits
                                      wrote on last edited by
                                      #30

                                      Thanks, I got you

                                      I have several issues/suggestions:

                                      The most odd thing: launching cppcheck from external tools in QtCreator gives me one new instance of QtCreator (in addition to one I already have) Oo

                                      Your way with additional .pro-file works, but I have no output in "Issues" tab of QtCreator

                                      I believe, that it would be a better design to make qpt parsing subdirs-projects correctly, it is just recursive walking through the project tree, isn't it?

                                      1 Reply Last reply
                                      0
                                      • C Offline
                                        C Offline
                                        cmazieri
                                        wrote on last edited by
                                        #31
                                        1. Will check that, in my test on Windows it works:
                                          (messages pane) https://www.dropbox.com/s/aez4b2325ov0903/general_messages.png
                                          (issues pane) https://www.dropbox.com/s/9kvd13exo16blcl/issues.png

                                        2. check it there were issues, in the test you sent me I had change one file in order to have an issue.

                                        3. Next release perhaps.

                                        1 Reply Last reply
                                        0
                                        • L Offline
                                          L Offline
                                          last5bits
                                          wrote on last edited by
                                          #32
                                          1. "This":http://i41.tinypic.com/25i1wr5.png is what I get
                                          1 Reply Last reply
                                          0

                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups
                                          • Search
                                          • Get Qt Extensions
                                          • Unsolved