Developer documentation

From wiki.zmanda.com
Revision as of 22:18, 7 July 2006 by Paddy (talk | contribs)
Jump to navigation Jump to search

Code documentation

Developer tools

  • Lint : lint makefile target is available for Amanda source tree. Run "make lint" to do static analysis of Amanda source code.
  • Valgrind: Memory allocation/free checker. See Using Valgrind section for details on how to use it with Amanda.

Static source code analysis

Coverity and Klocwork has been running their static analysis tools on the latest Amanda source code and making the results available for the Amanda developers to analyse and fix the defects. Currently (July 7, 2006), we have zero defects found by these tools. We have thankful to these companies for making these tools available and in general, helping to improve quality of open source projects.