]> Creatis software - gdcm.git/blob - ChangeLog
f6f103e8be751d9b7142fb07dee762d22818c7ae
[gdcm.git] / ChangeLog
1 2002-11-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
2       * Dicts/dicomV3.dic removed all the trailing (RET) when the
3         the vr was also RET.
4       * python/testSuite.py more tests added.
5
6 2002-11-14 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
7       * python/testSuite.py unittest test suite added (uses Data)
8       * Data/* dcm and acr files for the test suite.
9       * glib dependance removed from un*x version. We now use ISO C99
10         7.18 Integer types (see stdint.h)
11         - python/Makefile, src/Makefile src/gdcm.h
12       * src/ when an explicit vr (like dicom files) suddenly poped an
13         implicit element we use to mark the underlying DictEntry of the
14         concerned ElValue with "Implicit". This strategy was damageable
15         too the public or provite dictionaries, since some of their vr
16         would be changed. Since Header::FindLength heavily relies on the
17         detection by Header::FindVR of falsely explicit elements, I
18         added an extra ImplicitVr member to ElValue (boolean).
19         The rest of the changes we the necessary adaptations.
20
21 2002-11-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
22       * src/gdcmHeader::FindLength bug fix when trapping falsely explicit
23         VR files.
24       * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files.
25
26 2002-11-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
27       * python/gdcm.i: added a typemap that converts a C++ hashing table
28         to native Python dictionary.
29       * python/demo/test.py:
30         - now uses the native dictionary for exploration of gdcmHeader.
31         - takes an optional filename argument (the file to parse).
32       * src/gdcm.h and gdcmHeader.cxx: gdcmHeader now has an accessor on
33         PubElVals hashing table. 
34       * Dicts/dicomV3.dic removed error prone trailing spaces.
35
36 2002-11-6 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
37       * Python wrapping process moved away from src/Makefile to
38         newly created python/Makefile (as well as gdcm.i)
39       * python/demo/test.py (that mirrors Test/test.cxx) is effective.
40       * src/gdcmHeader::FindLength only looks for current vr when necessary.
41       * src/gdcmDictSet.cxx: the dictionnaries directory path is now imported
42         from the environement variable GDCM_DICT_PATH (when existing).
43       * src/gdcmDict::GetTag bug fix.
44
45 2002-10-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
46       * Straightforward temporary fixes for swig to build the python wrappers.
47         src/Makefile now has a python working entry [by working we mean
48         that we can import de shadow classes without errors].
49
50 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
51       * hashtest.cxx removed (since allready in Test)
52       * src/gdcmlib.h renamed to src/gdcm.h
53       * src/dcm.i renamed to src/gdcm.i
54       * src/Makefile prepared for python wrapping
55
56 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
57       * src/gdcmHeader.cxx :
58         - Parsing of header is now separated from loading of element values
59           (see gdcmHeader::LoadElements).
60         - general clean up of hopefully all file access (creation of
61           ReadInt16 and ReadInt32)
62
63 2002-10-22 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
64       * src/gdcmHeader.cxx :
65         - RecupLgr renamed to FindLength and cut off with new IsAnInteger
66           method.
67         - SetLgrElem renamed to SetLength
68         - GetLgrElem renamed to GetLength
69         - ~gdcmHeader() made virtual to pesky warning messages at compile.
70       * src/gdcmElValSet.cxx fixed both GetElValue methods
71       * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data]
72         due to IdoDude was cleaned out.
73
74 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
75       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
76         concentrates on finding the value representation (when it exists).
77         RecupLgr now only finds the element value length, and it avoids
78         returning the unecessary skL (skipped length).
79         Also, offsetCourant was simply removed (with taille_fich) since
80         it was redundant with the File position internals (by using
81         ftell and fseek). This also made skL (see above in RecupLgr) usage
82         jajun.
83       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
84         on the libido specificities which are handled through class 
85         inheritance.
86       * Test/implicit_vr.dcm dicom v3 in implicit value representation
87         added. 
88
89 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
90       * Truckload of changes. Parsing of header is barely functional
91         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
92
93 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
94       * src/gdcmHeader.cxx many addons of low level methods
95
96 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
97       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
98         and _IdDcmSWAP_LONG.
99
100 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
101       * This corresponds to all the changes decided at the meeting of
102         May 23 2002. Needless to say we are running late...
103