X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=56181890d76bf7e431f1d24b37d51990e74340c5;hb=f785c09f3775f64965028831b3f58c0c54e49f45;hp=3854200e07b6e4c843462c484b028c35366fae79;hpb=c8674b38365e7959fddbce5467e5bc82bb1ed550;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 3854200e..56181890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2005-01-15 Mathieu Malaterre + * Removed the Print/indent/default parameter mess. There is absolutely no + reason to have to methods, moreover with the second takeing the ostream as + *SECOND* parameter. This was clearly a bad hack to get things compile. + +2005-01-15 Mathieu Malaterre + * Complete rewrite of the GetMacAddress code. Now the code is *much* + smaller (no more MacOSX specific crap). A lot more POSIX oriented. + Unfortunately the main code does not work on SunOS, thus provide a specific + code for this platform only (and Win32 of course). Since this seems to be + working, change CreateUniqueUID to use GetMACAddress instead of the + problematic getIPAddress + +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