ITK/Release 4/Migration Plan: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 38: | Line 38: | ||
** Custom ITK classes | ** Custom ITK classes | ||
** See Status in the [http://github.com/InsightSoftwareConsortium/Insight Insight Sandbox] in Github: | ** See Status in the [http://github.com/InsightSoftwareConsortium/Insight Insight Sandbox] in Github: | ||
*** [http://github.com/InsightSoftwareConsortium/Insight/tree/master/Testing/Unit/GoogleTest/ GoogleTest in Insight] | |||
= Users Migration = | = Users Migration = |
Revision as of 21:57, 10 July 2010
Migration Plan
The Migration Plan covers two main topics
- Infrastructure Tools
- Facilitating migration to users
The following two documents are the (draft) of the proposed migration plan. They are open for discussion.
Infrastructure Tools
Revision Control
- Revision control : Git + gitorius
- Git Sandbox in Github: Insight
- Learn Git
- Join us and make your newbie mistake in the Git Sandbox
Code Review
- Code review : Gerrit
- This is the code review tool used by: Google Android
- See Gerrit used in Avogadro
Testing
- Testing framework
- Google Testing +
- CTest +
- Custom ITK classes
- See Status in the Insight Sandbox in Github: