]> Creatis software - gdcm.git/blob - ChangeLog
* Straightforward temporary fixes for swig to build the python wrappers.
[gdcm.git] / ChangeLog
1 2002-10-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
2       * Straightforward temporary fixes for swig to build the python wrappers.
3         src/Makefile now has a python working entry [by working we mean
4         that we can import de shadow classes without errors].
5
6 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
7       * hashtest.cxx removed (since allready in Test)
8       * src/gdcmlib.h renamed to src/gdcm.h
9       * src/dcm.i renamed to src/gdcm.i
10       * src/Makefile prepared for python wrapping
11
12 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
13       * src/gdcmHeader.cxx :
14         - Parsing of header is now separated from loading of element values
15           (see gdcmHeader::LoadElements).
16         - general clean up of hopefully all file access (creation of
17           ReadInt16 and ReadInt32)
18
19 2002-10-22 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
20       * src/gdcmHeader.cxx :
21         - RecupLgr renamed to FindLength and cut off with new IsAnInteger
22           method.
23         - SetLgrElem renamed to SetLength
24         - GetLgrElem renamed to GetLength
25         - ~gdcmHeader() made virtual to pesky warning messages at compile.
26       * src/gdcmElValSet.cxx fixed both GetElValue methods
27       * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data]
28         due to IdoDude was cleaned out.
29
30 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
31       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
32         concentrates on finding the value representation (when it exists).
33         RecupLgr now only finds the element value length, and it avoids
34         returning the unecessary skL (skipped length).
35         Also, offsetCourant was simply removed (with taille_fich) since
36         it was redundant with the File position internals (by using
37         ftell and fseek). This also made skL (see above in RecupLgr) usage
38         jajun.
39       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
40         on the libido specificities which are handled through class 
41         inheritance.
42       * Test/implicit_vr.dcm dicom v3 in implicit value representation
43         added. 
44
45 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
46       * Truckload of changes. Parsing of header is barely functional
47         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
48
49 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
50       * src/gdcmHeader.cxx many addons of low level methods
51
52 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
53       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
54         and _IdDcmSWAP_LONG.
55
56 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
57       * This corresponds to all the changes decided at the meeting of
58         May 23 2002. Needless to say we are running late...
59