]> Creatis software - gdcm.git/history - src/gdcmDataEntry.cxx
Some minor comments modifications
[gdcm.git] / src / gdcmDataEntry.cxx
2006-02-03 jprSome minor comments modifications
2006-01-27 jprAdd #include for BCC
2006-01-20 jprFix Doxygenation
2005-12-23 jprAdd verbosity when something wrong occurs
2005-12-21 jprminor typo
2005-12-09 jprMinor typo fixes
2005-11-29 regrain * Add the Copy method in all datas
2005-11-21 jprDeal with VR 'OF' (Other Float String)
2005-11-21 jprDoxygenation
2005-11-14 malaterreENH: Minor optimization
2005-11-08 jprTry to track BinEndian troubles
2005-11-07 jprAdd Method ComputeFullLength(), to allow further comput...
2005-11-04 jprRemove useless commented out code
2005-11-03 jprAvoid propagating uneven lengthes.
2005-11-02 jprAdd some verbosity when something wrong occurs.
2005-10-28 jprFix comments
2005-10-27 jprRewrite the whole stuff for writting on BigEndian proce...
2005-10-26 malaterreENH: Change the unsafe type char to the full enum type...
2005-10-26 jprTo avoid warnings
2005-10-25 malaterreCOMP: Fix bcc55 warnings
2005-10-23 jprMinor Doxygenations, comments fixing, etc
2005-10-21 malaterreBUG: 1-n VM are also allowed to be empty
2005-10-21 malaterreENH: Handle the case where the element is empty, previo...
2005-10-21 malaterreBUG: 1-n VM was not handle properly
2005-10-21 malaterreCOMP: Fix comp, and use IsValueCountValid in an assert...
2005-10-21 malaterreENH: Adding IsValueCountValid. Should save a lot of...
2005-10-20 jprFix 'delimitors' Print()
2005-10-18 malaterreCOMP: Fix other people warnings
2005-10-18 jprAvoid warnings : NULL is a 'pointer';
2005-10-18 regrain * Minor coding-style clean up