]> Creatis software - gdcm.git/history - src
Update server
[gdcm.git] / src /
2005-05-20 jprTo avoid warning.
2005-05-19 jprFIX possible troubles when checking
2005-05-18 jprFix : now dcm deals with 'No preamble', Big Endian...
2005-05-17 jprENH : Now, FileHelper::CheckMandatoryElements() makes...
2005-05-17 jprENH : According to David Clunie's advice, we check...
2005-05-11 malaterreENH: Should now support image with space in the origin
2005-05-11 malaterreBUG: When Image Position Patient was exactly 0,0,0...
2005-05-11 malaterreBUG: Fix previously instroduce cmake bug, now should...
2005-05-11 malaterreENH: Some minor enhance:
2005-05-03 jprNow the gdcm::File remains unimpaired after writting...
2005-05-03 jprLoad returns now a bool (allow user not to call IsReada...
2005-04-29 jprtypo
2005-04-29 jprDon't abort the prog when File not open
2005-04-27 jprRemoval of now useless lut-related stuff
2005-04-27 jprPb of 'Bits Allocated = 12' is now dealt with in
2005-04-26 jprPrepare MPEG Dicom encapsulated processing (within...
2005-04-26 jprShould leave gdcm::Document constructor in a much quicker
2005-04-24 malaterreBUG: A test that cannot open an image SHOULD fail
2005-04-24 malaterreCOMP: gcc 4.0 dont like ; in #define
2005-04-22 jprPrepare (future) MPEG integration
2005-04-22 jprModify Print() output
2005-04-21 jprTaking into account Dicom MPEG
2005-04-20 malaterreBUG: Fix Numerical Excption on bcc55
2005-04-20 regrain * FIX : on X, the python part is correctly installed...
2005-04-19 jprFix some comments
2005-04-19 jprShould suppress some warnings from Borland compiler
2005-04-18 malaterreCOMP: Need to include sys/stat for stat function +...
2005-04-15 malaterreENH: Make sure noone is passing a name ending with...
2005-04-15 malaterreBUG: Attempt to fix borland IsDirectory
2005-04-14 jprNow, user can ask gdcm::DicomDir to skip SeqEntries...
2005-04-13 malaterreBUG: Could not build static lib of gdcm properly on...
2005-04-06 regrain * Amelioration on the DictGroupName class
2005-04-06 regrain * src/gdcmDictGroupName.cxx : amelioration of print
2005-04-05 regrain * src/gdcmDictGroupName.[h|cxx] : add a correlation...
2005-04-05 jprComments
2005-04-04 jprFix stupid bug when writting ACR-NEMA image from 'ACR...
2005-03-31 regrain * src/gdcmPixelReadConvert.cxx : problems of around...
2005-03-22 jpr*FIX Restore pushed out elements
2005-03-22 jpr*** empty log message ***
2005-03-22 jprTypo
2005-03-22 jpr* FIX : element 0x0000 of shadow groups is now force...
2005-03-22 jpr*** empty log message ***
2005-03-11 jprFinal removal of gdcmFileHelper::InitializeDefaultFile();
2005-03-11 jprRemove spurious #define MAX_SIZE_PRINT_ELEMENT_VALUE
2005-03-09 jprTypo, comments
2005-03-09 jprAdd Anonymize method (not yet fully checked)
2005-03-09 jprUpdate gdcm.h, to make it user usable ...
2005-03-09 regrain * src/gdcmFileHelper.cxx : remove memory leaks and...
2005-03-07 jprShould fix some memory leaks
2005-03-04 jprTemporary revert to previous code (better Mem Leak...
2005-03-04 jprTo prevent some memry leaks
2005-03-04 jprTo avoid warning
2005-03-04 jprTo avoid valgring varnings
2005-03-04 jprTo avoid valgring warning about shadowed local variable
2005-03-03 jprComments
2005-03-03 jprAdd comments
2005-03-02 jprFix gdcm::FileHelper::CheckMandatoryElements() to take...
2005-03-02 jprFix comments
2005-02-28 malaterreBUG: Could not build on Sun + gcc 2.95
2005-02-28 malaterreENH: First shot at the UseGDCM file. Very usefull indeed
2005-02-25 malaterreENH: Backport change from ITK. Fix compilation warnings
2005-02-23 regrain * remove compilation warnings
2005-02-22 regrain * src/gdcmFileHelper.cxx : JPR bad personal choices fix
2005-02-21 jprTypo
2005-02-21 jpr* Replace method CheckMetaElements by CheckManadatoryEl...
2005-02-17 jprTo avoid further pb, Initialize defaults now Photochrom...
2005-02-17 jprFix comments
2005-02-17 jprGroup 0002 management
2005-02-17 jprPrepare FileMetaInformationVersion (group 0002) management
2005-02-17 jprFix misstyping
2005-02-16 jprFix wrong comment (-> wrong Doxygenation) about the...
2005-02-16 jprDoxygenation
2005-02-16 jprTaking into account MONOCHROME1 + Signed Pixels (?!)
2005-02-15 jprTaking into account the difference between MONOCHROME1...
2005-02-14 malaterreBUG: This should solve the last Seg Fault. In a loop...
2005-02-14 malaterreBUG: Remove crappy code... disgusted
2005-02-14 malaterreBUG: Solve JP feature, and at the same time avoid alloc...
2005-02-14 jpr*never* forget to re-compile just *before* committing!
2005-02-14 jprFirst commit on the post 1.0 (Version? / Tag? / Branch?) :
2005-02-14 jprremove useless comments
2005-02-14 jprRemove some useless mask operations, to save CPU time
2005-02-14 jprremove some useless mask operations, to save CPU time
2005-02-11 malaterreBUG: Doh this one should not be changed. The reading...
2005-02-11 malaterreBUG: Verbose->Warning
2005-02-11 malaterreENH: Adding new option in CMake: GDCM_FORCE_BIGENDIAN_E...
2005-02-11 malaterreENH: Code simplification
2005-02-11 malaterreBUG: Ok I really need to compile before committing...
2005-02-11 malaterreBUG: val/binArea16 mixup
2005-02-11 malaterreBUG: lgr -> len
2005-02-11 malaterreENH: First pass at my big endian emulation on little...
2005-02-11 jprTypo
2005-02-11 jprComments
2005-02-11 jprComments
2005-02-11 jprTypo, comments, doxygenation
2005-02-11 jprDefault Photometric Interpretation is now MONOCHROME2...
2005-02-10 malaterreBUG: In c++ you are never garantee your var is initiali...
2005-02-10 regrain * Testing/TestWriteSimple.cxx, TestSequence.cxx...
2005-02-10 jprThe following gdcm::DocEntrySet methods, no re-definabl...
2005-02-10 jprAnonymizeNoLoad improvement
2005-02-10 jprcommit
next