]> Creatis software - gdcm.git/history - ChangeLog
* src/gdcmSQItem[h|cxx] : rename some methods to have coherent names
[gdcm.git] / ChangeLog
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-20 regrain * src/gdcmDebug.h : remove the Debug test in the...
2005-01-19 regrain * src/gdcmDocEntry.h : DocEntry is now secure. User...
2005-01-19 regrain * gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_R...
2005-01-19 regrain * Test/ : rename VTK tests to have a best name for...
2005-01-18 regrain * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWit...
2005-01-18 jprUpdate ChangeLog
2005-01-17 regrain * gdcmPython/demo : add python demos using VTK
2005-01-17 jprUpdate ChangeLog
2005-01-17 jprUpdate ChangeLog
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-16 malaterreENH: update about GetMacAddress/CreateUniqueUID
2005-01-15 malaterreENH: update for DirList API changes
2005-01-14 malaterreENH: udpate changelog
2005-01-14 jpr * ENH - Comment out Mathieu's (dangerous) Super...
2005-01-14 regrain * src/gdcmDocument.[h|cxx] : comment all methods...
2005-01-13 malaterreENH: If NDEBUG is passed to prepro then all debug stuff...
2005-01-13 malaterreENH: update for Debug to file
2005-01-13 regrain * src/gdcmDictSet.h : set the default output to...
2005-01-13 jprCorrect misstyping
2005-01-13 jpr2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-13 regrain * Add the PrintDicomDir test
2005-01-13 regrain * Now, python test might work on systems
2005-01-13 jprUpdate ChangeLog
2005-01-12 jprUpdate Changelog
2005-01-12 regrain * Now, PrintHeader.py pass... but outside the ctest...
2005-01-12 regrain * Bug fix for the python part use
2005-01-12 regrain * gdcmPython/gdcm.i : bug fix when compiling with...
2005-01-11 malaterreBUG: Solve the previous stoopid bug introduce while...
2005-01-11 jpr2005-01-11 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-10 malaterreENH: update changelog about Mac vs VS6 and static initi...
2005-01-09 malaterreBUG: Solve -hopefully- problem on MacOSX where gdcm...
2005-01-08 jprUpdate ChangeLog
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2005-01-07 malaterreENH: update for __FUNCTION__ stuff
2005-01-07 malaterreENH: update about gdcmDebug macro, and future implement...
2005-01-07 jprUpdate ChangeLog
2005-01-07 regrain * src/gdcmDocEntry.[h|cxx] : now the ReadLength...
2005-01-07 malaterreENH: update for the gdcmDebug changes
2005-01-06 malaterreENH: GetMacAddress in Util
2005-01-06 regrain * src/gdcmDocument.[h|cxx] : remove all copy of...
2005-01-06 regrain * src/gdcmDocEntrySet.[h|cxx], gdcmDocument.[h|cxx...
2005-01-06 regrain * src/gdcmDictEntry.h : now, the IsVRUnknown is...
2005-01-06 jprUpdate ChangeLog
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-16 regrain * src/gdcmFile.[h|cxx] : add the Print method
2004-12-16 regrain * src/gdcmFile.cxx : Add the code of ReplaceOrCreate...
2004-12-16 regrain * src/gdcmFile.cxx : bug fix. Omitted a Push in...
2004-12-12 rouet * FIX: new handling of JPEG decompression, especially...
2004-12-10 regrain * src/gdcmHeader.cxx : change the initialisation...
2004-12-10 regrain * src/gdcmFile.[h|cxx], gdcmPixelReadConvert.[h...
2004-12-10 regrain * vtk/vtkGdcmWriter.cxx, Example/WriteDicomSimple...
2004-12-09 regrain * vtk/vtkGdcmWriter.[h|cxx] : now can write stack...
2004-12-09 regrain * Example/WriteDicomSimple.cxx : example to write...
2004-12-09 regrain * src/gdcmPixelReadConvert.cxx : bug fix when would...
2004-12-09 regrain * Test/ShowDicomSeq.cxx : bug fix
2004-12-08 regrain * vtk/vtkGdcmReader.[h|cxx] : bug fix. Plane order...
2004-12-07 regrain * Test/ShowDicom.cxx, TestWriteWithVTK.cxx : bug...
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-07 regrain * src/gdcmPixelWriteConvert.[h|cxx] : ficnished...
2004-12-06 regrain * src/gdcmDocument.cxx : bug fix when opening the...
2004-12-06 regrain * Example/Volume2Dicom.cxx : comment unused variables
2004-12-04 regrain * src/gdcmFile.h : bug fix. Variable type and variab...
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-12-03 regrain * src/gdcmFile.[h|cxx] : now use FileType instead...
2004-12-03 regrain * src/gdcmPixelWriteConvert.[h|cxx] : new class...
2004-12-03 regrain * Rename src/gdcmPixelConvert.[h|cxx] to src/gdcmPix...
2004-12-02 regrain * vtk/vtkGdcmReader.cxx : correct error in vtkDebugM...
2004-12-02 regrain * Test/TestCopyDicom.cxx : the new dicom created...
2004-12-02 regrain * gdcmPython/gdcm.i : change gdcmHeaderHelper to...
2004-11-30 regrain * Test/ShowDicom.cxx : Change the test to only open...
2004-11-30 regrain * Test/ShowDicom.cxx : now can be used with an off...
2004-11-30 regrain * src/gdcmFile.[h|cxx] : bug fix for ACR-LIBIDO...
2004-11-26 regrain * Remove some useless methods in gdcm::Document...
2004-11-25 regrain fix compilation warnings for the gdcm::Document...
2004-11-25 regrain * src/ : fix compilation warnings for the Write...
2004-11-25 regrain * src/gdcmDocument.[h|cxx] : set the Transfert Synta...
2004-11-25 regrain * vtk/vtkGdcmReader.cxx : compilation bug fix for...
2004-11-25 regrain * src/gdcmDocument.cxx : fix bug... test if the...
2004-11-24 regrain * src/gdcmBinEntry.cxx, gdcmSeqEntry.cxx, gdcmSQItem...
2004-11-24 regrain * Amelioration of code, remove some code copy. For...
2004-11-24 regrain * src/gdcmDocEntryArchive.[h|cxx] : bug fix and...
2004-11-23 regrain * src/gdcmDocEntryArchive.cxx : complete the print...
2004-11-22 regrain * src/gdcmFile.h : fix compilation errors on zorglub...
2004-11-19 regrain * src/gdcmDocEntry.cxx : remove the copy of the...
2004-11-19 regrain * src/gdcmSeqEntry.cxx : add initialisation of varia...
2004-11-17 regrain * src/gdcmDocument.cxx : now, when using the Replace...
2004-11-16 regrain * FIX : now, the DocEntries are all deleted in the...
2004-11-16 frog * src/gdcmDocument.cxx: FIX ::ComputeRLEInfo() rleSe...
2004-11-16 regrain * FIX : src/gdcmDocument.cxx Remove obvious code...
2004-11-16 regrain * FIX: src/gdcmUtil.cxx : to compile with MSVC6
2004-11-16 frog * FIX: src/* fix the doxygen warnings.
2004-11-16 malaterreupdate
2004-11-16 malaterreENH: Slightly bigger patch:
2004-11-16 malaterreupdate
next