VTK/Commit Guidelines: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
David.cole (talk | contribs) No edit summary |
David.cole (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
== VTK cvs commit Guidelines == | == VTK cvs commit Guidelines == | ||
* Follow the VTK Coding Standards when writing new code or modifying existing code | * 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 | * 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 | * Run ctest in your binary directory and make sure all the VTK tests pass before committing your code |
Revision as of 16:53, 9 October 2006
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