Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Are there any plans for static analysis and CI
Forum Updated to NodeBB v4.3 + New Features

Are there any plans for static analysis and CI

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 1.4k Views 1 Watching
  • 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.
  • M Offline
    M Offline
    messi
    wrote on last edited by
    #1

    Hi guys,

    I'm just wondering if there are any plans for static analysis and for Continuous Integration (CI).
    I checked the web as far as I saw, the following plugins were started 2 years ago:

    CPPCheck: https://github.com/kimmov/cppcheck-qtc-plugin ------> Not started
    CruiseControl (CI): http://code.google.com/p/qtcreator-cc-plugin/ ------> Not further maintained. Was created for v2.0.0

    My question is if the plugins would be finish, how can such plugins find the way in the official QtCreator repo, so that they have an system integration test.

    Best regards

    messi

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      The process of getting plugins into Qt Creator is pretty straight forward:

      Set up an account in "our bug tracker":http://bugreports.qt-project.org/

      Use this account to log into "gerrit":http://codereview.qt-project.org/ and accept the contributors agreement.

      set up your git repo of Qt Creator, following the instructions in gerrit.

      Push your changes into gerrit

      Follow up on comments and fix your code

      Have your code merged:-)

      The process is pretty pain free nowadays... all of us have to use exactly the same as everybody else, so it has to work:-) That was not the case before when merge requests were still handled on gitorious...

      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