]> Creatis software - gdcm.git/history - src/gdcmDictSet.h
Fix mistypings
[gdcm.git] / src / gdcmDictSet.h
2007-08-22 jprTry to make gdcm1.2 and gdcm1.3 usable int the same...
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-03-22 jprTo speed up the parsing process (avoid accessing HTable...
2005-11-28 regrain * Improvement #2 : the CommandManager is now a stati...
2005-11-28 regrain * Add Command and CommandManager to have possible...
2005-11-21 jprDoxygenation
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-23 jprMinor Doxygenations, comments fixing, etc
2005-10-20 regrain * Add a RefCounter object that is deleted only when...
2005-10-18 regrain * Correctly use the VRKey for all vr variables....
2005-09-02 jprCoding style : remove useless trailing ';' from inline...
2005-07-11 malaterreENH: Ok all tests are now passing even using FASTKEY
2005-06-14 jprTypo + Doxygen
2005-02-06 jprTypo
2005-02-02 regrain * Reorder file content
2005-02-01 jprNormalization
2005-01-20 jprGeneral .h typo unification
2005-01-18 jpr -add method GetFirstEntry to replace call to InitTrave...
2005-01-17 jprAdd methods DictSet::InitTraversal, DictDet::GetNextEntry,
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-13 regrain * src/gdcmDictSet.h : set the default output to...
2005-01-11 jprSome more Doxygenation (for Doc/html.developper/annotat...
2005-01-07 jprRemoval out of the Dicom Dictionary of non dicom 'fourt...
2005-01-06 jprCoding Style + Doxygenation
2005-01-05 regrain * src/gdcmCommon.h : add the GDCM_UNKNOWN constant...
2004-12-16 regrain * src/gdcmBase.[h|cxx] : new base class. Contains...
2004-12-03 malaterreENH: * Huge cleanup:
2004-10-18 malaterreENH: A few minor cosmetic cleanups, mostly some const...
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
2004-09-27 frog * src/*.cxx *.h Reference to License.htm fixed to...
2004-09-13 jprdealing with 'zero length' integers
2004-08-03 frog * gdcmPython/testSuite.py: all the test suite in...
2004-08-01 malaterreENH: Guess what ! Still some cosmetic cleanup
2004-08-01 malaterreENH: Minor patch, cosmetic -again-. Remove all this...
2004-07-02 frog - guint16 and guint32 removed. Use ISO C uint16_t...
2004-06-20 frog * Erroneous leading white fix:
2004-03-22 jprdoxygenation
2004-01-20 regrain * add shadow dictionary
2004-01-19 regrain * Add the update of header entries using the shado...
2004-01-19 regrain * bug fix under python
2004-01-15 regrain * src/gdcmDicSet.[h|cxx] : add virtual entries...
2004-01-15 jprWrite uses now chained list instead of (now unuable...
2004-01-14 jprSome modif in comments; doxygen, etc
2004-01-13 regrain * src/*.[h|cxx] : coding style
2004-01-12 regrain * src/gdcmDictSet.h : set the method BuildDictPath...
2004-01-12 regrain * src/*.h : add comments
2003-10-02 malaterresrc/*.cxx removed pragma thingies to src/gdcmCommon.h
2003-07-01 jprmistyping corrected
2003-05-28 frog * When compiling with distutils (see setup.py...
2003-05-21 regrain * src/*.[h] all occurences of stl classes are...
2003-05-21 frog * src/*.[h] all occurences of stl classes are...
2003-04-16 frog * More memmory link related corrections and docum...
2003-04-15 frog * Memory link hunt (by using valgrind --leak...
2003-03-10 frog * gdcmPython/__init__.py doesn't crash anymore...
2003-03-05 frog * src/gdcm.h splitted in gdcmCommon.h, gdcmDict...