ITK/Release 4/Migration Plan/Phases/Coordination
From KitwarePublic
< ITK | Release 4 | Migration Plan | Phases(Redirected from ITK Release 4/Migration Plan/Phases/Coordination)
Jump to navigationJump to search
Migration Plan Coordination
This page is intended to coordinate the efforts of developers working on the initial cleanup Alpha releases of ITKv4 described in
Please write your name in the section on which you are interested on contributing. Also insert comments as things move along. The main goal is to make sure that we don't overlap efforts (at least not without collaborating), and that none of the topics is left undone.
Sequestering Reference Applications
- Luis Ibanez
Remove code of Deprecated Compilers
Volunteers
- Hans Johnson
- Luis Ibanez
Reported Issues
- ITK_HAS_INT_64 ( http://www.itk.org/Bug/view.php?id=11081 ) volunteered to be fixed by Bradley Lowekamp
- the branch is available on github git://github.com/blowekamp/ITK.git BUG0011081
- to git-it "git checkout -b BUG0011081; git pull git://github.com/blowekamp/ITK.git BUG0011081"
- Completed and integrated into master
- the branch is available on github git://github.com/blowekamp/ITK.git BUG0011081
- ITK_TYPE_USE_LONG_LONG ( http://www.itk.org/Bug/view.php?id=11084 ) volunteered to be fixed by Bradley Lowekamp
- the branch is available on github git://github.com/blowekamp/ITK.git BUG0011084
- Completed and integrated into master
- ITK_NO_ANSI_STRING_STREAM and itk::OStringStream ( http://www.itk.org/Bug/view.php?id=11085 ) volunteered to be fixed by Bradley Lowekamp
- Completed and integrated into master
- Numeric Traits for array like types should use partial template specialization( http://www.itk.org/Bug/view.php?id=11086 ) volunteered to be fixed by Bradley Lowekamp
- Completed and integrated into master
Update CMake Flags
- Luis Ibanez
Update third party libraries
- Mathieu Malaterre (GDCM / openjpeg)
- Update JPEG to 8 (from 6b). Move lossless jpeg (patched 6b) in different directories
- Luis Ibanez (openjpeg)