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