VTK/Commit Guidelines

From KitwarePublic
< VTK
Revision as of 16:52, 9 October 2006 by David.cole (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

VTK cvs commit Guidelines

  • Follow the VTK Coding Standards when writing new code or modifying existing code
  • Build into a fresh empty binary directory after making your last code change
  • Run ctest in your binary directory and make sure all the VTK tests pass before committing your code