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