ITK Modularization Efforts and Tooling Overview

modularization l.w
1 / 13
Embed
Share

Explore the modularization efforts in ITK led by Bill Hoffman at Kitware, including Qt integration, Boost involvement, ExternalProject_add module in CMake 2.8, and more. A detailed dive into module dependencies, Git sub-modules, and expansion outside the main repository.

  • ITK Modularization
  • CMake
  • Qt
  • Boost
  • Git Sub-modules

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Modularization ITK modularization Bill Hoffman bill.hoffman@kitware.com

  2. We are not alone Qt modularization effort Boost modularization effort Ryppl

  3. Qt

  4. ExternalProject_add Module introduced in CMake 2.8 Allows the download, configure, build and install of software via custom commands Kitware Source Article: October 2009 http://www.kitware.com/products/html/BuildingExterna lProjectsWithCMake2.8.html ARL CSE Avoid the Easter Egg Hunt!

  5. Titan Example Google Protocol buffers CLAPCK Curl VTK Qt Trilinos Boost Titan

  6. Trilinos (Multi-Package Dashboard) http://trilinos-dev.sandia.gov/cdash/index.php Main Project Sub Projects

  7. git sub-modules http://chrisjean.com/2009/04/20/git-submodules- adding-using-removing-and-updating/

  8. Having our cake and eating too, ITK two ways itk-complete All of ITK with git sub-modules for each For ITK developers itk-optional An ExternalProject_add version that checks out each sub-module as needed For applications using ITK

  9. Module Dependencies A git sub-module itk-depends CMake Code for handling module depend information The depend information for each module Used by both itk-complete and itk-optional Exploring ways to keep the depend information on branches in each modules git

  10. Proof of Concept git clone git://itk.org/itk/itk-complete.git git clone git://itk.org/itk/itk-optional.git

  11. Allows for Expansion Outside Main Repository Anyone should be able to create an ITK module, and have it work in this system Each module should contain Source Tests Depend information Documentation

  12. Demos cmake-gui turn on off modules Load itk-optional in VS

  13. The Hard Part. We need to partition ITK

Related


More Related Content