]> Creatis software - gdcm.git/history - src/gdcmDict.cxx
Fix mistypings
[gdcm.git] / src / gdcmDict.cxx
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2007-04-12 jprEnglish mistakes
2006-04-12 jprAvoid troubles while parsing source dictionaries
2006-04-11 jprRemove useless accesses to the Dicom Dictionnary std...
2005-11-05 jprComments
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 jprAdd the methods Dict:AddDict(fullPathPrivateDictionaryF...
2005-07-11 malaterreENH: A TagKey is a TagKey and not a string or TagName...
2005-06-24 jprSummer nights are really too hot to sleep.
2005-06-02 jprDoxygenation
2005-05-11 malaterreBUG: Fix previously instroduce cmake bug, now should...
2005-02-11 jprTypo, comments, doxygenation
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-02 regrain * Reorder file content
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-24 regrain * src/gdcmDicomDirElement.h, gdcmDict.h : rename...
2005-01-23 jprSome normalizations :
2005-01-18 jprDoxygenation (Print method)
2005-01-18 jprSolve pb when structure (list, map, ...) is empty.
2005-01-18 jpr -add method GetFirstEntry to replace call to InitTrave...
2005-01-17 jpr'Dictionnary' is now spelt 'Dictionary',
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-14 regrain * src/gdcmDocument.[h|cxx] : comment all methods...
2005-01-12 regrain * Bug fix for the python part use
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
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-07 malaterreCOMP: Fix warning
2005-01-07 jprRemoval out of the Dicom Dictionary of non dicom 'fourt...
2005-01-07 jprRemoval of usless methods :
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 jprDoxygenation
2004-11-16 malaterreENH: Slightly bigger patch:
2004-11-03 malaterreENH: Now the dictionary is compiled into gdcm lib....
2004-10-28 malaterreBUG: Previous code did not compile with all (=busted...
2004-10-27 malaterreENH: Minor cleanup, mostly remove comments
2004-10-27 malaterreENH: Remove any possible leaks with the dictionary...
2004-10-18 malaterreENH: Try to reuse result from a map query, eventhough...
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-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-08-31 jprDoxygenation
2004-08-01 malaterreENH: Guess what ! Still some cosmetic cleanup
2004-07-28 malaterreSTYLE: minor
2004-07-19 regrain * src/gdcmCommon.h, gdcmDict.cxx, gdcmTS.cxx : bug...
2004-07-02 frog - guint16 and guint32 removed. Use ISO C uint16_t...
2004-06-22 jpr2004-06-22 Jean-Pierre Roux
2004-06-21 malaterreENH: Ok second chunk of patch, tests seems to go smoothly
2004-06-20 frog * Erroneous leading white fix:
2004-06-14 frog * Memory leak hunt with the following command:
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-02-20 jprReplace confusing names gdcmImage, etc by gdcmDicomDirI...
2004-02-05 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-13 regrain * src/*.[h|cxx] : coding style
2004-01-13 jprremove H Table NameHT
2004-01-13 regrain * src/gdcmDict.cxx, gdcmElValSet.cxx : bug fix...
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-24 jprRemaining hex replaced by std::hex
2003-09-24 jprRemaining cerr replaced by std::cerr
2003-09-24 jprRemove using namespace std;
2003-09-05 malaterre* src/*.cxx : added pragma disable 4786/4251 to get...
2003-07-01 jprmistyping corrected
2003-07-01 frog * gdcmPython/Makefile.am now avoids calling the...
2003-06-17 jprAdd JPEG 6b files
2003-05-21 regrain * src/*.[h] all occurences of stl classes are...
2003-04-16 frog * More memmory link related corrections and docum...
2003-04-11 frog Clean up with JPR. Frog
2003-04-07 frog Brutal commit. Changelog to come.... Frog
2003-03-05 frog * src/gdcm.h splitted in gdcmCommon.h, gdcmDict...
2003-01-28 frog * src/gdcmHeader.cxx added a post header parsing...
2003-01-16 jprmodif DcmWrite
2003-01-14 jprAjout fonctions
2002-12-19 jprCommenataires?
2002-11-06 frog * Python wrapping process moved away from src...
2002-10-31 frog * Straightforward temporary fixes for swig to build...
2002-10-22 frog * src/gdcmHeader.cxx :
2002-10-17 frog * Truckload of changes. Parsing of header is...