Agenda&Status 082410: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
 
(7 intermediate revisions by 3 users not shown)
Line 17: Line 17:


= Technical Topics =
= Technical Topics =
== uncrustify Code Cleanup (Hans) ==
Please review the branch:  http://github.com/hjmjohnson/ITK/tree/uncrustify_cleanup.  It contains the uncrustified version of the code.
== itkStaticConstMacro (Hans) ==
I'd like to discuss creating a new macro called "itkEnumerationMacro" that will remove nearly all instances of itkStaticConstMacro in the code.
* Reference materials: http://public.kitware.com/Bug/view.php?id=11158
* In version 3.20 and earlier, this always defaulted to the enumerated type version of the itkStaticConstMacro.
* The enumeration option for "template defined integer values" makes coding a lot easier
* The "static const unsigned int" option requires definitions of those variables "outside" the class definition if they are to be used across compliation units (i.e. with explicit instantiation).


== Stable ITK 3.20 ==
== Stable ITK 3.20 ==
Line 26: Line 41:


* Marcus Hanwell to summarize
* Marcus Hanwell to summarize
* ITK Gerrit Wiki page is [[ITK/Gerrit|Here]]
* Details in the [[ITK/Gerrit|ITK Gerrit Wiki page]]
* URL: http://review.source.kitware.com/
* URL: http://review.source.kitware.com/
* All developers must create their accounts.
* All developers must create their accounts.
Line 37: Line 52:
[[image:ITKv4-TransitionPlanProposal.png|529px]]
[[image:ITKv4-TransitionPlanProposal.png|529px]]
* [[ITK_Release_4/Migration Plan/Phases|Phases]]
* [[ITK_Release_4/Migration Plan/Phases|Phases]]
== Testing Data in MIDAS ==
* [[ITK_Release_4/Testing Data|ITKv4 Testing Data]]
=== Data on MIDAS ===
At:
* http://midas.kitware.com/community/view/5
=== MIDASapp ===
Allows to download data on-the-fly, at run-time while running the testing.  Data is cached (only downloaded once or when updated).
* http://www.kitware.com/midaswiki/index.php/MIDAScpp
* svn co https://www.kitware.com/svn/KWPublic/trunk/MIDAS/MIDAScpp
* Dashboard http://www.cdash.org/CDash/index.php?project=MIDAS


== Sequestered Reference Applications ==
== Sequestered Reference Applications ==


We have already made significant changes, and they are not being recorded yet. It is time to setup these reference applications.
We have already made significant changes, and they are not being recorded yet. It is time to setup these reference applications.
* Slicer
* Slicer
* OTB
* OTB
Line 49: Line 80:
* V3D Plugins
* V3D Plugins
* IGSTK
* IGSTK
 
* Optional
** Insight Applications (ITKApps from v3.20)
** ITK tests from v3.20


== DICOM ==
== DICOM ==
Line 134: Line 167:
[[ITKv4_StyleChangeProposal]]
[[ITKv4_StyleChangeProposal]]
* Fixing KWStyle/CDash/CTest for Git : Brad Davis report
* Fixing KWStyle/CDash/CTest for Git : Brad Davis report
* The [http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml Google C+++ Style Guide] is a good example of a style guide. Although the specifics may differ, the format and coverage of this guide is very nice. We may consider producing a similar Guide for ITKv4.

Latest revision as of 18:02, 24 August 2010

How to Join the Tcon

Number to Call

  • 1-800-728-9607 (in the US) or
  • +1 9139049873 (international)
  • access code 6815251

Webex

Project Management

  • Date of next meeting? 4-6 october?

Technical Topics

uncrustify Code Cleanup (Hans)

Please review the branch: http://github.com/hjmjohnson/ITK/tree/uncrustify_cleanup. It contains the uncrustified version of the code.


itkStaticConstMacro (Hans)

I'd like to discuss creating a new macro called "itkEnumerationMacro" that will remove nearly all instances of itkStaticConstMacro in the code.

  • Reference materials: http://public.kitware.com/Bug/view.php?id=11158
  • In version 3.20 and earlier, this always defaulted to the enumerated type version of the itkStaticConstMacro.
  • The enumeration option for "template defined integer values" makes coding a lot easier
  • The "static const unsigned int" option requires definitions of those variables "outside" the class definition if they are to be used across compliation units (i.e. with explicit instantiation).


Stable ITK 3.20

  • How to get it.
  • Maintenance rules (gate keeper ?)

Gerrit is ON

ITKv4-TransitionPlanProposal.png

Testing Data in MIDAS

Data on MIDAS

At:

MIDASapp

Allows to download data on-the-fly, at run-time while running the testing. Data is cached (only downloaded once or when updated).

Sequestered Reference Applications

We have already made significant changes, and they are not being recorded yet. It is time to setup these reference applications.

DICOM

Dan and Mathieu to report

Simple ITK

  • Design Discussions
  • Sandbox in Github
  • Aggregating an ARB (composed of potential future users)
    • Define requirements
  • Simple ITK Layer
  • Wrapping for C#
  • Adding more filters

Wrapping

  • Plans for wrapping
  • Tools
    • Pros and Cons
  • Wrapping
  • update from brad on wrapitk test (new swig usage that addresses existing concerns)?

Refactoring Optimization Framework

ITK Readers for Microscopy formats

  • There's a need for readers in the microscopy community in order to be able to use ITK
    • Zeiss (LSM and ZVI)
    • Leica (LIF)
    • Olympus (OIB)
    • Nikon ()
  • BioFormats has readers and example files for these. It is Java with C++ bindings for ITK, BUT it's GPL.

Software Process

Migration to Git

  • Migration Completed
  • Updating Dashboard Machines to Git
  • Contractors to send information to Kitware about the developers who should receive Git write access.
    • (include email and public SSH key)


Clean up Releases

Release Tag Date Major Changes
Alpha-01 August 7 VS6,BCC55, SunCC (5.7?), Metrowerks Removal (based on compiler features), Remove large Images
Alpha-02 August 14 CMake Variables configuration cleanup
Alpha-03 August 21 GDCM 2.0, OpenJpeg-v2, +JPEG2000
Alpha-04 August 28 Third party libraries update: TIFF, JPEG, PNG

ITKv4-TransitionPlanProposal.png


Unit testing framework

A tutorial has been drafted using the Google Testing framework.

Tools

Coding Style

ITKv4_StyleChangeProposal

  • Fixing KWStyle/CDash/CTest for Git : Brad Davis report
  • The Google C+++ Style Guide is a good example of a style guide. Although the specifics may differ, the format and coverage of this guide is very nice. We may consider producing a similar Guide for ITKv4.