]> Creatis software - gdcm.git/shortlog
gdcm.git
2005-10-11 bellet* CMakeLists.txt : install the pth file in the right...
2005-10-11 regrain * Fix cmakelists bug when the GDCM_DATA_ROOT isn...
2005-10-11 jpr The way we dealt with 16 bits 'Pixel Data' on Big...
2005-10-11 jprAdd GDCM_PIXELDATA const
2005-10-11 jprWithin Print method, change the 'warning value' for...
2005-10-10 malaterreBUG: When reading 32bits data on BigEndian system you...
2005-10-10 malaterreENH: Adding it to the list
2005-10-10 malaterreENH: Adding a small ex to quickly extract a binary...
2005-10-10 malaterreENH: Adding a conversion from acronym data type to...
2005-10-10 malaterreSTYLE: Typo
2005-10-10 malaterreENH: Adding the ex to the list
2005-10-10 malaterreENH: Adding an example for reading and playing with...
2005-10-10 regrain * fix GDCM_NOASCII bug... please report your modif...
2005-10-10 jprDoxygenation
2005-10-07 jprDefault Pixel Spacing to 1.0\1.0 when writing an image...
2005-10-06 malaterreENH: Using http://www.gehealthcare.com/usen/xr/dicom...
2005-10-06 malaterreBUG: Have to remove assert since 00191113.dcm is off...
2005-10-06 malaterreENH: ReadAndSkip became ReadAndNotSkip, the basic offse...
2005-10-06 malaterreSTYLE: Remove old comments
2005-10-03 jprSome more precisions in the comments
2005-10-03 jprAdd some verbosity, to help tracking the trouble, when...
2005-10-03 malaterreCOMP: Try to fix compilation on VS7
2005-10-01 malaterreENH: Refactorize code, from PrintFile into the class...
2005-10-01 malaterreDOC: Adding comment by JPR, for non-medical user (=me)
2005-09-30 jprAdd the commented out XMedcon-like code.
2005-09-30 jprDont print Orientations when they're empty ...
2005-09-30 jprAdd the printing od 'Orientaion' information
2005-09-29 jprFix bug in Orientation::VerfCriterion
2005-09-29 jprAdd a small example on how to extract Dicom tags
2005-09-22 jprAdd verbosity
2005-09-22 jprAvoid Warning
2005-09-22 jprComments
2005-09-22 jprAdd TestLoadAllDocumentsNoPrivNoSeq, to improve test...
2005-09-21 malaterreSTYLE: Minor typo
2005-09-21 jprComments
2005-09-21 jpradd std::string Orientation::GetOrientation ( File...
2005-09-21 jprRemove useless extern declaration.
2005-09-21 jprFix typo
2005-09-21 jprRemove TestWriteSimple from CMakeLists, as well.
2005-09-21 jprRemove useless program (already in Testing)
2005-09-21 jprShould avoid warnings
2005-09-21 jprAdd some comments
2005-09-21 jprLO generated VR for odd groups will be displayed at...
2005-09-20 jpr //DICOM PS 3-5 7.8.1 a) states that those
2005-09-20 jprTwo ;; at end of line can cause troubles
2005-09-20 jprremove useless extern declaration
2005-09-20 jpr%d vs %i in fprintf for unsigned int, to avoid warnings...
2005-09-20 jprremove useless assignation, to avoid warning
2005-09-20 jprREmove useless variable assignation
2005-09-20 jprDoxygen
2005-09-20 jprTo avoid warnings around 'catch'
2005-09-20 jprRemove useless variable, to avoid warning
2005-09-19 malaterreENH: Need to access those var from c++
2005-09-19 malaterreENH: Adding an exe that seg fault on AMD64/gcc.
2005-09-19 jprcomment out TestAllEntryVerify
2005-09-19 jprtypo
2005-09-16 jprTo avoid bcc 5.5 warnings
2005-09-16 jprInsert the original Python code, as a comment, to help...
2005-09-16 jprTo display image 'orientation type'
2005-09-16 jprBlack list some recently added images
2005-09-14 malaterreENH: Adding mention to current problem on ITK ML, and...
2005-09-13 jprFix misstyping.
2005-09-09 jprTry downcast to please MSVC
2005-09-08 jpravoid bcc5.5 warnings
2005-09-08 jprTo avoid bcc5.5 warnings
2005-09-08 malaterreENH: Support space in the path
2005-09-08 jprRemove useless affectation, to avoid bcc5.5 warnings
2005-09-08 jprRemove useless affectation to avoid bcc5.5 warning
2005-09-08 jprHope bcc5.5 will have no longer objections
2005-09-07 jprFix typo
2005-09-07 jprCosmetics for making ProntFile more clear when forceLoa...
2005-09-07 jprAdd some verbosity when something wrong occurs
2005-09-07 jprNew 'quicker' code releases some BinEntries :-(
2005-09-07 jprMeta Elements group length (follows previous commit)
2005-09-07 jprFix bug when Writing Meta Elements Group (0x0002) on...
2005-09-07 jprEnglish mistakes
2005-09-07 jprAvoid infinite loop for 'long' image file names
2005-09-07 jprAvoid warning
2005-09-07 jpravoid warning
2005-09-07 jpr(Try to) avoid comp warning on 'Golgot'
2005-09-07 jprRemove extra ';'
2005-09-07 jprAvoid warning
2005-09-06 jprAdd comment
2005-09-06 malaterreBUG: Come'on this script does not work
2005-09-06 malaterreENH: Try to commit conflicts (again)
2005-09-06 malaterreBUG: Smart... need to remove this thing
2005-09-06 malaterreENH: Try to purposely commit conflit
2005-09-06 jprFix conflict while cvs merging
2005-09-06 malaterreBUG: Remove old buggy code
2005-09-06 jprForget this one
2005-09-06 jprUpdate Web pages
2005-09-06 malaterreSTYLE: Cleanup unused var
2005-09-06 jprInline some methods, to speed gdcm up.
2005-09-06 jprImprove Print method
2005-09-06 jprComments
2005-09-06 jprOops. I forgot this one
2005-09-06 jprAdd the GetEntryForcedAsciiValue method to deal with...
2005-09-06 malaterreBUG: cmake205 support was broken, put back old hack
2005-09-06 jprRemove PrintDocument from CMakeLists.txt, as well
2005-09-06 jprAdd some verbosity when something wrong occurs
next