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