]> Creatis software - gdcm.git/history - src/gdcmDicomDir.cxx
* Fix some compilation warnings
[gdcm.git] / src / gdcmDicomDir.cxx
2005-10-20 regrain * Fix some compilation warnings
2005-10-19 regrain * Remove memory leaks
2005-10-18 regrain * Minor coding-style clean up
2005-08-31 jprSolve other minor Doxygen pb
2005-08-31 jprReplace stupid method names :
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 regrain * Fix bug while wrapping python. The DicomDir SetSta...
2005-08-29 regrain * Bug fix for python use
2005-08-19 jprSome never comitted before comments.
2005-07-23 malaterreCOMP: Fix some more deprecated forward
2005-07-21 jprLEGACY purpose
2005-07-20 jprUse GDCM_LEGACY for DicomDir, as well
2005-07-19 malaterreENH: gdcm now almost compile with GDCM_LEGACY_REMOVE on
2005-07-12 jprTo speed up DicomDir, instead of copying -and removing...
2005-07-12 jprComments
2005-07-08 jprAdd the VISIT object within DicomDir
2005-07-08 jprNew features for DicomDir
2005-07-07 jprOn the way to gdcm2 ...
2005-07-03 jpr- Speed up DICOMDIR analyse
2005-06-24 jprSummer nights are really too hot to sleep.
2005-06-17 jprAdd comments
2005-06-03 jprTypo.
2005-06-02 jprUpdate remainder to assure 'Supplement 104' conformance
2005-05-03 jprLoad returns now a bool (allow user not to call IsReada...
2005-04-14 jprNow, user can ask gdcm::DicomDir to skip SeqEntries...
2005-03-09 jprAdd Anonymize method (not yet fully checked)
2005-03-04 jprTo avoid warning
2005-03-02 jprFix comments
2005-02-25 malaterreENH: Backport change from ITK. Fix compilation warnings
2005-02-11 jprComments
2005-02-11 jprComments
2005-02-07 jprAdd some commented out lines to prepare future version...
2005-02-06 jprUpdate comments for DicomDir stuff
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-02 regrain * Reorder file content
2005-02-02 jprNormalization
2005-02-01 jprFix Doxygen warnings
2005-02-01 regrain * FIX : last commit errors... sorry
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-29 jprDicomDir was broken , but TestDicomDir was not aware...
2005-01-28 regrain*** empty log message ***
2005-01-26 jprFriend hunting + typo
2005-01-26 jprTypo
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-25 regrain * src/gdcmDocument.cxx : bug fix on potential memory...
2005-01-24 jprStage 3 of normalization :
2005-01-24 regrain * src/gdcmDicomDirElement.h, gdcmDict.h : rename...
2005-01-23 jprSome normalizations :
2005-01-21 jprBegin of 'friend' classe hunting.
2005-01-21 jprStage 2 of names normalization :
2005-01-20 regrain * src/gdcmDicomDirObject.h : set the FillObject...
2005-01-20 regrain * src/gdcmDicomDir.cxx : simplify the NewPatient...
2005-01-20 regrain * src/gdcmSQItem[h|cxx] : rename some methods to...
2005-01-20 regrain * src/gdcmDicomDir*.[h|cxx] : rename methods to...
2005-01-19 jprFix bug on DicomDir utilities
2005-01-19 jprFix typo
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 jpr2005-01-15 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-14 malaterreBUG: Could not use DirList from a dll on windows since...
2005-01-13 jprNow DicomDir::IsReadable() works
2005-01-13 jprModify comments and verbosity in DicomDir constuctor
2005-01-12 malaterreSTYLE: Unused variable
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: properly handle compiler that does not have __FUNC...
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 jprDoxygenation
2004-12-16 regrain * src/gdcmBase.[h|cxx] : new base class. Contains...
2004-12-07 regrain * vtk/vtkGdcmWriter.[h|cxx] : add a first version...
2004-12-07 regrain * Test/TestUtil.cxx : reformat the source code
2004-12-06 regrain * Example/Volume2Dicom.cxx : comment unused variables
2004-12-04 regrain * Bug fix due my last commit (compilation under...
2004-12-03 malaterreENH: * Huge cleanup:
2004-12-03 regrain * Remove memory leaks on the DicomDir
2004-11-30 malaterreENH: Minor tweaks
2004-11-25 regrain * src/ : fix compilation warnings for the Write...
2004-11-16 regrain * FIX : now, the DocEntries are all deleted in the...
2004-11-16 frog * FIX: src/* fix the doxygen warnings.
2004-11-09 malaterreENH: Some more borland issues
2004-11-09 malaterreENH: gdcm now compiles on borland
2004-11-03 malaterreENH: /binary_write/ gdcm source. Now even on big endian...
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-22 malaterreENH: Removed all FILE* ref and replace by ifstream...
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
2004-10-10 malaterreENH: Encapsulate global functions within gdcmUtil class...
2004-10-09 malaterreENH: Still remove some sprintf and rework internals
2004-09-27 frog * src/*.cxx *.h Reference to License.htm fixed to...
2004-09-24 jprCosmetic modifs to be more Coding style compliant
2004-09-23 jpr * class gdcmObject is now called gdcmDicomDirObject...
2004-08-31 jprDoxygenation
2004-08-30 jprsome more DICOMDIR fixes
2004-08-27 jprlight modif around DICOMDIR stuff
2004-08-26 jpr- now, DicomDir stuff stakes into account the 'new...
2004-08-02 frog * gdcmPython/testSuite.py checks on CR-MONO1-10-chest...
next