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