X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=8f9d83ae18c5cf4182b8cca1cb919e1e203c9aad;hb=ef60f9a6d2d07c8479c2e370f9c24e21dbfd1844;hp=8633608d593629cb67e7b8bf53b3c656c2a1fd4c;hpb=405ece539626e071bfa8333e84d9561fbec6d81d;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 8633608d..8f9d83ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2005-01-11 Benoit Regrain + * Bug fix for the python part use + * Now, PrintHeader.py pass... but outside the ctest use. shit ! + +2005-01-11 Benoit Regrain + * gdcmPython/gdcm.i : bug fix when compiling with MSCV + +2005-01-11 Mathieu Malaterre + * Untangle TransferSynatx from gdcm::Document. Now Document only manipulate + a string and should ask the global TS dict what are the propreties of + the transfer syntax + +2005-01-11 Jean-Pierre Roux + * Replace confusing name SwitchSwapToBigEndian name by SwitchByteSwapCode + * Add the Document::HandleOutOfGroup0002(uint16_t group) method + to swap the Swap Code, at parsing time, when we come out of group 0002 + and Transfer Syntax is Big Endian + We should be able to read now 'true DICOM" Big Endian coded images + * Add optional run time SetDebugOn (last param) for PrintHeader, PrintFile + * Replace the french 'Transfert Syntax' by the english 'Transfer Syntax' + +2005-01-10 Mathieu Malaterre + * Hopefully fix the bug on MacOSX and static global initialization. + This is the only -minor- patch I found that both please MacOSX and VS6. + Other patch would be to declare a const std::string & GDCM_UNFOUND() instead, + but this would require a lot of change. Another approach would be that Global + create those string and GDCM_UNFOUND becomes a pointer to a string (which + gdcm::Global would destroy at exit). + +2005-01-08 Mathieu Malaterre + * Fix bug on MacOSX with static initialization in a multy threaded + environment. static const string in a header file used to be ill + initialized provoquing the freeze of any tests. patch should solve this + issue. + 2005-01-08 Jean-Pierre Roux * According to Benoit's suggestion, and without any objection from anybody - methods SetxxxByNumber and GetxxxByNumber renamed as Setxxx and Getxxx @@ -603,7 +638,7 @@ images, without the need of the Cornwell lib, but we do read them properly now * To reduce code (well to avoid code duplication), I defined a common place for jpeg read/write: gdcmJpeg.cxx. Now gdcmJpeg[8,12 16] include this file and - redefine symbols. This is not prefect but this the best solution I found for a + redefine symbols. This is not perfect but this the best solution I found for a compilation time jpeg option. 2004-10-13 Mathieu Malaterre