<div dir="ltr">Hi,<div><br></div><div>Did this fix</div><div><br></div><div><a href="http://review.source.kitware.com/#/c/10641/">http://review.source.kitware.com/#/c/10641/</a><br></div><div>ENH: Improve mangling of itktiff library<br>
</div><div><br></div><div>get lost on the list for 4.4.2?  It does not seem to be in current release, but is in master.  I&#39;d like to see it go in, as this bug is currently causing a build problem for me.</div><div><br>
</div><div>Thanks,</div><div>Rupert</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div>--------------------------------------------------------------<br>Rupert Brooks<br><a href="mailto:rupert.brooks@gmail.com">rupert.brooks@gmail.com</a><br>
</div>
<br><br><div class="gmail_quote">On Wed, Aug 28, 2013 at 12:22 AM, Matt McCormick <span dir="ltr">&lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
Requesting feedback for patches to include on the release branch for v4.4.2.<br>
<br>
<br>
Currently:<br>
<br>
Matthew McCormick (3):<br>
      BUG: Add missing ITKOpenJPEG dependency for ITKReview Module.<br>
      COMP: ITKOpenJPEG EXCLUDE_FROM_ALL.<br>
      BUG: Fix Module_Review enable with a single configure.<br>
<br>
Sean McBride (1):<br>
      COMP: Fixed compiler error in C++11<br>
<br>
Xiaoxiao Liu (1):<br>
      BUG: Exclude ITKReview when ITK_USE_REVIEW if off.<br>
<br>
Although the last one will be reverted to prevent unexpected behavior<br>
on a bugfix release.<br>
<br>
<br>
<br>
Patches since v4.4.1 release:<br>
<br>
Ali Ghayoor (3):<br>
      ENH: transform reader/writer filters are templated on output<br>
precision type<br>
      BUG: Fix memory leak error in itkHDF5TransformIO<br>
      DOC: Migration guide is updated for multi precision of ITK<br>
<br>
Arnaud Gelas (9):<br>
      BUG: Check that region for thread is not empty<br>
      COMP: use concept checking instead of runtime checking<br>
      BUG: Fix failure in InteractivePause test<br>
      ENH: updating level sets sparse layer visualization<br>
      ENH: Upgrade doxygen config file<br>
      BUG: fix KWStyle errors in itkVTKVisualize* files<br>
      BUG: Fix visualization of 3D level-sets<br>
      ENH: Add Concept checking for 2D Visualization<br>
      ENH: Use partial template specialization for iso value vis<br>
<br>
Bill Lorensen (1):<br>
      ENH: Reduce test times for Debug builds<br>
<br>
Brad King (1):<br>
      MetaIO: Removed the deprecated _CM24 CMake variables<br>
<br>
Bradley Lowekamp (14):<br>
      ENH: Enabling shared IO modules on windows<br>
      DOC: adding Examples directory to ITK Doxygen<br>
      DOC: remove explicit doxygen example commands now automatically added<br>
      BUG: add installation of Export headers<br>
      BUG: Remove ENABLED_SHARED option for IOSpatialObjects module<br>
      BUG: Fix linking of factory register method on static windows<br>
      STYLE: Fix some style errors reported in continuous test<br>
      BUG: Remove Spurious testing file<br>
      COMP: Use relative path for generate output header parameter<br>
      BUG: Enable slice-by-slice streaming for ShrinkImageFilter<br>
      STYLE: Fix ShrinkImageStreamingTest style<br>
      PERF: Flip filter use increment in scanline direction<br>
      PERF: Additional FlipImageFilter performance by using input iterator<br>
      PERF: Move test to IntegratedTest directory<br>
<br>
Brian Helba (10):<br>
      STYLE: Unify style of &quot;operator delete[]&quot;<br>
      STYLE: Remove superfluous return statements at the end of void functions<br>
      STYLE: Fix miscellaneous KWStyle errors<br>
      ENH: Remove superfluous IMMEDIATE option from CMake CONFIGURE_FILE<br>
      STYLE: Replace Unicode in ITK source with ASCII homoglyphs<br>
      ENH: Use MINC API to free memory allocated by MINC<br>
      PERF: Allow delete of NULL pointers<br>
      PERF: Refactor some deletion code<br>
      ENH: Refactor KWStyle testing<br>
      COMP: Make find_package usage compatible with &lt; CMake-2.8.8<br>
<br>
C Cagatay Bilgin (1):<br>
      DOC: Modify ShapeLabelObject comments.<br>
<br>
Cyrille Faucheux (1):<br>
      BUG: Fix support for RLE-compressed &amp; upper-left BMP.<br>
<br>
Dirk Padfield (2):<br>
      BUG: ConstPointer assigned to non-const raw pointer<br>
      ENH: Otsu code replaced with OtsuMultiple call<br>
<br>
Gordon Kindlmann (1):<br>
      BUG: airOneLinify() infinite loop, synch w/ Teem for its 1.11.1 release<br>
<br>
Irina Vidal-Migallon (3):<br>
      ENH: Remote module: GPU and CPU Smoothing recursive YVV Gaussian Filter<br>
      ENH: Remote module: GPU and CPU Smoothing recursive YVV Gaussian Filter<br>
      ENH: YVV remote module - Add EXCLUDE_FROM_ALL option to itk_module.<br>
<br>
Jim Miller (2):<br>
      BUG: GDCMImageIO ignore image orienations from MetaDataDictionary<br>
      BUG: Two tests were writing to same filename.<br>
<br>
Jonathan Guinet (1):<br>
      BUG: {Opening,Closing}ByReconstructionImageFilter information propagation<br>
