X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=f655497a8a5cbe7ad6f543ef94c602cd187c8a2a;hb=167d33249bea7b1b29e78d3ccb29e4dff6e2902c;hp=e69a2b45ff17e5247c8c1814d01b1faac80ecfab;hpb=1079edbfedaa2988150d2b706f93dfd351e1d108;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index e69a2b45..f655497a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +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