]> Creatis software - gdcm.git/history - Example
ENH: First pass at my big endian emulation on little endian
[gdcm.git] / Example /
2005-02-10 malaterreSTLYE: Remove unused stuff...
2005-02-09 regrain * Test/VTKTestWriteSeq.cxx : add a VTK test to write...
2005-02-09 jprSome more examples
2005-02-09 jprtypo + comments
2005-02-08 jprHope-to-be fully commented example
2005-02-08 jprUpdate exAnonymise.cxx
2005-02-06 jprAdd an example to Anonymize a file (Loadong or not...
2005-02-03 jprName normalization
2005-02-03 jprAdd a skeletton program for newbees
2005-02-02 jprStrange name gdcm::SerieHeader turned to gdcm::SerieHelper
2005-02-02 jprRemove useless file
2005-02-02 jprRemove useless file
2005-02-02 jprNormalization
2005-02-02 jprRemove useless TestDcm2Acr.cxx
2005-02-02 jprNormalization
2005-02-01 jprSetDebugOn
2005-02-01 regrain * FIX : last commit errors... sorry
2005-01-26 regrain * gdcmPython.i : add gdcmContentEntry
2005-01-26 jprTypo
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-24 jprmethods ReplaceOrCreate renamed as Insert
2005-01-24 jprStage 3 of normalization :
2005-01-24 regrain * src/gdcmDicomDirElement.h, gdcmDict.h : rename...
2005-01-23 jprSome normalizations :
2005-01-22 regrain * bug fix for compilation on MSVC6
2005-01-21 jprStage 2 of names normalization :
2005-01-20 jprFirst stage ...
2005-01-20 jprFirst stage of name normalisation : gdcm::File replace...
2005-01-20 jprFinal bugg fix.
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 jprAdd a *very* simple test program to read the frames...
2005-01-19 jprtypo
2005-01-18 jprUse new method GetFirstEntry instead of InitTraversal...
2005-01-17 jprcoding style
2005-01-17 jprModify the parsing process, not to use (now unexposed...
2005-01-14 malaterreCOMP: Fix warnings
2005-01-14 regrain * src/gdcmDocument.[h|cxx] : comment all methods...
2005-01-13 jpr2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-13 jprAllow to choose detail level display for DICOMDIR
2005-01-13 regrain * Example/PrintDicomDir.cxx : add readable informati...
2005-01-12 jprAdd verbosity
2005-01-11 jpr2005-01-11 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-08 malaterreENH: Update for new sstream
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2005-01-07 malaterreENH: update gdcmDebug after Benoit comments
2005-01-07 malaterreENH: Change the gdcmDebug approach. Remov the global...
2005-01-06 jprRemoval of last occurence of 'GetxxxByName'
2005-01-05 regrain * src/gdcmCommon.h : add the GDCM_UNKNOWN constant...
2004-12-16 regrain * src/gdcmFile.[h|cxx] : add the Print method
2004-12-10 malaterreENH: a few tweaks
2004-12-10 malaterreENH: Thanks to Benoit example I was able to rewrite...
2004-12-10 malaterreENH: Adding an example that only work on linux, not...
2004-12-10 regrain * src/gdcmFile.[h|cxx], gdcmPixelReadConvert.[h...
2004-12-10 regrain * vtk/vtkGdcmWriter.cxx, Example/WriteDicomSimple...
2004-12-09 regrain * Example/WriteDicomSimple.cxx : example to write...
2004-12-07 regrain * Comment unused variables
2004-12-06 malaterreENH: Rewrote the cmakelist
2004-12-06 regrain * Example/Volume2Dicom.cxx : comment unused variables
2004-12-04 regrain * Bug fix due my last commit (compilation under...
2004-12-04 regrain * Example/Volume2Dicom.cxx : commit with the good...
2004-12-03 malaterreCOMP: Borland could not compile gdcm... BTW there is...
2004-12-03 malaterreENH: * Huge cleanup:
2004-12-03 regrain * src/gdcmPixelWriteConvert.[h|cxx] : new class...
2004-12-03 regrain * Rename src/gdcmPixelConvert.[h|cxx] to src/gdcmPix...
2004-11-30 malaterreCOMP: Fix comp on gcc295
2004-11-26 regrain * Remove some useless methods in gdcm::Document...
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 * src/gdcmDocEntryArchive.[h|cxx] : bug fix and...
2004-11-23 regrain * Add usefull comments in Header
2004-11-19 regrain * Example/TestCopyDicom.cxx : avoid compilation...
2004-11-17 regrain * src/gdcmDocument.cxx : now, when using the Replace...
2004-11-16 malaterreENH: Add license to examples since they belong to gdcm
2004-11-15 regrain * src/gdcmFile.cxx : now delete the PixelConvert...
2004-11-09 malaterreENH: Some more borland issues
2004-11-09 malaterreENH: gdcm now compiles on borland
2004-11-02 malaterreBUG: Moving gdcmCommon to gdcm namespace broke some...
2004-10-27 malaterreENH: Minor cleanup, mostly remove comments
2004-10-25 malaterreSTYLE: ivars should start with a capital letter. Access...
2004-10-20 frog * src/gdcmDocument.cxx ftell() return properly stored...
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
2004-09-27 malaterreENH: Afterall a Dashboard on Win32 is usefull :)
2004-09-24 frog * TODO updated with Mathieu suggestions. I proposed...
2004-09-24 jpr'd' option (Implicit Dicom VR) removed from usage,...
2004-09-23 jpr * VoidArea is now called BinArea (less confusing...
2004-09-23 jpr2004-09-23 Jean-Pierre Roux
2004-09-22 jpradd a v(ideo inv) option to TestWrite -Special Hector...
2004-09-22 jprCode identation
2004-09-22 malaterreENH: Unused var
2004-09-20 jprExample/TestReadWriteReadCompare may now be called...
2004-09-17 frog * ENH: added some utility method that builds a flat...
2004-09-09 jprAdding some warning messages
2004-09-09 malaterreENH: Adding a test I know that segfault
2004-09-09 malaterreENH: Applied JPR comments, but still doesn't work on...
2004-09-07 jprADD : gdcmGlobal::CountSubstring method
2004-09-03 malaterreFIX: Pb on recent linux machine
2004-09-02 jprdded a modified version of Mathieu's TestCopyDicom.cxx
2004-08-31 jprDoxygenation
2004-08-28 malaterreENH: Refactor some code
next