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