<br>
Kent Williams (2):<br>
      BUG: Guard against Divide by Zero<br>
      BUG: Row/Column assignment into ImageDimensions was wrong<br>
<br>
Kishore Mosaliganti (6):<br>
      ENH: Allow visualization of initial level-set<br>
      ENH: Add Set/GetNumberOfThreads for evolution<br>
      ENH: New binary mask term with test<br>
      ENH: Set/Get number of threads for Whitaker evolution class<br>
      BUG: Non-square images mesh not specified correctly<br>
      ENH: Set the scaling factor of the level-set function<br>
<br>
Luis Ibanez (4):<br>
      STYLE: Fixed miscelaneous style errors.<br>
      DOC: Removed Doxygen \example tags for Tests.<br>
      COMP: Fix warnings in matrix division by scalar.<br>
      COMP: Attempt to fix warning about \param.<br>
<br>
Mark Hiner (1):<br>
      STYLE: update SCIFIO module name<br>
<br>
Matthew McCormick (23):<br>
      BUG: Add missing ITKOpenJPEG dependency for ITKReview Module.<br>
      COMP: ITKOpenJPEG EXCLUDE_FROM_ALL.<br>
      COMP: Fix invalid Doxygen LaTeX formula.<br>
      BUG: Fix Module_Review enable with a single configure.<br>
      COMP: Wrap cost functions for templated precision.<br>
      BUG: Fix Module_Review enable with a single configure.<br>
      DOC: Fix GradientDescentOptimizer doc grammar.<br>
      BUG: Using consistent naming for Transform template name change.<br>
      BUG: Remove unused QUASI_NEWTON_STEP_ERROR.<br>
      COMP: Do not try to include float.h for MinGW.<br>
      STYLE: TScalarType -&gt; TScalar<br>
      COMP: Fix NIFTI CMake variable separation warning.<br>
      ENH: Use Transform::Clone() in ImageToImageMetric.<br>
      COMP: Remove redundant Typename structs. #3195.<br>
      STYLE: Fix include guard in level set visualization.<br>
      ENH: Use file(COPY .. instead of exec_process.<br>
      COMP: Fix transform wrapping errors with ITK_WRAP_double OFF.<br>
      DOC: Fix spelling errors in FourierDescriptors1.cxx.<br>
      BUG: Fix ITK_USE_REVIEW compatibility set syntax.<br>
      COMP: Avoid MetaIO config conflict with USE_SYSTEM_GDCM.<br>
      BUG: itkSingleLevelSetsv4WhitakerImage2DTest output clobber.<br>
      ENH: Test conversion writing float transform with templateless writer.<br>
      BUG: BMPImageIO buffer size computation.<br>
<br>
Nick Tustison (1):<br>
      ENH:  Added B-spline registration test.<br>
<br>
Sean McBride (1):<br>
      COMP: Fixed compiler error in C++11<br>
<br>
Sureerat Reaungamornrat (1):<br>
      ENH: Make SetFixedImageRegion a virtual function<br>
<br>
Taylor Braun-Jones (1):<br>
      COMP: Remove unused TransformFileWriter::m_Precision ivar<br>
<br>
Xiaoxiao Liu (11):<br>
      COMP: Relax tolerance for a regression test.<br>
      ENH: Exclude ITKGDCM module when system GDCM is ON.<br>
      BUG: Exclude ITKReview when ITK_USE_REVIEW if off.<br>
      BUG: A fix for using sys installed GDCM.<br>
      BUG: ITK_USE_Review did not turn Review module ON.<br>
      ENH: Simplify the steps to build remote modules.<br>
      ENH: Turn remote module LSTK off by default.<br>
      ENH: Deprecate ITK_USE_REVIEW.<br>
      DOC: Migration guide for ITK_USE_REVIEW deprecation.<br>
      ENH: Remote module names need to be consistent.<br>
      COMP: New baseline image for MultiResImageRegistrationTest.<br>
<br>
<br>
<br>
Planned to include for the bugfix release if they apply cleanly on the<br>
release branch:<br>
<br>
<br>
Arnaud Gelas:<br>
      BUG: Check that region for thread is not empty<br>
      BUG: Fix failure in InteractivePause test<br>
<br>
Dirk Padfield:<br>
      BUG: ConstPointer assigned to non-const raw pointer<br>
<br>
Jim Miller:<br>
      BUG: GDCMImageIO ignore image orienations from MetaDataDictionary<br>
      BUG: Two tests were writing to same filename.<br>
<br>
Jonathan Guinet:<br>
      BUG: {Opening,Closing}ByReconstructionImageFilter information propagation<br>
<br>
Kent Williams:<br>
      BUG: Guard against Divide by Zero<br>
      BUG: Row/Column assignment into ImageDimensions was wrong<br>
<br>
Matthew McCormick:<br>
      COMP: Do not try to include float.h for MinGW.<br>
      COMP: Remove redundant Typename structs. #3195.<br>
      BUG: itkSingleLevelSetsv4WhitakerImage2DTest output clobber.<br>
<br>
Sean McBride:<br>
      COMP: Fixed compiler error in C++11<br>
<br>
Xiaoxiao Liu:<br>
      COMP: Relax tolerance for a regression test.<br>
      ENH: Exclude ITKGDCM module when system GDCM is ON.<br>
      BUG: A fix for using sys installed GDCM.<br>
      COMP: New baseline image for MultiResImageRegistrationTest.<br>
<br>
<br>
<br>
Please reply in this thread if the proposed additional patches are not<br>
simple bug fixes that address critical issues or if some patches were<br>
left out.<br>
<br>
Thanks,<br>
Matt<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
</blockquote></div><br></div>