]> Creatis software - gdcm.git/history - src/gdcmDocument.cxx
comment out deprecated method Load(filename), everywhere.
[gdcm.git] / src / gdcmDocument.cxx
2005-11-21 jprcomment out deprecated method Load(filename), everywhere.
2005-11-21 jprI'll try to understand later why LECAGY causes troubles...
2005-11-21 jprDoxygenation
2005-11-15 jprAdd IsParsable() method, to avoid confusion with IsRead...
2005-11-14 jprMove as private some methods, in order not to confuse...
2005-11-09 jprDebug vs Warning
2005-11-05 jprAdding private variables CurrentGroup and CurrentElem...
2005-11-04 jprComments
2005-11-03 jprAvoid warnings
2005-11-03 jprDon't warn user with useless messages.
2005-11-03 jprComments
2005-10-28 jprComments
2005-10-28 jprCommenting out useless code should avoid pb on Big...
2005-10-27 malaterreSTYLE: remove cout
2005-10-27 malaterreCOMP: second time I am fixing the very same bug, please...
2005-10-27 jprAdd verbosity when trouble occur.
2005-10-27 jprStill doesn't work on Big Endian processor, but we...
2005-10-27 jprMessage
2005-10-27 jprFix comments (due to removal of difference between...
2005-10-26 malaterreBUG: Fix declaration of vars within a switch/case
2005-10-26 jprSwap64 deals with double (VR=FD)
2005-10-26 jprAdd over verbose debug message -to be removed withing...
2005-10-26 jprAdd comment on files with no "Transfer Syntax"
2005-10-26 jprComment out too much verbose warning message.
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-25 jprAvoid polluting output
2005-10-25 regrain * Remove memory leaks
2005-10-24 regrain * Change the DocEntry inheritance to RefCounter
2005-10-23 jprDoxygen
2005-10-21 jprDoxygenation
2005-10-20 regrain * Add a RefCounter object that is deleted only when...
2005-10-20 malaterreSTYLE: Some minor comment
2005-10-19 regrain * Remove memory leaks
2005-10-19 regrain * Fix compilation errors for the Python part
2005-10-18 malaterreSTYLE: A Debug statement is not a warning, a warning...
2005-10-18 malaterreENH: Getting real close to having JPEG support in gdcm...
2005-10-18 regrain * Remove bad print - sorry
2005-10-18 regrain * Correctly use the VRKey for all vr variables....
2005-10-18 jprCoding style : no more than 80 char per line!
2005-10-18 jprFix cleanly (hope so) the mess in gdcm-MR-PHILIPS-16...
2005-10-18 jprFix internal name for :
2005-10-18 regrain * Remove useless constructor of gdcm::Document
2005-10-18 regrain * Minor coding-style clean up
2005-10-17 jpr"UN" is an actual VR!
2005-10-11 jprComment out strangr code nad replace by simpler one.
2005-10-10 jprDoxygenation
2005-10-03 jprAdd some verbosity, to help tracking the trouble, when...
2005-09-22 jprComments
2005-09-21 jprComments
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 jprTo avoid warnings around 'catch'
2005-09-16 jprTo avoid bcc 5.5 warnings
2005-09-08 jpravoid bcc5.5 warnings
2005-09-07 jprCosmetics for making ProntFile more clear when forceLoa...
2005-09-07 jprAdd some verbosity when something wrong occurs
2005-09-07 jprMeta Elements group length (follows previous commit)
2005-08-30 jprClosing the file even when something wrong happens...
2005-08-30 regrain * Remove #define and replace then by the call to...
2005-08-30 regrain * Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to
2005-08-29 jprFinish (?) a cleaning out session, while time consuming...
2005-08-29 jprAdd
2005-08-29 regrain * Bug fix for python use
2005-08-24 jprRemove printf
2005-08-24 jprRemoval of QD patch for Private Sequence + Immplicit VR.
2005-08-23 jprTo avoid spuroius warning messages when debug is ON
2005-08-23 jpr Brutal patch, waiting till we find a clever way to...
2005-07-11 malaterreENH: Remove stupid debug code...
2005-07-11 malaterreENH: Ok all tests are now passing even using FASTKEY
2005-07-07 jprOn the way to gdcm2 ...
2005-07-07 jprComment out the time consuming, never used/useless
2005-07-07 jprMove code lines LTTG so save some CPU time.
2005-07-06 jprAccording to Mathieu's requirement, Load twice the...
2005-07-06 jpr- Clean out the Entries if a Document is parsed more...
2005-07-06 jpr- Comment out a for the moment too much verbose warning...
2005-07-06 malaterreCOMP: Fix warning about uninitialized var
2005-07-05 jprComments
2005-07-03 jprShould avoid some troubles with 'no length' SQItems...
2005-07-02 malaterreENH: Add function declaration for atoi and isdigit
2005-06-29 jprAdd the NO_SHADOWSEQ load mode
2005-06-24 jprExtend warning message for debuging purpose.
2005-06-23 jprExtend warning message, for debugging purpose
2005-06-22 jprComments
2005-06-20 jprPreventive bug fix for LUT Data.
2005-06-19 jprTo avoid warnings at compile time
2005-06-17 jprAdd comments
2005-06-10 jprBug fix in Load method.
2005-06-07 jprFix comments
2005-06-03 jprFix VR processing, to be CP-288 conform.
2005-06-02 jprDoxygenation
2005-05-25 jprShould avoid some memory leaks
2005-05-18 jprFix : now dcm deals with 'No preamble', Big Endian...
2005-05-03 jprLoad returns now a bool (allow user not to call IsReada...
2005-04-29 jprDon't abort the prog when File not open
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-22 jprModify Print() output
2005-04-05 jprComments
2005-03-22 jpr* FIX : element 0x0000 of shadow groups is now force...
2005-03-09 jprTypo, comments
next