X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=f29ce9f381e560a51325d3bcbdc17207d6e02c59;hb=c402879b6af9ae8b2364a210654c864c5283c959;hp=f845d0252b8582d70b64dae506c9252250fc7971;hpb=39ebfe7d84122eb1ded9089ba5678fabbb901f34;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index f845d025..f29ce9f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-10-09 Mathieu Malaterre + * CMake-ification of gdcm, we have now two build system +2003-10-03 Mathieu Malaterre + * vtkGdcmReader is now able to read rgb dicom file. + * src/gdcmHeaderHelper : GetNumberOfScalarComponents() +2003-10-02 Mathieu Malaterre + * src/*.cxx removed pragma thingies to src/gdcmCommon.h + Two reasons: - clear things + - third parties acces gdcm through header files, so won't + suffer anymore VC++ complains + 2003-09-22 Benoit Regrain * src/gdcmUtil.[cxx|h] : change the _CreateCleanString return value from char* to std::string. Thus, the use of strdup becoomes useless. (see