Note that there are some explanatory texts on larger screens.

plurals
  1. POSeeking a true "tool-chain"
    primarykey
    data
    text
    <p>I just posted this as part of a reply to a question about the "best" bug-tracking software...</p> <hr> <p>Well, a tool on its own is just a tool. And while all speak of a toolchain, most just mean a loose collection of tools. Why not look for a problem tracker that "plays well with other children"? That is to say, interfaces well with your IDE, your build tool, your version control system ... </p> <p>In fact, I think I'll go now and ask a question about the best linked toolchain ... </p> <hr> <p>So, any comments? I would prefer replies for developing C/C++ on Linux and using FOSS (but don't let that prevent you posting Windows based answers if you think that it would help someone else). We don't need a complete chain, but maybe a few groups of linked tools are still better than totally separate "links" in the chain)</p> <p>I use </p> <ul> <li>Eclipse - for coding and debugging, also its plug-ins for <ul> <li>Doxygen for auto code-documentation</li> <li>Splint and CppCheck for static code analysis</li> <li>CppUnit for automated testing</li> <li>Bugzilla, et all for bug tracking</li> <li>CVS, Subversion, etc, for version control</li> </ul></li> <li>Hudson - for automated builds, with plug-ins for <ul> <li>Doxygen for auto code-documentation</li> <li>CppCheck for static code analysis</li> <li>CppUnit for automated testing</li> <li>Bugzilla, et all for bug tracking</li> <li>CVS, Subversion, etc, for version control</li> </ul></li> </ul> <p>I seem to be missing a tool for project management which interfaces with other "links" in the toolchain. How complete can we make it, end to end, and is there a "best" chain (or, at least, one with the most links)?</p> <p>Edit: Let's not forget requirements tracking and project planning &amp; tracking - end Edit</p> <p>And has anyone every diagrammed the relationship between various tools (i.e., which interfaces to which, and in which direction; which can export in the import format of another, etc)?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload