Agenda&Status 072010: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Arnaudgelas (talk | contribs) (→Tools) |
Arnaudgelas (talk | contribs) (→Tools) |
||
(One intermediate revision by the same user not shown) | |||
Line 38: | Line 38: | ||
</pre> | </pre> | ||
* Code duplication: CPD | [[ITKv4_CPDProposal]] | ||
http://pmd.sourceforge.net/cpd.html | * Code duplication: CPD (http://pmd.sourceforge.net/cpd.html) | ||
** Results: | |||
[[File:ITKCodeToken500.xml]] | *** [[File:ITKCodeToken500.xml]] | ||
[[File:ITKCodeToken200.xml]] | *** [[File:ITKCodeToken200.xml]] | ||
[[File:ITKCodeToken100.xml]] | *** [[File:ITKCodeToken100.xml]] | ||
== Simple ITK == | == Simple ITK == |
Latest revision as of 18:37, 27 July 2010
Project Management
- Notice of award?
- Number of Work Assignments?
Technical Topics
Migration to Git
Tools
- 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
- Code duplication: CPD (http://pmd.sourceforge.net/cpd.html)
Simple ITK
- Design Discussions
- Sandbox in Github
- Simple ITK Layer
Wrapping
- Plans for wrapping
- Tools
- Pros and Cons
- Wrapping
Modularization
- Exploration of Ryppl
- Interaction with Boost
- Module Segmentation
- How classes will be grouped