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