X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=3eaa08544bb87b9335134342a34dfb1308aec97b;hb=a4e827eb6e652bf8ff0a179e810da297d3c9a628;hp=437e7122561b0ea4d3be52308c59e443e7e80811;hpb=35289a565abc4469b3cda75288f9dff18786bd55;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 437e7122..3eaa0854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,46 @@ +2005-01-14 Mathieu Malaterre + * Unfortunately to be able to test gdcmDirList I had to break the API + a little. Now the class is not a std::list anymore but has a member + std::vector (more ITK compatible). Allow unit testing on Win32 and + shared libs. + +2005-01-14 Mathieu Malaterre + * Update SerieHeader to take into account a Serie Instance UID to properly + sort DICOM files + +2005-01-13 Jean-Pierre Roux + * ENH - Comment out Mathieu's (dangerous) Super Hack + for dealing with BIGENDIAN processors + - Move equivalent stuff to BinEntry::WriteContent + When necessary, 16 Bits Pixels are swapped in a small buffer + and then written. This avoid allocating a huge buffer, in + PixelWriteConveror, and avoid modifying the Pixel Area. + Note : + Probabely, the same operation will have to be done when we want + to write image with Big Endian Transfert Syntax, + and we are working onj Little Endian Processor + +2005-01-14 Benoit Regrain + * src/gdcmDocument.[h|cxx] : comment all methods concerning a flat hash + table. + * src/gdcmElementSet.[h|cxx] : rename Initialize into InitTraversal + * src/gdcmDict.[h|cxx] : add InitTraversal/getNextEntry methods to parse + all the dict content. + * src/gdcmDictEntry.cxx : add a carriage return at the end of the DictEntry + print + * Test/TestDict.cxx : add a new test for the dict classes + +2005-01-13 Mathieu Malaterre + * src/gdcmDebug.h : Adding an option to redirect debug stream to a + file. Debug is yanked if compiled with NDEBUG + +2005-01-13 Benoit Regrain + * src/gdcmDictSet.h : set the default output to the os variable + * src/gdcmDictEntry.[h|cxx] : add the Print method + * gdcmPython/demo/ : add a new test + 2005-01-13 Jean-Pierre Roux - * merging of Test/PrintDicomDir and Test/TestDimoDir + * merging of Test/PrintDicomDir and Test/TestDicomDir * removal of now redundant Test/PrintDicomDir * enhancement of Example/PrintDicomDir