]> Creatis software - gdcm.git/blob - ChangeLog
Update ChangeLog
[gdcm.git] / ChangeLog
1 2004-04-02  Jean-Pierre Roux
2      * ADD gdcmData/E00001S03I0015.dcm for SQ checking purpose
3      
4 2004-04-02  Jean-Pierre Roux
5      * ADD : Test/checksequence.sh, for a general recap on SQ pb
6      * FIX : gdcmParser::WriteEntryTagVRLength emprovement of special treatement
7              for Philips spurious Tag fffe|0000 while rewritting Dicom files
8              
9 2004-03-30  Jean-Pierre Roux
10      * FIX gdcmParser::ReplaceOrCreateByNumber shouldn't seg fault any more 
11          for ACR file, written out as DICOM files (hope so...)
12
13 2004-03-30  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
14      * src/gdcmParser.[cxx|h] and gdcmHeader.[cxx.h]: gdcmHeader::Write split
15        in WriteEntryTagVRLength and WriteEntryValue. Those methods were
16        moved to base class gdcmParser and only the specialisation is kept
17        in gdcmHeader.
18      * src/gdcmParser.[cxx|h]: ReplaceOrCreateByNumber(char*, guint16, guint16)
19        trashed out (because ReplaceOrCreateByNumber(string, guint16, guint16)
20        already does the job.
21      * src/gdcmDicomDir.[cxx|h]: WriteDicomDirEntries renamed to WriteEntries
22        (to be consistent with gdcmParser::WriteEntries).
23
24 2004-03-30 Benoit Regrain
25      * vtk/vtkGdcmReader.[h|cxx] : fix the read of 3 gdcmHeader when making an
26        upate of the object's instance. It's passed to 2 in the unfavorable
27        case : one in the ExecuteInformation, one in the ExecuteData
28
29 2004-03-29  Jean-Pierre Roux
30      * ENH : Check on file type to be written moved
31              from gdcmParser::WriteEntry to gdcmParser::WriteEntries
32      * FIX : gdcmObject::ResetBoundaries now stops properly
33              when end-of-list is reached
34            : gdcmVersion modified (as Benoit Regrain asked)
35
36 2004-03-29  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
37      * src/gdcmParser.cxx: removal of all TAB character. Indentation fixed.
38      * src/gdcmUtil.cxx: added forgotten iostream include.
39      * src/gdcmCommon.h: FileType enum entry DICOMDIR removed (since
40        equivalent to ExplicitVR in existing code).
41
42 2004-03-27  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
43      * src/gdcmUtil.[cxx|h] split in two. Additional file gdcmGlobal.[cxx|h]
44        now contains all the gdcmGlobal related code.
45      * minor coding style and doxygenation changes.
46
47 2004-03-26  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
48      * src/gdcmUtil.[cxx|h] split in two. Additional file gdcmDebug.[cxx|h]
49        now contains all the Debug related code.
50      * minor clean-up of includes in src/*.cxx
51      * src/gdcmUtil.[cxx|h] _cleanString C style function (replaced with
52        CreateCleanString) removed.
53      * src/gdcmUtil.[cxx|h] _CreateCleanString renamed to CreateCleanString
54      * Doc/DoxyMainPageUser.txt added.
55      * Doc/Doc/DoxyfileUsers updated to version 1.3.4 of Doxygen.
56      * src/gdcmCommon.h now defines getcwd for Win32 (moved away from
57        src/gdcmDirList.cxx)
58
59 2004-03-24  Jean-Pierre Roux
60      * FIX a lot of little surface modifications to be doxygen 1.3.6 compliant
61
62 2004-03-23  Jean-Pierre Roux
63      * FIX Now gdcmFile::SwapZone doesn't seg faults any longer for
64            big endian made volumes
65      * ENH Now gdcmParser constructor and destructor are protected to forbid
66            end user to instanciate class gdcmParser
67           (only gdcmHeader and gdcmDicomDir are meaningfull)
68
69 2004-03-22 Benoit Regrain
70      * FIX : src/gdcmDicomDir.cxx : make windows compilable
71      * FIX : gdcmPython/gdcm.i : change gdcmStudy to gdcmDicomDirStudy and
72              gdcmSerie to gdcmDicomDirSerie
73
74 2004-03-19  Jean-Pierre Roux
75      * ENH Now the tree-like structure describing a DICOMDIR comming from
76            an already existing DICOMDIR file is consistent with
77            the home-made tree-like structure build ex-nihilo
78            or build from the files held (recursively) in a Directory
79            functions gdcmDicomDir::CheckBoundaries()
80            gdcmObject::SetBoundaries() added
81
82 2004-03-17  Jean-Pierre Roux
83      * REM (Eric Boix bug) : removal of meaningless
84                              gdcmDicomDirImage::NewImage function.
85      * FIX now file names and directory name are written properly in the
86            DICOMDIR
87      * FIX now gdcmDicomDir constructor may be call without any trick
88            about the name
89
90 2004-03-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
91      * FIX (JPR bug) : src/gdcmDicomDirImage.cxx added missing definition
92                        of gdcmDicomDirImage::NewImage as empty function.
93
94 2004-02-28  Jean-Pierre Roux
95      * ENH add gdcmDicomDir:NewPatient
96            add gdcmDicomDirPatient:NewStudy
97            add gdcmDicomDirStudy:NewSerie
98            add gdcmDicomDirSerie:NewImage
99            to allow making gdcDicomDir object.
100      * ADD PrintDicomDir executable that uses gdcmDicomDir tree-like structure
101           (as opposite to the gdcmHeader chained list)
102
103 2004-02-11 Benoit Regrain
104      * FIX : memory leaks and the set of ArgDelete methods in gdcmDicomDir
105              when using from python
106
107 2004-02-10 Benoit Regrain
108      * FIX : bug fix in the gdcmDirList for the recursivity in directories
109      * FIX : in gdcmDicomDir when the directory is empty
110      * ENH : add callback and methods to get the progression of dicomDir
111              directory parsing
112
113 2004-02-06 Jean-Pierre Roux
114      * ENH : - now gdcmDicomDir::CreateDicomDir() returns also the meta elements
115              - GDCM_META added to gdcmDicomDirType
116              - class gdcmMeta created
117      * ENH : - A brief summary is now displayed at the beginning of
118              'testDicomDir' to help disaster magnitude estimation
119      * REM : Now useless Test/explDICOMDIR.cxx
120
121 2004-02-05 Benoit Regrain
122      * ENH : add methods in gdcmObject to get the hash table or the list of
123              header entries
124      * FIX : wrapping python for ListPatient, ListStudy, ListSerie, ListImage
125      * FIX : wrapping python for TagHeaderEntryHT
126
127 2004-02-04 Benoit Regrain
128      * FIX : even length for some strings when writting the dicom dir
129      * FIX : sort the images in the dicom dir
130      * FIX : Bug fix for python use of dicom dir
131      * ADD : a python demo
132
133 2004-02-04 Jean-Pierre Roux
134      * FIX : Final solution (?) for icone embedded images
135      * FIX : dicomVR.dic Overlay group is not *only* 6000, but 60xxx
136              (see http://medical.nema.org/dicom/2003/03_06PU.PDF)
137              add groups 6002, 6004, 6006, to allow 'clean' parsing of
138              gdcmData/gdcm-MR-SIEMENS-16.acr1
139      * ENH add gdcmData/checkWriteExplicit.sh gdcmData/checkWriteImplicit.sh
140            to make full checking easier
141         
142 2004-02-04 Benoit Regrain
143      * FIX : WriteEntries : coding style & logic in parameters
144      * FIX : Set the elements to create the DicomDir in a dictionary file
145
146 2004-02-03 Benoit Regrain
147      * gdcmDirList : to parse a hard drive directory in recursive (or not)
148      * gdcmDicomDir : add the load of directory
149      * Bug fix and print add-on
150
151 2004-02-03 Jean-Pierre Roux
152      * ENH gdcmParser : allows "DICM" files, with NO group '0002'
153      * FIX handling 'non string elements' unsecure area (LUT, overlays, etc)
154      * FIX Dicts/dicomV3.dic : Add a few missing 'group length' Elements 
155      * FIX gdcmParser.cxx : 'group length' elements are now considered 
156            as integers, even for shadow groups, when file is Implicit VR
157         
158 2004-02-02 Jean-Pierre Roux
159      * FIX : gdcmWrite : equal_range() for multimap doesn't return a 'second' 
160              iterator on last
161              of the last synonym :-(
162      * FIX : gdcmWrite::WriteBase : method stops if Pixels not yet Read (except 
163              for DICOMDIR ;-)
164      * ENH gdcmData/checkWrite.sh :modif for full check of Explicit VR writting
165      * FIX taking into account the possible 7fe0,0010 multiplicity        
166      * FIX add GRPixel,NumPixel,countGrPixel (gdcmParser protected members)
167            to allow removal of references to 7fe0,0010, to deal with
168       ACR-NEMA images, when 0028,0200 is meaningfull
169
170 2004-01-31 Jean-Pierre Roux
171      * FIX gdcmParser::WriteEntries : when a VR is tagged as 'Unknown'
172            no longer writes 'Un' on disk
173      * FIX SQ elements with actual length are now dealt with corectly
174      * FIX gdcmFile::WriteBase make the difference, for color images, between
175            the length (for Palette expanded images)
176            and Raw Length (non expanded image + Palette)
177      * FIX Dicts/dicomV3.dic : removal of 'CTX' (context dependant) VR
178            (that broke Write). Replaced by UL.
179            Aware user will reload the field if he 
180            thinks it's necesssary
181              
182 2004-01-30 Jean-Pierre Roux
183      * gdcmParser::CheckSwap() now defaults the filetype to ACR 
184        when 'dirty Acr' is found, to be compliant with the new 
185        IsReadable() methods.
186        
187      * gdcmHeaderHelper :add Pixel Type 'FD', for dealing with 'double' images.
188       (no DOUBLE images in kosher DICOM, 
189       but so usefull for people that miss them ;-)
190       
191      * add Test/testDicomDir.cxx, Test/makeDicomDir.cxx , Test/explDICOMDIR.cxx
192        DICOMDIR related utilities (not checked as Windoze compliant)
193
194 2004-01-28 Jean-Pierre Roux
195      * upgrade GdcmHeaderEntry Print Method for DICOMDIR
196
197 2004-01-27 Jean-Pierre Roux
198      * gdcmParser constructor has a new boolean param,'ignore_shadow', 
199              to allow skipping the shadow elements, to save memory space.
200         The TRUE value for this param has to be used 
201         with a FALSE value for the 'enable_sequence' param.
202         ('public elements' may be embedded in 'shadow Sequences')
203      * gdcmHeader methods now deal with 'embedded icones images' in the header
204              (even when an 'icone image sequence' is announced by the 
205         element (0x0088,0x0200), but there is NO icone at all ...
206         
207      * gdcmHeader sometimes Image Location value doesn't follow  
208              the supposed processor endianity (see gdcmData/cr172241.dcm).
209              Fixed
210
211      * gdcmHeader add the method
212              IterHT  GetHeaderEntrySameNumber(grPixel,numPixel);
213         to get *all* the Header Entries with the same tag.
214         GetHeaderEntrySameName is probabely *useless* 
215         (no meaning : Name is *not* an identifier within the Dictionnary)
216
217 2004-01-26 Benoit Regrain
218      * Bug fix in the print of hexadecimal representations. Remove long fields 
219        in the print and add a third level of print to print them
220
221 2004-01-23 Benoit Regrain
222      * Bug fix on field having a VR = 'UI'. Assume that is a string field
223      * Bug fix on test suite after remove the strip made on not string fields
224      * Split the IsReadable method between gdcmParser which test that the file
225        is dicom and gdcmHeader which test that it's an image file
226
227 2004-01-22 Benoit Regrain
228      * DicomDir : clean code, add methods, set variables in protected or private
229      * gdcmUtil : bug fix for the clean string method
230
231 2004-01-19 Benoit Regrain
232      * Add the use of shadow dictionaries
233      * bug fix and coding style
234
235 2004-01-19 Benoit Regrain
236      * src/gdcmFile.cxx : bug fix concerning the close of file
237      * src/gdcmParser.[h|cxx] : remove obvious Pub informations
238      * Add the update of header entries using the shadow library
239
240 2004-01-19 Benoit Regrain
241      * removal of file gdcmHeader2.cxx
242      * split class gdcmHeader into gdcmParser and gdcmHeader, with gdcmHeader
243        inheriting from gdcmParser. This split is to prepare the integration
244        of dicom dir parsing
245      * bug fix under python
246
247 2004-01-16 Jean-Pierre Roux
248     * REM removal of class gdcmHeaderEntrySet
249     * REM removal of files gdcmHeaderEntrySet.cxx, gdcmHeaderEntrySet.h
250     * ADD add file gdcmHeader2.cxx 
251     * ADD add method gdcmHeader::SetPrintLevel (for PrintHeader)
252
253 2004-01-15 Benoit Regrain
254      * src/gdcmDicSet.[h|cxx] : add virtual entries to have a reference of
255        entries created while parsing the header. Thus, they will be destroyed
256        when the gdcmDictSet will be destroyed
257      * src/gdcmHeader.cxx, gdcmHeaderEntrySet.cxx : uses virtual entries of
258        gdcmDictSet
259
260 2004-01-15 Benoit Regrain
261      * vtk/vtkGdcmReader.cxx : bug fix : before, with python only, the program
262        made a fatal error because of the memory release at the end of program.
263        The problem was in vtkGdcmReader::ExecuteData where we were allocate
264        some memory and vtk seems to have some problems with that.
265      * src/gdcmHeaderEntrySet.cxx : bug fix for std lib and cout
266
267 2004-01-14 Benoit Regrain
268      * src/gdcmHeaderEntry.[h|cxx] : gdcmElValue -> gdcmHeaderEntry
269      * src/gdcmHeaderEntrySet.[h|cxx] : gdcmElValSet -> gdcmHeaderEntrySet
270      * src/*.[h|cxx] : make changes due to class name changes
271      * gdcmPython/demo/*.py : bug fix due to method names
272
273 2004-01-13 Benoit Regrain
274      * src/*.[h|cxx] : coding style
275      * vtk/*.[h|cxx] : coding style
276
277 2004-01-13 Benoit Regrain
278      * gdcmPython/testSuite.py : test the readable flag of file for tests
279      * src/gdcmDict.cxx, gdcmElValSet.cxx : bug fix under windows for prints.
280        It's lied to the stl compilation by MSVC (windows, always windows...)
281      * src/gdcmIdo.h, gdcmHeaderIdo.cxx : remove the Ido unused files
282
283 2004-01-12 Benoit Regrain
284      * src/*.h : add comments
285      * src/gdcmDictSet.h : set the method BuildDictPath in public
286      * src/gdcmTS.cxx, gdcmVR.cxx : use now a dictionnary file other than to be
287        directly setted in the source code
288      * Dicts/dicomTS.dic, dicomVR.dic : 2 new dictionnary files loaded by
289        gdcmTS and gdcmVR
290
291 2004-01-09 Benoit Regrain
292      * gdcmPython/gdcmVersion.py : add a gdcmVERSION variable information
293      * setup.py : use a reference to gdcmVERSION
294
295 2004-01-07 Benoit Regrain
296      * Modification to compile with the distutils.
297      * Bug fix in code
298
299 2003-12-10 Benoit Regrain
300      * gdcmHeader is now aggregating gdcmFile, and not derived into. Thus, we
301        can use a gdcmHeaderHelper to load datas
302      * gdcmPython/testSuite.py : make the testSuite compliant with modifications
303        made in the source code
304
305 2003-12-10 Benoit Regrain
306      * Update Windows projects and .cvsignore files
307
308 2003-11-12 Jean-Pierre Roux
309      * ENH  gdcmHeader constructor has one more parameter (default value : false)
310            that allows the user to 'go inside' the SeQuences only
311            if he wants to.
312            gdcmElValSet:Print takes it into account
313
314 2003-11-12  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
315      * ENH: Update gdcmPython/CMakeLists
316      * FIX: (gdcmHeaderHelper) GetRescale and GetSlope
317      * FIX: (gdcmElValSet) char 'tag' was overiding private members (VC++)
318
319 2003-11-10 Jean-Pierre Roux
320       * FIX : gdcmHeader::LoadElements is now based
321              on the ListTag listElem member,
322              not longer on the TagElValueHT tagHt member
323       * ENH : PrintPubElVal shows (temporarily) both results,
324              with the tagHt member and the listElem member.
325              (it's easier to 'see' the problems when using Printheader)
326
327       * FIX : old private member LgrElem is now splitted into
328              ReadLength   : Length actually found on disk (updated only
329                             if bug fixing is necessary), for internal
330                             use only
331              UsableLength : Updated by FixFoundLength, to fix a bug
332                             or to allow Parser going on.
333              Will allow to re-write a kosher header when a SeQuence
334              with a length (not 0000) is found
335       Warning : gdcmFile::Write still uses the TagHt (not ListElem)
336                 because gdcmElValSet::Add does not update ListElem
337                 (to be written)
338
339 2003-11-07 Jean-Pierre Roux
340      * FIX misstyping in Transfert Syntax name table
341      * ENH gdcmHeader::FixFoundLength now allow to 'go inside' tge SeQuences
342           when they have an actual length (not 0000 nor FFFFF)
343      (Nobody should care of it, but DICOMDIR explorers)
344
345 2003-11-06  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
346      * ENH: vtkgdcmViewer now works with LUT dicom (OT-PAL-face ...)
347
348 2003-11-05  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
349      * ENH: vtkGdcmReader now supports LUT !
350           (vtkgdcmViewer for now is not able to use them though)
351
352 2003-11-05 Jean-Pierre Roux
353      * in testSuite.py : new files names for checking the package
354      * FIX : Forgot to commit gdcmFile::GetImageDataSizeRaw();
355              that returns the pixel area size to the *aware* (vtk) user
356              that DOESN'T want to turn the PALETTE COLOR image into an RGB image
357
358 2003-11-05 Benoit Regrain
359      * in testSuite.py : Modify the rules for checking the paths
360                        : Explicit error messages
361      * in __init__.py  : Related modif
362
363 2003-11-03 Jean-Pierre Roux
364      * add gdcmHeaderHelper::GetNumberOfScalarComponentsRaw()
365            to be used by aware (vtk) users that want to manage
366            LUT (and no to turn the PALETTE image into an RGB pixels one)
367      * GetPixelType now returns 8U for 24 Bits images
368                     (vtkGdcmReader compliant)           
369       
370 2003-10-31 Jean-Pierre Roux
371      * Removal of *all* gdcmData images and add them again
372        in order to loose the 'history' of un-anonymised images
373        
374 2003-10-31 Jean-Pierre Roux
375      * RMV : removal of useless jBitsInJsample.h 
376            for both 8 and 12 Bits JPEG Lossy Libraries
377
378 2003-10-31 Jean-Pierre Roux
379      * ENH : Add the functions gdcmFile::GetImageDataRaw 
380                                gdcmFile::GetImageDataIntoVectorRaw
381              that act as GetImageData and GetImageDataIntoVector
382              except the making of an RGB Plane from Gray Plane + LUT
383              Intended to aware (vtk) users who know how to manage
384              such an image :
385              After gdcmHeader :
386               GetLUTRGBA return a R,G,B,A LUT if any
387               lgrTotaleRaw gives the 'Raw' length
388               GetImageDataRaw returns the gray Plane
389      * FIX : no more dirty trick for 'Segmented xxx Palette Color Lookup' images
390              (They stay Grey, just like with other Dicom viewers :-(
391
392 2003-10-30 Jean-Pierre Roux
393      * FIX : a VC++ intended syntax modif broke the 12/12 Bytes expanding
394              
395 2003-10-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
396      * ENH: Can be used like this '$vtkgdcmViewer *.dcm' with *.dcm 
397            being coherents dicom files.
398      
399 2003-10-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
400      * FIX: DOH ! Forgot about windo$e users, they couldn't read lossless jpeg,
401            from medcon lib !
402      * ENH: Turn it into DOS file type to match libgdcmijpeg8.dsp file type 
403      * ENH: Two steps is necessary to please VC++ compiler...
404      * FIX: DOH ! libgdcmijpg8 -> libgdcmljpeg
405      * ENH: Add include dir to medcon lib
406      * FIX: only one function is being exported for now ! 
407            You should use GLOBAL(return type) see ljpg/jpeg.h for more info
408             
409 2003-10-29 Jean-Pierre Roux
410       * adding  gdcmHeader::GetLUTRGBA
411         returns a 4 * 256 Bytes Reg/Green/Blue/Alpha vtk compliant LUT
412           --> Mathieu, the modif u're waiting for is not yet committed
413       * removal of now useless GetLUTRed,GetLUTGreen,GetLUTBlue,GetLUTRGB
414
415 2003-10-27 Jean-Pierre Roux
416       * adding some xmedcon breaker files (courtesy of Loïc Boussel)
417         00191113.dcm DermaColorLossLess.dcm
418         MxTwinLossLess.dcm RadBWLossLess.dcm
419       * ENH: For version prior to vtkImageViewer2 -r 1.19
420       * FIX: avoid pb with xmedcon-breaker CT McTwin Elscint images
421
422 2003-10-27  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
423       * Removal of ido stuff in CMakeLists.txt
424                                                
425 2003-10-24  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
426       * ENH: vtkGdcmReader.cxx can now read multiframe dicom
427       * FIX: remove a call to ->Modified ... see comments
428       * FIX: vtkgdcmViewer.cxx was writting ASCII file...this is so slooooooow !
429       
430 2003-10-23  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
431       * FIX: Problem with path for libvtkgdcmPython
432       * ENH: Try adding a search script for python site-package
433       * RMV: Remove some file from medcon lib that are not necessary
434       * FIX: gdcm/Makefile.am fix for generating ljpg medcon
435       * ENH: CMakeLists.txt now generate 'pygdcm.so' instead of 'libpygdcm.so' 
436       * FIX: More pragma disable fro VC++, 
437              I don't think I break something as it is also disable in VTK/ITK. 
438         But it fasten debug compilation time.
439             
440 2003-10-23 Jean-Pierre Roux
441       * gdcm now deals with 16 Bits Run Length Encoded images
442         (they are compressed as 2 planes images, 
443          one for the high Bytes, the other for low Bytes)
444
445 2003-10-22 Jean-Pierre Roux
446       * Now CheckRead takes into account :
447          - the bugged 'Leonardo' Siemens images
448          - the XA images, sent thru the burning VPRO station
449       * add I9000001.dcm, a GE dlx XA image, thru the VEPRO burning station
450        (breaks DicomWorks)
451
452 2003-10-22  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
453       * FIX: When copying a Makefile.am to CMakeLists.txt 
454              one should remove the '\'
455         
456 2003-10-22 Jean-Pierre Roux
457       * in gdcmData adding a bugged 'Leonardo' Siemens image 
458         (wrong lengths in header)
459         OK with gdcm, KO with the other viewers :-)
460       * add a GE dlx XA image, thru the VEPRO burning station
461         (breaks DicomWorks)
462
463 2003-10-21 Jean-Pierre Roux
464       * in gdcmData add the checkvtkgdcmViewer.sh shell script 
465         for a brutal checking of vtkgdcmViewer compliance
466
467 2003-10-21 Jean-Pierre Roux
468       * add the files for 'xmedcon' Jpeg Lossless library
469       * call of 'xmedcom' Jpeg Lossles libray (instead of the old LibIDO one)
470
471 2003-10-21 Jean-Pierre Roux
472       * 'Compacted Files' (12 Bits Allocate, 12 Bits Stored) are now dealt with
473      
474 2003-10-21 Jean-Pierre Roux
475       * garbage Siemens 'Leonardo' images dealt with
476         (the patch is easy to remove)
477       * cosmetic changes to avoid warnings
478       
479 2003-10-20  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
480       * ENH: vtkgdcmViewer now autoscale color/window level on start-up, 
481         no need to press 'r' now.
482    
483 2003-10-20  Jean-Pierre Roux
484       * upgrade of checkRead.sh checkWrite.sh according
485         to new Jpeg Lossless decompressor
486       * add US.3405.1.dcm, a genuine RGB medical file ...
487       * add gdcm-ACR-LibIDO.acr, unnormalized Rectangular LibIDO format image
488       * add CLIP0001-Sequoia-U11.dcm, US 'Clip', from SEQUOIA machine,
489                                                   UNIT 11, Hop Cardio              
490 2003-10-15  Jean-Pierre Roux
491       * general anonymisation in gdcmData
492       * adding the 'color files' from
493         http://www.leadtools.com/SDK/Medical/DICOM/ltdc19.htm
494       * adding some well knowed bugged-header images
495       * adding checkRead.sk, checkReadColor.sh, checkWrite.sh,
496         waiting for their inclusion in Python testsuite
497
498 2003-10-15  Jean-Pierre Roux
499     * gdcmHeader::gdcmHeader(const char *InFilename, bool exception_on_error)
500       no longer seg faults when file is not found
501
502 2003-10-14  Jean-Pierre Roux
503      * Emprovement of reading for Dicom encapsulated Jpeg LossLess MultiFrame images
504
505 2003-10-14  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
506      * TODO: *.in file to genereate a UseGDCM later
507
508 2003-10-14  Jean-Pierre Roux
509      * Some supposed-to-be Dicom Images have no preamble.
510         OpenFile takes it into account
511      * Jpeg LossLess 24 Bits images doesn't break any longer gdcm
512      * Missing elements added in dicomV3.dic
513       (just to be affraid : have a look at
514        ftp://medical.nema.org/medical/dicom/2003/01v03dif/01v03_06.pdf
515        and do it again next year ;->
516
517 2003-10-13  Jean-Pierre Roux
518      * According to PS 3.3-2003 C.11.1.1.2 p 619, when each pixel of 
519        a PALETTE COLOR is stored on 2 Bytes, theese 2 Bytes must be equal.
520        But there are NOT. It's fixed !
521        
522 2003-10-13  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
523      * FIX: "jpeglib.h" was not found on VC++
524      * FIX: vtkgdcm was not being installed 
525          
526 2003-10-10  Jean-Pierre Roux
527      * ENH : OpenFile closes the file if it *really* doesn't look like
528              an ACR-NEMA / DICOM one.
529      * FIX : testWrite no longer writes an empty file if the source file     
530              is not gdcm Readable
531      * ENH : One more JPEG LossLess type "JPEG Baseline (Process 14)" 
532              is now decoded.
533         
534 2003-10-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
535      * FIX: CMake generate now documentation
536      * ENH: out of source doc build !
537      * ENH: Generate both user and dev documentation
538      * ENH: Should work on windows too
539      * ENH: Only one doxygen config.in file is needed 
540      * FIX: make install should be ok now on Ã¹nix plateform
541      * FIX: PATH to dictionary was wrong (missing /)
542      * ENH: OpenFile, return true if the file looks like an ACR or DICOM file 
543                      
544 2003-10-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
545      * vtkGdcmReader is now able to read rgb dicom file.
546      * src/gdcmHeaderHelper : GetNumberOfScalarComponents()
547      * added a gdcmViewer to vtk test, use mouse to control 
548         window level & window width
549
550 2003-10-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
551      * CMake-ification of gdcm, we have now two build system
552      * FIX: on cygwin Wsock32 doesn't exist
553      * FIX: force jpeg dir to the local one (gdcm/src/jpeg)
554      
555 2003-10-06  Emanuel Ollart
556      * FIX : compilation process wad broken.
557              Changed gdcmViewer_sources to vtkgdcmViewer_sources
558         
559 2003-10-06  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
560      * change gdcmViewer -> vtkgdcmViewer
561      * change GetXSpacing and GetYSpacing "%f\\%" is parsed backward
562      
563 2003-10-06  Jean-Pierre Roux
564      * FIX :A few nasty patches to allow the reading of a lot of nasty images
565            ( e.g : well known GE images with a wrong elem length,
566                  : Philips MRI Images with a wrong Huffman table)
567       * still to be done : allow the reading of bugged LEONARDO Siemens images
568
569 2003-10-03 Jean-Pierre Roux
570       * Odd length strings are padded with '\0' (not with spaces, 
571         to remain compliant with already defined strings, 
572         like Transfert Syntax UID and others)
573
574 2003-10-03 Jean-Pierre Roux
575       * ENH :gdcmHeaderHelper::GetNumberOfScalarComponents() added, 
576              to allow displaying RGB images (not only by affim ;-)
577         
578 2003-10-03  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
579       * vtkGdcmReader is now able to read rgb dicom file.
580       * src/gdcmHeaderHelper : GetNumberOfScalarComponents()
581
582 2003-10-03 Jean-Pierre Roux
583       * A few nasty patches to allow the reading of a lot of nasty images
584         ( e.g : well known GE images with a wrong elem length,
585               : Philips MRI Images with a wrong Huffman table)
586       * still to be done : allow the reading of bugged LEONARDO Siemens images
587
588 2003-10-03 Jean-Pierre Roux
589       * One more JPEG LossLess type "JPEG Baseline (Process 14)" is now decoded.
590
591 2003-10-03 Jean-Pierre Roux
592       * gdcmHeaderHelper::GetNumberOfScalarComponents() added, 
593         to allow displaying RGB images (not only by affim ;-)
594
595 2003-10-03 Jean-Pierre Roux
596       * gdcmFile::GetImageDataIntoVector now
597          - deals with MultiFrames MultiFragments Run Length Encoded files
598          - deals with YcBcR (YBR_FULL) files
599          - deals with YBR_YBR_FULL_422 files (they work as RBG files ?!?)
600           WARNING : nothing was checked for YBR_PARTIAL_422, YBR_ICT, YBR_RCT files.
601           (no sample found :-(
602
603 2003-10-02  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
604       * src/*.cxx removed pragma thingies to src/gdcmCommon.h
605         Two reasons: - clear things
606                      - third parties acces gdcm through header files, so won't
607                        suffer anymore VC++ complains
608
609 2003-09-30  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
610       * add argv[1] in testvtkGdcmReader.cxx
611       * removed leaks
612
613 2003-09-24 Jean-Pierre Roux
614       * The lines are now eigthy characters long.for 
615         gdcmHeader.cxx gdcmHeaderHelper.cxx gdcmParse.cxx 
616
617 2003-09-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
618       * src/gdcmUtil.[cxx|h] : change the _CreateCleanString return value from
619         char* to std::string. Thus, the use of strdup becomes useless. (see
620         previous commis of Malaterre)
621       * src/gdcmElValSet.cxx : reuse commented call to _CreateCleanString like
622         before the last Malaterre's commit.
623
624 2003-09-19  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
625       * This commit should fix the Debug building under VC++, the problem
626         was mainly a mixture of debug and release lib being loaded at startup.
627       * I also remove a depency to a specific C function: strdup. Because I had
628         to force the link to msvcrtd (whereas strdup is in libc).
629
630 2003-09-16  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
631       * "gdcm::Unfound" string changed to a constant variable (GDCM_UNFOUND)
632         located in the gdcmCommon.h file. All use of reference of tha has been
633         changed to now use the variable GDCM_UNFOUND.
634
635 2003-09-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
636       * Cosmetic changes:
637         - gdcmPython/testSuite.py adapted to the JPR updated Dicts/dicomV3.dic
638           Dicom dictionary. The test suite can now be run again. Note:
639           I'm note very happy with the " (RET)" changes. I believe this
640           RETAINED comment should be dropped when parsing the dictionary.
641         - PACKAGER corrected
642         - DEVELOPPER added.
643         - AUTHORS updated and now in alphabetical order
644       * Makefile.am now exports gdcm.dsw for Windoze users.
645
646 2003-09-11  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
647       * cygwin complains about missing std:: in subdir Test/
648
649 2003-09-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
650       * remove some methods that are now in gdcmHeaderHelper
651
652 2003-09-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
653       * vtkGdcmReader set spacing and origin correctly
654
655 2003-09-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
656       * Fix a few delete/delete[] mismatch
657
658 2003-09-08  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
659       * src/gdcmHeaderHelper.[h cxx]: added new class that provide an
660         interpretation to data given by gdcmHeader. For instance there are
661         heuristics to get informations (look at different places).
662       * it also include a specific class: gdcmSerieHeaderHelper devoted to
663         sorting DICOM images based on different strategies.
664       * modified Makefiles accordingly.
665
666 2003-09-05  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
667       * src/*.cxx : added pragma disable 4786/4251 to get rid of ~4300 warning
668         when building in debug mode
669       * vtk/win32/vtkgdcm.dsp : change /MT -> /MD and /MTd -> /MDd to match
670         src/win32/gdcmdll.dsp
671       * vtk/win32/vtkgdcm.dsp : added /nodefaultlib "mscvrt" for debug mode
672
673 2003-08-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
674       * Corrected a leak in vtkGdcmREader.cxx, the pSource was find thanks to valgrind.
675
676 2003-07-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
677       * src/win32/libgdcmjpeg12.dsp was not dos format
678       * src/win32/libgdcmjpeg12.dsp : libgdcmijpeg12_EXPORTS -> LIBGDCMIJPEG12_EXPORTS
679       * src/win32/gdcmdll.dsp: + /I "..\jpeg\libijg12"
680
681 2003-07-29 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
682       * src/gdcmHeader.h : add std:: prefix for stl elements... like others in
683         the file
684       * src/gdcmFile.cxx : bug fix in affectation type
685       * src/jpeg/libijpeg12/jmorecfg12.h : export for windows modified... like
686         in src/jpeg/libijpeg8/jmorecfg8.h (JPR : copy/paste exists !!!)
687       * Modifs of MVSC projects to compile them. Not concerning 2 identic
688         symbols... future problem ?
689
690 2003-07-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
691       * src/win32/libgdcmijpeg12.dsp was missing
692       * modified gdcm.dsw accordingly
693
694 2003-07-28  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
695       * src/gdcmHeader.cxx : misplaced return 0.; for ACR/NEMA
696
697 2003-07-24 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
698       * src/jpeg/libijg12/.cvsignore, jconfig.* : ommited files while last
699         commit of JPR (before his hollidays to facilitate our work).
700       * setup.py : bug fix in code. Modifications made while the last commit
701         of JPR. The code hasn't been tested before the commit... it's so
702         useless to make that (for best programmer that is JPR) !!!
703
704 2003-07-08  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
705       * tagged the current version as Version0_3 (i.e. version 0.3)
706
707 2003-07-08  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
708       * vtk/testvtkGdcmReader.cxx : remove a symbol that is unused
709       * src/jpeg/libijg8/jmorecfg.h : adding export symbol for windows
710       * *.dsp : modifications to use new libgdcmijpeg8 library
711       * setup.py : bug fix on VTKPATH variable
712       * PACKAGER : adding all concerning windows
713
714 2003-07-07  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
715       * src/gdcmElValSet.cxx, gdcmFile.cxx: JPR bug fix, removal of
716         garbage debug code.
717       * TODO, vtk/vtkGdcmReader.cxx: upcoming fixes comments.
718       * gdcmPython/testSuite.py: JPR bug fix, brutal erasement of
719         test suite reported error.
720       * PACKAGER file added (describes what a packager must do when
721         packaging a new release).
722       * MANIFEST.in, now declares jconfig.linux and jconfig.vc
723       * configure.in: upgraded version number to 0.3.0
724       * fixing build of rpm (through rpm -ta):
725         - Doc/Makefile.am exports proper doxygen files
726         - src/jpeg/libijg8/Makefile.am exports the include files.
727
728 2003-07-07  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
729       * vtk/vtkGdcmReader.cxx : bug fix when loading only 1 file.
730       * src/gdcmHeader.h : formatting code
731
732 2003-07-07  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
733       * vtk/vtkGdcmReader.[cxx|h] : bug fix when loading only one file.
734         We were obtaining error message from vtk. Now, creation of file list
735         is made in an internal list to prevent this problem.
736         Bug fix when output is empty.
737         Bug fix in update of progress value. Previous commit for this was a bad
738         correction.
739       * vtk/vtkGdcmReader.h : adding comments for InternalFileNaleList variable
740
741 2003-07-04  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
742       * src/gdcmHeader.h : added method to get the file name
743       * vtk/vtkGdcmReader.[cxx|h] : bug fix concerning loading of bad dicom
744         files. Added method to remove all files on the input
745         Added FIXME comment concerning the bad parsing of header made by
746         ExecuteInformation method (in ExecuteData method)
747
748 2003-07-03  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
749       * vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed
750         when using make instal.
751       * src/gdcmFile.cxx : bug fix under Window after JPR commit
752         RQ : the JPR doesn't appear in the ChangeLog... normal for him
753
754 2003-07-03  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
755       * setup.py : adding include dir of jpeg lib to compile all sources
756       * */Win32/*.dsp : JPR fix for windows compilation
757
758 2003-07-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
759       * src/jpeg/libijg8/jconfig.* : JPR bug fix : now compile on both
760         linux and WINDOWS !
761       * src/gdcmJpeg.cxx : JPR bug fix : erroneous include
762       * src/win32/gdcmdll.dsp : JPR fix for windows compilation
763
764 2003-07-02  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
765       * setup.py is again effective on un*x (takes into account the
766         addon of the jpeg library)
767       * Doc/DoxyDevelInstal.txt added (developper's raw documentation)
768       * Doc/Doxy* updated (includes above enhancements)
769       * INSTALL now points to web documentation
770
771 2003-07-01  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
772       * src/gdcmHeader.h doesn't make unnecessary reference to
773         gdcmUtil.h anymore.
774       * gdcmPython/Makefile.am now avoids calling the wrappers for the
775         clean target.
776       * src/gdcm*.[cxx|h] :
777         - to allow compilation with gcc 3.x
778           -- clean up of STL usage (added explicit usage of std::)
779           -- small fixes on exceptions.
780           Note: linking not tested !
781         - clean of doxygen comments to avoid warnings at documentation
782           building stage.
783       * vtk/vtkGdcmReader.cxx: g++ warning message clean up (platform
784         dependent convertion).
785
786 2003-06-20  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
787       * Clean up of previous JPR garbage commit (not even commented in the
788         Changelog):
789         - Test/Makefile.am removed the reference to unexisting testTS.cxx
790         - moved all jpeg related files from src to src/jpeg/libijg8, with
791           addition/modification of Makefile.am and configure.in.
792         - the testSuite is still brain damage (not guilty).
793
794 2003-06-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
795       * WrapVTK.py : modifications to get correctly vtk source files to
796         compile
797       * vtk/vtkGdcmReader.cxx : modification for an already existing name
798         (FileName -> Filename)
799
800 2003-06-11  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
801       * vtk/vtkGdcmReader.[cxx/h]:
802         - UpdateProgress method should now be effective
803         - removed the limitation on having only images loaded (as opposed
804           to volumes),
805         - when building a stack of images/volume, a lesser number of
806           gdcmHeader and gdcmFile instances should be used (hopefully
807           accelerating things).
808         - when building a stack of images/volumes, files which are not
809           loadable (wrong path-filename, wrong permissions on existing file,
810           or file not parsable by gdcm) are replaced with a black image
811           in the stack (for the caller to notice the problem).
812
813 2003-06-03  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
814       * vtk/vtkGdcmReader.cxx: hopefully corrected Z extent.
815
816 2003-06-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
817       * vtk/vtkGdcmReader[cxx|h] : makes correct code to remove conflicts
818         between standard library (std) and vtk library (problems are found
819         under Windows... thanks Windows !)
820
821 2003-05-30  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
822       * vtk/vtkGdcmReader[cxx|h] should now be volume aware (read ready for
823         debug stage).
824       * gdcmPython/demo/vtkGdcmReader.py: commented lines for volume test
825
826 2003-05-29  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
827       * vtk/vtkGdcmReader[cxx|h] preparation addons for loading volumes.
828
829 2003-05-28  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
830       * When compiling with distutils (see setup.py) the C++ compiler is
831         called with different flags than the default ones (with automake).
832         In order to fix all those warning, I compiled gdcm with the command
833            make 'CXXFLAGS=-Wall -Wstrict-prototypes -D__STDC_LIMIT_MACROS'
834         and went for warning fixes:
835         - src/gdcmHeader.cxx, Test/dcm2acr.cxx, pourFindTaggs.cxx cleaned
836           up from unused variables.
837         - vtk/vtkGdcmReader.cxx: potential bug fix.
838       * src/gdcmHeader.h: Doxygen warning cleanup
839
840 2003-05-27  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
841       * gdcmPython/gdcm.i:
842         - typemaps correction to take into account the systematic replacement
843           of "using namespace std" with std:: prefix e.g. std::list,
844           std::string... (cf changes of 2003-05-21).
845         - gdcmGlob global variable of type gdcmGlobal (defined in
846           src/gdcmUtil.cxx and declared in gdcmPython/gdcm.i) is now
847           exported to Python a as cvar.
848       * gdcmPython/__init__.py now defines two functions GetPubDictTagNames()
849         and GetPubDictTagNamesByCategory() as a replacement for deprecated
850         gdcmDictSet.GetPubDictTagNames() and
851         gdcmDictSet.GetPubDictTagNamesByCategory() class functions (i.e.
852         C++ static methods).
853       * gdcmPython/demo/printGroupedPublicDict.py is operational again,
854         with the above changes.
855
856 2003-05-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
857       * setup.py, manifest.in : bug fix under linux
858
859 2003-05-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
860       * Modification of setup.py to compile vtk part too. Then, we have 2
861         wrappers which must work with same distutils. For that, we have a
862         generic distutils in distusiltsWrapping.py ; with :
863          - build_extWrap class to wrap generically all extensions,
864          - ExtensionWrap base class for all wrapping extension that contains
865            a wrapper
866          - Wrapper interface which wrap sources
867         + In WrapSwig.py  we have extension and wrapper for Swig
868         + In WrapVTK.py  we have extension and wrapper for VTK
869       * MANIFEST.in : modifications to consider vtk directory and new python
870         files for compilation
871
872 2003-05-21  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with Benoit Regrain
873       * Added python wrappers of vtkGdcmReader vtk class (see the
874         source in vtk/vtkGdcmReader.cxx) :
875         - vtk/Makefile.am now builds a library
876         - gdcmPython/Makefile.am now builds vtkgdcmPython a second import
877           python library (as opposed to _gdcm.so wich are the python
878           wrappers of gdcm). vtkgdcmPython.so uses the vtk python wrappers
879           (vtkWrapPython and vtkWrapPythonInit utility) to build vtkgdcmPython
880           import library.
881         - configure.in has an additional flag --enable-vtk that needs
882           to be set to enable compilation of vtk related code, that is:
883           + vtk/vtkGdcmReader.so and
884           + vtk/testvtkGdcmReader C++ demo of vtk wrappers of gdcm)
885           + gdcmPython/vtkgdcmPython.so (see above)
886         - gdcmPython/demo/vtkGdcmDemo.py corrected (some images cannot
887           be read when compressed or when HighBit + 1 != BitsStored),
888         - gdcmPython/demo/vtkGdcmReader.py added. This demo illustrates
889           the usage of the python wrapper of vtkGdcmReader vtk class.
890       * vtk/vtkGdcmReader.cxx: bug fixed (thanks to Benoit Regrain).
891       * src/*.[h] all occurences of stl classes are now prefixed with
892         std::, and all occurences of "using namespace std;" where removed.
893         This is to avoid pollution of global namespace in included files.
894         Apparently vtk does not avoid this pitfall: when using both
895         gdcm and vtk (as in vtk/vtkGdcmReader.cxx) this ended up in a
896         collision of various stl members (principally cout...).
897       * gdcmPython/testSuite.py now cleanly removes temprory generated
898         file.
899       * gdcmPython/gdcm.i now declares a typemap for std::string (to
900         comply with above changes)
901
902 2003-05-12  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
903       * src/gdcmHeader>[h/cxx] added gdcmHeader::GetPixelSize()
904       * vtk/vtkGdcmReader.cxx now properly inports the image in the
905         vtk data structure (an image Flip was required).
906       * vtk/testvtkGdcmReader.cxx refers to gdcmData subdir instead of Data.
907       * cosmetic changes in documentation.
908
909 2003-05-7  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
910       * src/gdcmHeader.cxx: the constructor no longer exits when an
911         unexisting file is given as argument.
912       * The subdirectory Data (containing all the images used for the
913         test suite) is not part of this repository anymore. A new module
914         containing those images is now available at
915           :pserver:xxx@cvs.creatis.insa-lyon.fr:2402/cvs/public
916         with the name gdcmData.
917         All the python scripts (including the package initialisation file
918         gdcmPython/__init__.py) were adapated to take this change into
919         account (basically GDCM_DATA_PATH is now GDCM_TEST_DATA_PATH).
920
921 2003-05-5  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
922       * vtk subdir added. Contains vtkGdcmReader.[cxx|h] a vtk class
923         inherinting from vtkImageReader and testvtkGdcmReader.cxx a small
924         demo of the usage of this class.
925         Compilation of this vtk part is only done when using the --enable-vtk
926         at configure (or autogen.sh) stage.
927
928 2003-04-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
929       * More memory link related corrections and documentation fixes.
930         Notes on valgrind:
931           - maximum info is obtained with a command of the form:
932             valgrind --leak-check=yes --leak-resolution=high --num-callers=40
933                      --show-reachable=yes PrintHeader
934           - the remaining reachable blocks seem to come from the STL
935             allocation scheme through the usage of map and list. It looks
936             like this memory cannot be freed but it is not a memory leak
937             (in fact further invocation to the STL would recollect the
938              unused memory allthough it cannot explicitely be freed).
939       * gdcmPython/demo/vtkGdcmDemo.py added: this is a small demo
940         of displaying an image parsed with gdcm and displayed with VTK.
941         Note: some images don't seem to work e.g.
942             python vtkGdcmDemo.py  ../../Data/US-RGB-8-esopecho.dcm
943       * src/gdcmHeader.x: dicom_vr and Dicts are not class members anymore.
944         Allthough this weakens the semantics, it is a ditch attempt to
945         make gdcm more thread friendly.
946
947 2003-04-15  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
948       * Memory link hunt (by using valgrind through the command
949           valgrind --show-reachable=yes --leak-check=yes PrintHeader).
950         - added src/gdcmVR.cxx gdcmVR.h that objectify the previous
951           gdcmHeader::_dicom_vr.
952         - gdcmHeader::InitVRDict transfered as gdcmVR::gdcmVR().
953         - gdcmHeader::dicom_vr is now of type gdcmVR* as opposed to
954           VRHT*.
955         - gdcmGlobal global object contained class added (see src/gdcmUtil.x)
956
957 2003-04-9  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
958       * src/Makefile.am now exports all the necessary include files at
959         make install stage.
960
961 2003-04-9 JPR
962       * UpdateGroupLength replaced by new one
963
964 2003-04-7 JPR
965       * UpdateGroupLength re-written using H-Table
966         (named UpdateGroupLengthNew untill checks are over)
967
968 2003-04-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
969       * Data/im_00001 renamed to gdcm-MR-PHILIPS-16-Multi-Seq.dcm
970       * gdcmPython/testSuite.py now include a test of gdcmFile::Write.
971       * src:
972         - gdcmHeader::GetPubElValSet removed.
973         - gdcmElValSet::WriteDcm, WriteAcr, WriteExplVR, revamped to
974           UpdateGroupLength, WriteElements, Write.
975         - gdcmHeader::FileType moved to gdcmCommon.h. The enum FileType
976           doesn't contain TrueDicom anymore since ExplicitVR and ImplicitVR
977           carried the same semantics.
978           - src/gdcmHeaderIdo.cxx changed accordingly.
979         - gdcmFile::WriteBase now regroups all the codes from previous
980           versions of WriteDcm, WriteDcmImplVR, and WriteACR.
981         - enum FileType moved to gdcmCommon.h
982       * src/gdcmHeader.cxx AddDefault trashed
983       * gdcmGetXSize added
984       * getimageDataSize now calls gdcmGetXSize
985       * Test/*.cxx changed to agree with above changes
986
987 2003-03-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
988       * src/gdcmHeader.h: LoadElements() is not a public method anymore
989         (to avoid double call by end user).
990       * Test/*.cxx LoadElements() doesn't need to be called explicitely
991         by end user, since gdcmHeader::gdcmHeader now handles it.
992
993 2003-03-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
994       * gdcm/Doc many doxygen changes:
995         - Doxyfile now has two different versions, DoxyfileUsers that generates
996           the html.users end users oriented documentation and
997           DoxyfileDeveloppers that generates the html.developper developper
998           oriented documentation.
999         - README changed accordingly
1000         - requirement.txt removed (old design info moved to TODO).
1001         - Additional files DoxyInstallation.txt, DoxyIntroduction.txt,
1002           DoxyMainPage.txt, DoxyPython.txt provide more information.
1003         - Note: the website http://www.creatis.insa-lyon.fr/Public/Gdcm/ can now
1004           be updated by simply regenerating the docs with doxygen and copying
1005           html.developper and html.users to tux:/home/httpd/html/Public/Gdcm
1006       * src/gdcmElValSet.cxx: stl <map>.count() can only return 0 or 1. Hence
1007         all the tests in the form "if (<map>.count() >1)" were removed.
1008       * src/gdcmFile.cxx: cosmetic changes to avoid messages of doxygen about
1009         ill-formed documentation sections.
1010       * src/gdcmHeader.cxx: ditto
1011
1012 2003-03-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1013       * setup.py fixed for un*x (needed macro for stdint.h)
1014       * Test/test.cxx renamed to PrintHeader.cxx to avoid collision on
1015         un*ces with sh-utils test utility.
1016       * gdcmPython/demo/test.py renamed to PrintHeader.py
1017       * gdcmPython/demo/ReorganiseFiles.py new demo script added.
1018       * gdcmPython/win32/gdcmpycomplet.dsp renamed to gdcmpyembedded.dsp.
1019       * gdcmPython/win32/gdcmpy.dsp trashed away (brain damaged).
1020       * src/gdcm*.cxx JPR's bad inclusion fixed.
1021
1022 2003-03-26 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1023       * src/gdcmHeader[h, cxx] gdcmHeader now has an IsReadable predicate.
1024       * gdcmPython/demo/test.py changed accordingly.
1025
1026 2003-03-25 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1027       * gdcmPython/Makefile.am fixed linking against libstdc++
1028       * gdcmPython/_gdcm.so symbolic link to gdcmPython/.libs/pygdcm.so added.
1029       * Swig subdir (historical tests of swig version 1.3.17++) removed
1030       * Test/testChangeEntete.cxx some lines commented out in order to make
1031         compilation work.
1032       * src/gdcmHeader.cxx cleaned up wild JPR's dirty kludge.
1033       * src/gdcmElValSet.cxx cleaned up frog's forgotten debug message
1034
1035 2003-03-24 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1036       * src/gdcmHeader.cxx gdcmHeader::gdcmHeader now calls LoadElements(),
1037         hence the user doesn't need this explicit call.
1038         - gdcmPython/testSuite.py, gdcmPython/demo/*.py changed accordingly
1039           i.e. LoadElements() call removed.
1040       * src/gdcmCommon.h now defines UINT32_MAX (see stdint.h).
1041         - src/Makefile.am declares the proper flag for g++.
1042       * src/gdcmElValSet.h added gdcmElValSet::GenerateFreeTagKeyInGroup
1043         for adding user defined new tags.
1044         - src/gdcmHeader.cxx gdcmHeader::NewManualElValToPubDict added.
1045         - src/gdcmHeader.cxx gdcmHeader::AddAndDefaultElements now
1046           cleanly adds some gdcm added tags (like gdcmXSize, gdcmYSize...)
1047
1048 2003-03-17 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
1049       * Makefile.am, acinclude.m4, configure.in, python.m4, Dicts/Makefile.am,
1050         Doc/Makefile.am, Test/Makefile.am, gdcmPython/Makefile.am,
1051         src/Makefile.am : the project should properly compile and install
1052         with the autotools, included the python wrappers part.
1053       * gdcm.spec.in : added a spec file for RPM packaging.
1054
1055 2003-03-14 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1056       * src/gdcmUtils.cxx : redifinition of defaults parameters in code
1057
1058 2003-03-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1059       * gdcmPython/__init__.py fix of GDCM_DICT_PATH which was not
1060         to exported to the environement (see gdcmPython/testSuite.py
1061         for usage).
1062       * src/gdcmElValSet.[cxx/h], gdcmElValue.[cxx/h], gdcmFile.[cxx/h],
1063         gdcmHeader.[cxx/h]: ElValSet class renamed to gdcmElValSet, and
1064         ElValue class renamed to gdcmElValue for obvious consistency reasons.
1065       * src/gdcmElValSet.cxx, src/gdcmUtil.[cxx-h] Tokenize utility function
1066         moved away from gdcmElValSet.cxx to gdcmUtil.cxx.
1067
1068 2003-03-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1069       * gdcmPython/__init__.py doesn't crash anymore when running in
1070         in InstallMode or PreInstallMode but with an environement given
1071         value of GDCM_DICT_PATH.
1072       * src/gdcmDictSet.[cxx/h] coding style.
1073
1074 2003-03-06 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1075       * src/gdcmHeader.h and gdcmHeader.cxx Coding style + doxigenation.
1076       * src/gdcm.h general comments moved to TODO, and README
1077       * src/gdcm.h should now be seen as a user commodity (including it
1078         should suffice to fully use gdcm). It is nowhere including within
1079         any of the kernel files src/*.cxx and src/*.h.
1080
1081 2003-03-05 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1082       * src/gdcm.h splitted in gdcmCommon.h, gdcmDict.h, gdcmDictEntry.h,
1083         gdcmDictSet.h, gdcmElValSet.h, gdcmElValue.h, gdcmFile.h,
1084         gdcmHeader.h
1085       * src/gdcm*.cxx only include their corresponding include file
1086         (as opposed to gdcm.h)
1087       * gdcmPython/gdcm.i changed accordingly
1088       * Test/Makefile.am corrected and added NEWS, AUTHORS in order for
1089         the autogen.sh generated "make snapshot" command to work.
1090       * autogen.sh removed history related references to crea package.
1091
1092 2003-03-04 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1093       * distutilsSwigCPlusPlus.py work around some swig portability
1094         bug.
1095
1096 2003-03-03 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1097       * Eventually, python/gdcmPython was renamed to gdcmPython. This
1098         was done in a last ditch attempt to get setup.py _really_
1099         operationnal. The python/gdcmPython layaout add the advantage
1100         of hidding away the python related distutils specific files
1101         (MANIFEST.in, setup.py, distutils*.py...) from the main directory.
1102         Alas, the src directory was out of scope (i.e. it's relative
1103         position to setup.py was ../src) which made things impossible to
1104         handle (see previous version of python/setup.py). Crossing fingers...
1105
1106 2003-02-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1107       * python/setup.py now works on Un*x. (harder than I thougth)
1108       * python/distutilsSwigCPlusPlus.py can now have include files
1109         among the list of sources.
1110
1111 2003-02-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1112       * src/gdcmHeader.cxx : bug fix - opening dicom file in binary !!!
1113       * modifications in MSVC projects
1114
1115 2003-02-19 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1116       * As stated by the first lines of Test/ExceptionAndPython/README, it
1117         looks like we can move back to original usage of exception within
1118         src/gdcm* and hence remove the errno stuff that was introduced
1119         as a quick and dirty fixture of this problem (added to the TODO).
1120       * Doc/Doxyfile configuration file for Doxygen and corresponding
1121         README file for usage added.
1122       * Test/testWrite.cxx added. This new test comes from a split of
1123         test.cxx that is now reverted to its original purpous i.e.
1124         testing the proper parsing of a Dicom related file.
1125         testWrite.cxx concentrates on testing the IO part of gdcm.
1126       * Test/bug1.cxx (containing a bug on WIn32) added.
1127       * src/gdcm.h, gdcmHeader.cxx, gdcmDictSet.cxx:
1128         - gdcmHeader::GetPubTagNames and  gdcmHeader::GetPubTagNamesByCategory
1129           whose purpose is to publish the content of the TagNames of the
1130           Dicom public dictionnary were not accessible without an
1131           instance of class gdcmHeader.
1132         - those methods are now static methods of gdcmDictSet and hence
1133           require no instances at all to be invocated.
1134         - within gdcmDictSet this change required to change some method
1135           to class methods (i.e. are now static) among which SetDictPath
1136           (renamed to BuildDictPath) and LoadDefaultPubDict.
1137       * python/gdcmPython/demo/printGroupedPublicDict.py changed to illustrate
1138         the above changes by calling the new method classes of gdcmDictSet.
1139       * python/gdcmPython/__init__.py now exposes gdcm.gdcmDictSet for
1140         the above to be effective.
1141       * python/gdcmPython: in order to wrap properly the above changes
1142         for Python, swig version now needs to be > 1.3.17.
1143       * python/gdcmPython/Makefile fixed to adapt itself to new
1144         configure/make shema introduced by Johan Montagnat (thanks for the
1145         contribution). Alas this Makefile cannot be turned into a proper
1146         Makefile.am without some heavy changes in the configure.in
1147         (for python dectection).
1148       * python/gdcmPython/gdcm.i: the out typemap map<string, list<string>>*
1149         now avoids publishing the empty entries.
1150
1151 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1152       * python/setup.py : bug fix concerning install under windows
1153         ExtraPath reused :-P
1154       * gdcm.dsw : bug fix concerning path for libraries for python !!!
1155
1156 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1157       * Dicts/dicomV3.dic : remove double spaces !!!
1158       * src/gdcmElValSet.cxx : bug fix concerning windows compiler
1159       * python/gdcmPython/win32/gdcmpycomplet.dsp : bug fix concerning paths
1160         and links
1161
1162 2003-01-28 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1163       * src/gdcmHeader.cxx added a post header parsing AddAndDefaultElements
1164         method. Doxygenation.
1165       * src/gdcm.h clean up of JPR spurious comments.
1166
1167 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1168       * python/distutilsSwigCPlusPlus.py now properly collects the
1169         shadow classes generated by "swig -c++" (gdcm.py in our case)
1170         when using "python setup.py install".
1171       * python/gdcmPython/__init__.py imports gdcm.py and only manually
1172         reexports the working classes.
1173       * src/gdcmHeader.cxx all the try/catch/throw calls were replaced
1174         by the classical C errno scheme. This is to prevent an obscure
1175         behavior of the python wrappers when importing wxPython.wx prior
1176         to gdcmPython (which ended up in an abort call). An illustration
1177         of this oddity can be found in the Test/ExceptionAndPython
1178         subdir (see the README file). This problem probably due to
1179         an combination of g++ and dynamic loading.
1180       * added Test/ExceptionAndPython (see above)
1181
1182 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1183       * Changed the layout of the python part to avoid bloating main
1184         directory with setup.py, distutilsSwigCPlusPlus.py, MANIFEST.in
1185         i.e. the distutils arsenal. All the python related stuff is
1186         again in a python subdir, but the package itself is now in
1187         python/gdcmPython.
1188       * setup.py was cleaned up:
1189         - pythonIncludePath removed
1190         - python setup.py bdist target is now functional.
1191       * gdcmPython/__init__.py doesn't export FileName any more (to avoid
1192         collision with other packages). gdcmPython/demo/*.py changed
1193         accordingly.
1194
1195 2003-01-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1196       * python subdir moved to gdcmPython (preparation of distutils packaging).
1197       * gdcmPython/setup.py and distutilsSwigCPlusPlus.py added. The
1198         distutils installer is operational.
1199       * - gdcmPython/__init__.py now properly loads the swig generated
1200           shadow classes (from gdcm.py).
1201         - gdcmPython/demo/*.py changed to import the package gdcmPython
1202           instead of gdcmPython/demo/load.py.
1203         - gdcmPython/testSuite.py changed to import the package gdcmPython.
1204
1205 2002-12-16 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1206       * src/gdcm.h, src/gdcmHeader.cxx: added GetPubTagNames() resp.
1207         GetPubTagNamesByCategory() to gdcmHeader that return a list of the
1208         entries within the associated public Dicom dictionary resp. the same
1209         information but sorted by the fourth field (PAT, IMG, DIR) of the
1210         dictionary.
1211         - Dicts/dicomV3.dic Entries which had and unspecified fourth field
1212           are now in the "???" group.
1213         - python/gdcm.i changed accordingly,
1214         - python/demo/printGroupedPublicDict.py added, that gives an example
1215           of the above new functionalities in Python.
1216
1217 2002-12-11 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1218       * src/gdcm.h, gdcmHeader.cxx:
1219         - historic references to glib's g_malloc and g_free (#defined)
1220           were definitively removed.
1221         - gdcm.h: cosmetic changes (part of comments moved to Doc/requirements)
1222       * src/gdcmElValSet.cxx:
1223         - GetElement(guint32, guint32) renamed to GetElementByNumber.
1224         - GetElValue(guint32, guint32) renamed to GetElValueByNumber.
1225         - GetElValue(string) renamed to GetElValueByName.
1226         - Added GetElementByName(string).
1227       * src/gdcmHeader.cxx: added
1228         - GetPubElValRepByNumber(guint16, guint16)
1229         - GetPubElValRepByName(string)
1230         - GetShaElValRepByNumber(guint16, guint16)
1231         - GetShaElValRepByName(string)
1232         - GetShaElValByNumber(guint16, guint16)
1233         - GetShaElValRepByName(string)
1234         - GetElValRepByNumber(guint16, guint16)
1235         - GetElValRepByName(string)
1236         - GetElValByNumber(guint16, guint16)
1237         - GetElValRepByName(string)
1238       * Doc/requirements.txt added.
1239
1240 2002-12-9 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1241       * Test/Makefile building now depends on the one of libgdcm.so
1242       * src/gdcmHeader.cxx and gdcm.h are now OB (undefined length encoded
1243         pixel data) aware which enables finding the address (offset) of
1244         the pixel data of JPEG encoded DICOM files. This leaves only a single
1245         file in the testSuite whose pixel data address (offset) is unknown.
1246       * python/testSuite.py changed accordingly.
1247
1248 2002-12-6 Christophe Odet + Hugues Benoit-Cattin + Eric.Boix
1249       * VC++ has some strong limitations when working with the STL, as stated
1250         in http://support.microsoft.com/support/kb/articles/Q168/9/58.ASP :
1251              "Also note that some STL containers (map, set, queue, list, deque)
1252               cannot be exported. [...]
1253               Some STL classes contain nested classes. These classes can not
1254               be exported. [...]
1255               This is caused by a designed limitation that once a template
1256               class is instantiated, it can not be re-instantiated and
1257               exported."
1258         Since our usage of map<> is ubiquitous in gdcm, this "designed
1259         limitation" of VC++ is a pitfall.
1260         Hence the Python wrappers of gdcm cannot be incrementally linked
1261         against the c++ dynamic library. The dirty but only workaround is
1262         to forget about incremental link of dynamic libraries and to generate
1263         the Python wrappers library with the inclusions of the underlying C++
1264         library.
1265         The following modifications concern this matter on Win32/VC++:
1266       - wrapping python correct with standalone wrapped dll (don't use separate
1267          dll under windows !!!!)
1268       - python21_d debug mode enabled (ask Frog how to use it :-)
1269       - NO problem with having an STL member of class for example string in C++
1270         WITH THE RESTRICTION OF FORGETING ABOUT INCREMENTAL LINK.
1271       - Python test of dcmlib in Python is ok under windows on a large set
1272         (one) of image(s).
1273       * removed glib references
1274       * typedef's inserted in gdcm.i for correct swig type management
1275
1276 2002-11-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1277       * python/demo/*.py load.py extracted from test.py. Added explore.py
1278         that only displays required tags and testAll.py that parses all
1279         the files of the testsuite without using unittest.
1280       * python/testSuite.py other additional test on new files added.
1281       * Data/* new test files added accordingly to the testSuite.
1282       * src/gdcmHeader.cxx avoid overwriting of the dictionary when
1283         the vr in the file differs from the one of the dictionary.
1284
1285 2002-11-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1286       * src/gdcm.h and gdcmHeader.cxx gdcm no longer loads all the elements
1287         values, but limits itself to values which are below a user specified
1288         size (by default 1024 bytes).
1289       * python/gdcm.i : elements not loaded (because their size is above the
1290         user specified treshold) are exported with their TagKey as key of the
1291         python dictionary. This enables the testsuite to make some checks
1292         on the unloaded elements (since we have their offset and size).
1293       * python/testSuite.py
1294         - now tests for the existence and proper value of the pixel data
1295         - two new examples added.
1296       * Data/gdcm-MR-SIEMENS-16.acr[12] added.
1297
1298 2002-11-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1299       * src/gdcm.h and gdcmHeader.cxx are now "Big Endian transfer syntax"
1300         aware. See the strategy comments in gdcmHeader::FindeLength().
1301       * Test/test.cxx now accepts a filename as first argument.
1302       * Data/US-PAL-8-10x-echo.dcm and US-RGB-8-epicard.dcm added.
1303       * python/testSuite.py changed to integrate test on above files.
1304
1305 2002-11-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1306       * Dicts/dicomV3.dic removed all the trailing (RET) when the
1307         the vr was also RET.
1308       * python/testSuite.py more tests added.
1309
1310 2002-11-14 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1311       * python/testSuite.py unittest test suite added (uses Data)
1312       * Data/* dcm and acr files for the test suite.
1313       * glib dependance removed from un*x version. We now use ISO C99
1314         7.18 Integer types (see stdint.h)
1315         - python/Makefile, src/Makefile src/gdcm.h
1316       * src/ when an explicit vr (like dicom files) suddenly poped an
1317         implicit element we use to mark the underlying DictEntry of the
1318         concerned ElValue with "Implicit". This strategy was damageable
1319         too the public or provite dictionaries, since some of their vr
1320         would be changed. Since Header::FindLength heavily relies on the
1321         detection by Header::FindVR of falsely explicit elements, I
1322         added an extra ImplicitVr member to ElValue (boolean).
1323         The rest of the changes we the necessary adaptations.
1324
1325 2002-11-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1326       * src/gdcmHeader::FindLength bug fix when trapping falsely explicit
1327         VR files.
1328       * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files.
1329
1330 2002-11-8 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1331       * Adaptation for porting to VC++:
1332         - src/gdcm.h
1333           o forced to use std namespace (for string to be known)
1334           o all class use __declspec export style on WIN32
1335         - src/gdcmUtil.cxx new Exit method that wraps the exit call
1336           (in stdlib.h on Win32 but in std:: for gcc)
1337       * src/gdcmDictSet::SetDictPath adds a trailing / to environement
1338         variable GDCM_DICT_PATH.
1339       * src/gdcmHeader.cxx verbose comments made discrete.
1340
1341 2002-11-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1342       * python/gdcm.i: added a typemap that converts a C++ hashing table
1343         to native Python dictionary.
1344       * python/demo/test.py:
1345         - now uses the native dictionary for exploration of gdcmHeader.
1346         - takes an optional filename argument (the file to parse).
1347       * src/gdcm.h and gdcmHeader.cxx: gdcmHeader now has an accessor on
1348         PubElVals hashing table.
1349       * Dicts/dicomV3.dic removed error prone trailing spaces.
1350
1351 2002-11-6 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1352       * Python wrapping process moved away from src/Makefile to
1353         newly created python/Makefile (as well as gdcm.i)
1354       * python/demo/test.py (that mirrors Test/test.cxx) is effective.
1355       * src/gdcmHeader::FindLength only looks for current vr when necessary.
1356       * src/gdcmDictSet.cxx: the dictionnaries directory path is now imported
1357         from the environement variable GDCM_DICT_PATH (when existing).
1358       * src/gdcmDict::GetTag bug fix.
1359
1360 2002-10-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1361       * Straightforward temporary fixes for swig to build the python wrappers.
1362         src/Makefile now has a python working entry [by working we mean
1363         that we can import de shadow classes without errors].
1364
1365 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1366       * hashtest.cxx removed (since allready in Test)
1367       * src/gdcmlib.h renamed to src/gdcm.h
1368       * src/dcm.i renamed to src/gdcm.i
1369       * src/Makefile prepared for python wrapping
1370
1371 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1372       * src/gdcmHeader.cxx :
1373         - Parsing of header is now separated from loading of element values
1374           (see gdcmHeader::LoadElements).
1375         - general clean up of hopefully all file access (creation of
1376           ReadInt16 and ReadInt32)
1377
1378 2002-10-22 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1379       * src/gdcmHeader.cxx :
1380         - RecupLgr renamed to FindLength and cut off with new IsAnInteger
1381           method.
1382         - SetLgrElem renamed to SetLength
1383         - GetLgrElem renamed to GetLength
1384         - ~gdcmHeader() made virtual to pesky warning messages at compile.
1385       * src/gdcmElValSet.cxx fixed both GetElValue methods
1386       * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data]
1387         due to IdoDude was cleaned out.
1388
1389 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1390       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
1391         concentrates on finding the value representation (when it exists).
1392         RecupLgr now only finds the element value length, and it avoids
1393         returning the unecessary skL (skipped length).
1394         Also, offsetCourant was simply removed (with taille_fich) since
1395         it was redundant with the File position internals (by using
1396         ftell and fseek). This also made skL (see above in RecupLgr) usage
1397         jajun.
1398       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
1399         on the libido specificities which are handled through class
1400         inheritance.
1401       * Test/implicit_vr.dcm dicom v3 in implicit value representation
1402         added.
1403
1404 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1405       * Truckload of changes. Parsing of header is barely functional
1406         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
1407
1408 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1409       * src/gdcmHeader.cxx many addons of low level methods
1410
1411 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1412       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
1413         and _IdDcmSWAP_LONG.
1414
1415 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1416       * This corresponds to all the changes decided at the meeting of
1417         May 23 2002. Needless to say we are running late...
1418