Agenda&Status 072710: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(7 intermediate revisions by 3 users not shown) | |||
Line 12: | Line 12: | ||
* Brad King & Dave Cole Report | * Brad King & Dave Cole Report | ||
* Workflow | * Workflow | ||
** The [http://progit.org Pro Git book] has [http://progit.org/book/ch5-0.html examples of distributed workflows] | |||
** Master & Next ? See [[Git/Workflow/Topic|here]]. | ** Master & Next ? See [[Git/Workflow/Topic|here]]. | ||
** Topic Branches | ** Topic Branches | ||
Line 36: | Line 37: | ||
! Release Tag !! Date !! Major Changes | ! Release Tag !! Date !! Major Changes | ||
|- | |- | ||
| Alpha-01 || August 7 || VS6,BCC55, SunCC, Metrowerks Removal, Remove large Images | | 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-02 || August 14 || CMake Variables configuration cleanup | ||
Line 87: | Line 88: | ||
== Refactoring Optimization Framework == | == Refactoring Optimization Framework == | ||
Is the [http://www.itk.org/Wiki/Proposals:Refactoring_of_optimization_framework| refactoring of the optimization framework] going to be considered for itkv4? | Is the [http://www.itk.org/Wiki/Proposals:Refactoring_of_optimization_framework | refactoring of the optimization framework] going to be considered for itkv4? |
Latest revision as of 17:53, 27 July 2010
Project Management
- Notice of award?
- Number of Work Assignments?
- Minutes of Washington meeting from NIH?
- Deadline for sending the Draft of T.O 2?
Technical Topics
Migration to Git
- Brad King & Dave Cole Report
- Workflow
- The Pro Git book has examples of distributed workflows
- Master & Next ? See here.
- Topic Branches
- Dashboard Branches
- Master Nightly: so all nightly builds use same source
- Hooks
- Come to agreement on which hooks to use for ITK4 (Lorensen)
- Git Training needed ?
- Schedule Git Training for developers ?
Before Giving Git Write Access
- Changing LICENSE to Apache 2.0
- Producing Contributor License Agreements (ACL)
- Write access should only be given to developers who signed the agreement (by an authorized party at their institution)
- Model : Fedora CLA
- Alternative: "
Signed-off-by:
" lines? See "Sign your work" section here.
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 |
Tools
- Fixing KWStyle/CDash/CTest for Git : Brad Davis report
- 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
- update from brad on wrapitk test (new swig usage that addresses existing concerns)?
Modularization
- Exploration of Ryppl
- Interaction with Boost
- Brad King & Dave Cole Report
- Module Segmentation
- How classes will be grouped : Gabe Hart report
DICOM
- Dan and Mathieu to set up separated tconf to discuss the topic (dan waiting for contract before putting much work on that) ?
Refactoring Optimization Framework
Is the | refactoring of the optimization framework going to be considered for itkv4?