X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=4993c111f7dc3e51114a05821c4965201ca6d87e;hb=f97517fa5d3facd37a2a8e1b35a10ef2286f7770;hp=e69a2b45ff17e5247c8c1814d01b1faac80ecfab;hpb=1079edbfedaa2988150d2b706f93dfd351e1d108;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index e69a2b45..4993c111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2003-09-11 Mathieu Malaterre + * cygwin complains about missing std:: in subdir Test/ +2003-09-10 Mathieu Malaterre + * remove some methods that are now in gdcmHeaderHelper +2003-09-10 Mathieu Malaterre + * vtkGdcmReader set spacing and origin correctly +2003-09-09 Mathieu Malaterre + * Fix a few delete/delete[] mismatch +2003-09-08 Mathieu Malaterre + * src/gdcmHeaderHelper.[h cxx]: added new class that provide an + interpretation to data given by gdcmHeader. For instance there are + heuristics to get informations (look at different places). + * it also include a specific class: gdcmSerieHeaderHelper devoted to + sorting DICOM images based on different strategies. + * modified Makefiles accordingly. +2003-09-05 Mathieu Malaterre + * src/*.cxx : added pragma disable 4786/4251 to get rid of ~4300 warning + when building in debug mode + * vtk/win32/vtkgdcm.dsp : change /MT -> /MD and /MTd -> /MDd to match + src/win32/gdcmdll.dsp + * vtk/win32/vtkgdcm.dsp : added /nodefaultlib "mscvrt" for debug mode +2003-08-29 Mathieu Malaterre + * Corrected a leak in vtkGdcmREader.cxx, the pSource was find thanks to valgrind. 2003-07-29 Mathieu Malaterre * src/win32/libgdcmjpeg12.dsp was not dos format * src/win32/libgdcmjpeg12.dsp : libgdcmijpeg12_EXPORTS -> LIBGDCMIJPEG12_EXPORTS