]> Creatis software - gdcm.git/history - src/gdcmVR.cxx
Fix mistypings
[gdcm.git] / src / gdcmVR.cxx
2008-02-13 jprDT *is* String Representable.
2007-09-25 jprDeal with new "OL" VR
2007-09-18 jprFix the still ifdef-disabled code
2007-09-17 jprDoxygen (1.5.2) doen't want \\ref option.
2007-09-15 malaterreBUG: how did that hqppen...
2007-09-14 malaterreBUG: Fix long standing bug that was introduce by jpr...
2007-09-07 jpr Since gdcm1.3.1 wrote wrongly some images :
2007-06-22 jprNever trust optimiser!
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-08-18 malaterreENH: Make code a little more const correct
2006-08-18 malaterreENH: a fix for a broken compiler should NOT impact...
2006-08-18 malaterreCOMP: Attempt to fix jpr code
2006-07-10 jpr- Avoid useless creation of std::string
2006-07-06 jpr- (try to) optimize time consuming IsItemStarter()...
2005-11-22 jprLast modif on IsVROfStringRepresentable().
2005-11-21 jprDeal with VR 'OF' (Other Float String)
2005-10-26 regrain * Remove compilation warnings
2005-10-23 jprDoxygenation
2005-10-21 regrain * Fix bug when reading the DicomVR.dic file
2005-10-20 malaterreENH: Fix TestVR on VS6, while preserving inline optimiz...
2005-10-20 malaterreENH: Previous code did not work on VS6
2005-10-20 regrain * Fix some compilation warnings
2005-10-18 regrain * Minor coding-style clean up
2005-09-07 jprCosmetics for making ProntFile more clear when forceLoa...
2005-09-07 jprNew 'quicker' code releases some BinEntries :-(
2005-09-06 jprInline some methods, to speed gdcm up.
2005-06-24 jprSummer nights are really too hot to sleep.
2005-02-11 jprTypo, comments, doxygenation
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-28 jprCosmetics
2005-01-17 jpr'Dictionnary' is now spelt 'Dictionary',
2005-01-11 malaterreSTYLE: minor clean up
2005-01-07 malaterreENH: First pass at removing name of function from hardc...
2005-01-07 malaterreENH: update gdcmDebug after Benoit comments
2005-01-07 malaterreENH: Change the gdcmDebug approach. Remov the global...
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 regrain * src/gdcmDocument.[h|cxx] : remove all copy of...
2005-01-06 regrain * src/gdcmDictEntry.h : now, the IsVRUnknown is...
2005-01-05 regrain * src/gdcmCommon.h : add the GDCM_UNKNOWN constant...
2004-11-16 frog * src/gdcmDocument.cxx: FIX ::ComputeRLEInfo() rleSe...
2004-11-03 malaterreENH: Now the dictionary is compiled into gdcm lib....
2004-10-27 malaterreENH: Remove any possible leaks with the dictionary...
2004-10-27 malaterreENH: Exact same fix as gdcmTS
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
2004-10-08 malaterreENH: If possible move the stl include after the gdcm...
2004-09-27 frog * src/*.cxx *.h Reference to License.htm fixed to...
2004-09-10 jprCosmetic modif
2004-07-02 frog - guint16 and guint32 removed. Use ISO C uint16_t...
2004-06-28 jpr- now Write drops LUT Descriptors and LUTs (if any...
2004-06-20 frog * Erroneous leading white fix:
2004-06-09 frog * src/gdcmValEntry.h: member voidArea type changed...
2004-04-26 malaterreENH: Remove redundancie about GDCM_DICT stuff, now...
2004-03-27 frog * src/gdcmUtil.[cxx|h] split in two. Additional...
2004-03-26 frog * src/gdcmUtil.[cxx|h] split in two. Additional...
2004-01-22 jprto avoid printing troubles with odd length fields padde...
2004-01-20 regrain * add shadow dictionary
2004-01-13 regrain * src/*.[h|cxx] : coding style
2004-01-12 regrain * src/gdcmDictSet.h : set the method BuildDictPath...
2003-10-02 malaterresrc/*.cxx removed pragma thingies to src/gdcmCommon.h
2003-09-05 malaterre* src/*.cxx : added pragma disable 4786/4251 to get...
2003-04-16 frog * More memmory link related corrections and docum...
2003-04-15 frog * Memory link hunt (by using valgrind --leak...