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