qt creator - What's the best agile toolchain for Qt? -
i'm curious if else has recommendation qt friendly toolchain.
we're evaluating using following:
- bug/issue tracking - atlassian jira (already in use)
- ide - qt creator (already in use)
- code coverage - gcov (are there easy ways integrate dev/ci environment?)
- unit testing - qtestlib , boost test
- code review - either atlassian crucible (expensive) or reviewboard (free)
- nightly build/check-in build - hudson, cruiscontrol or atlassian bamboo. advice?
- code analysis/style checker - vera++? cppcheck? suggestions?
- source code monitoring - atlassian fisheye (only if go crucible), viewvc. advice?
are there other tools should take at?
thanks!
bugs: bugzilla
ide: qtcreator many people hate if enforce use of 1 ide on other, specially if have opensource developers.
code coverage: in order use gcov code coverage, ci environment needs build software appropriate set of flags , execute code. note gcov not reporting, need lcov generate statistics gcov generated files.
nightlybuilds: teamcity, if have time invest , want flexbility: buildbot.
codereview: review board quite good.
Comments
Post a Comment