]> Creatis software - gdcm.git/history - src
* Amelioration of TestAllReadCompareDicom
[gdcm.git] / src /
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
2005-02-10 jprDuplicate Matthieu's hack to prevent bombing in Anonymize
2005-02-09 malaterreBUG: Remove seg fault from the nightly test.
2005-02-09 malaterreSTYLE: Minor tweaks
2005-02-09 malaterreBUG: Remove Benoit bomb
2005-02-09 regrain * src/gdcmFileHelper.cxx : bug fix when having RGB...
2005-02-09 regrain * src/gdcmFileHelper.[h|cxx] : now correctly set...
2005-02-07 malaterreENH: Apparently the new Free .Net compiler complains...
2005-02-07 malaterreBUG: Remove my previous hack now this is properly fixed...
2005-02-07 jprAdd some commented out lines to prepare future version...
2005-02-07 regrain * Testing/TestSequence.cxx : add test for sequences...
2005-02-07 jprfix misstyping (while removing spurious tab characters :-(
2005-02-07 regrain * gdcmPython/gdcm.i : bug fix. Now string are correc...
2005-02-07 regrain * Remove useless methods added by JPR for Python...
2005-02-06 jprTypo
2005-02-06 jpr* Add method File::AnonymizeNoLoad, to allow anomymizin...
next