Agenda&Status 072010: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
 
(6 intermediate revisions by 4 users not shown)
Line 10: Line 10:
== Tools ==
== Tools ==


[ITKv4_StyleChangeProposal]
[[ITKv4_StyleChangeProposal]]


* Fixing KWStyle/CDash/CTest for Git
* Fixing KWStyle/CDash/CTest for Git
Line 37: Line 37:
sys 26m22.530s
sys 26m22.530s
</pre>
</pre>
[[ITKv4_CPDProposal]]
* Code duplication: CPD (http://pmd.sourceforge.net/cpd.html)
** Results:
*** [[File:ITKCodeToken500.xml]]
*** [[File:ITKCodeToken200.xml]]
*** [[File:ITKCodeToken100.xml]]


== Simple ITK ==
== Simple ITK ==
Line 42: Line 49:
* Design Discussions
* Design Discussions
* Sandbox in Github
* Sandbox in Github
* [[ITK_Release_4/SimpleITK|Simple ITK Layer]]


== Wrapping ==
== Wrapping ==
Line 48: Line 56:
* Tools
* Tools
** Pros and Cons
** Pros and Cons
* [[ITK_Release_4/Wrapping|Wrapping]]


== Modularization ==
== Modularization ==

Latest revision as of 18:37, 27 July 2010

Project Management

  • Notice of award?
  • Number of Work Assignments?

Technical Topics

Migration to Git

Tools

ITKv4_StyleChangeProposal

  • Fixing KWStyle/CDash/CTest for Git
    • Comment by Lorensen: If there are KWstyle changes for the ITK style, then someone must commit to changing all existing (new) style violations introduced by the change. Some of us have spent many hours getting all of ITK to pass the current style. Please do not under estimate the effort and cost. I should be far easier and less expensive to modify the formatting rules for the various editors.
  • Integrating CPPCheck with KWStyle and CTest
    • Comment by Lorensen: I tried cppcheck on itk and it runs for a VERY LONG time. In fact, it did not finish in an overnight run on my albeit old system.
Here is an experiment on one file in Common:
time ~/ProjectsGIT/cppcheck/cppcheck itkAffineTransform.txx 2>~/tmp/err.txt 
Checking itkAffineTransform.txx...
Checking itkAffineTransform.txx: CABLE_CONFIGURATION...
Checking itkAffineTransform.txx: CMAKE_NO_ANSI_STRING_STREAM...
Checking itkAffineTransform.txx: HAVE_FENV_H;ITK_CHECK_FPU_ROUNDING_MODE...
Checking itkAffineTransform.txx: ITK_CONCEPT_IMPLEMENTATION_CALL...
Checking itkAffineTransform.txx: ITK_CONCEPT_NO_CHECKING...
Checking itkAffineTransform.txx: ITK_CPP_FUNCTION...
Checking itkAffineTransform.txx: ITK_CPP_FUNCTION;_WIN32...
Checking itkAffineTransform.txx: ITK_CPP_FUNCTION;__BORLANDC__...
Checking itkAffineTransform.txx: ITK_CPP_FUNCTION;__GNUC__...
Checking itkAffineTransform.txx: ITK_HAVE_FENV_H...
Checking itkAffineTransform.txx: ITK_HAVE_STDDEF_H...
Bailing out from checking itkAffineTransform.txx: Too many configurations. Recheck this file with --force if you want to check them all.

real	32m38.256s
user	0m2.345s
sys	26m22.530s

ITKv4_CPDProposal

Simple ITK

Wrapping

  • Plans for wrapping
  • Tools
    • Pros and Cons
  • Wrapping

Modularization

  • Exploration of Ryppl
    • Interaction with Boost
  • Module Segmentation
    • How classes will be grouped