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