]> Creatis software - gdcm.git/history - Testing/TestWriteSimple.cxx
Fix mistypings
[gdcm.git] / Testing / TestWriteSimple.cxx
2007-09-28 jprAdd VR = OL (vs OB, OW) test
2007-09-04 jprCheck more oddities
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-10-23 jprAdd 0x0008,0000 DataElement, to verify it's kept only...
2006-04-11 jprPass the VR to method InsertEntryString
2006-04-07 jprAvoid warnings
2006-04-07 jprAllow user to run the tests on a single file
2005-10-28 jprDiving by 2 image sizes should make tests 4 times quick...
2005-10-27 jprCreate Explicit VR images first.
2005-10-26 regrain * Fix memory leaks
2005-10-25 jprModify the creation order of gdcmFileHelper / gdcmFile...
2005-10-25 regrain * Some classes inherit now from gdcm::RefCounter
2005-10-21 jprUse SetLoadMode(gdcm::LD_ALL), better than 0
2005-10-20 regrain * Fix some compilation warnings
2005-10-18 regrain * Minor coding-style clean up
2005-10-11 jprComment out DebugOn(), in order not to trouble Benoit...
2005-09-06 jprAdd some verbosity when something wrong occurs
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-20 jprUse new style FileHelper contructor
2005-07-27 malaterreBUG: Put back deprecated code since it makes the test...
2005-07-23 malaterreCOMP: Remove deprecated calls
2005-07-08 jprNew gdcm2 style syntax for Load()
2005-06-03 jprUpgrade TestWriteSimple to conform with harden File...
2005-04-19 jprShould suppress some warnings from Borland compiler
2005-03-09 regrain * src/gdcmFileHelper.cxx : remove memory leaks and...
2005-03-03 jprChange default output filename to provide 'low cost...
2005-03-02 jprChange meaningless name 'TestSequence' (that does NOT...
2005-02-10 regrain * Testing/TestWriteSimple.cxx, TestSequence.cxx...
2005-02-10 jprNow TestWriteSimple checks also 'signed' values
2005-02-09 regrain * src/gdcmFileHelper.[h|cxx] : now correctly set...
2005-02-07 malaterreENH: Apparently the new Free .Net compiler complains...
2005-02-07 regrain * Testing/TestWriteSimple.cxx : fix bug... sorry
2005-02-07 regrain * Testing/TestSequence.cxx : add test for sequences...
2005-02-05 malaterreENH: It's 10pm gdcm is working on big endian plateform...
2005-02-02 jprNormalization
2005-01-26 jprRenaming some local variables + test coverage improvement
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-25 jprUpdate some comments
2005-01-24 jprmethods ReplaceOrCreate renamed as Insert
2005-01-21 jprStage 2 of names normalization :
2005-01-20 jprFirst stage of name normalisation : gdcm::File replace...
2005-01-08 malaterreENH: Update for new sstream
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2004-12-14 regrain * Fix few compilation warnings
2004-12-10 rouetAdded return status variable initialization.
2004-12-10 regrain * Add a Writer from nothing test
2004-07-01 frog * Test/*.cxx and Example/*.cxx: moved some examples...
2004-06-23 jprremove 'tab' caracters
2004-06-21 frog * Test/TestWriteSimple.cxx: fix to gdcmHeader-gdcmH...
2004-06-21 malaterreENH: Ok second chunk of patch, tests seems to go smoothly
2004-06-19 frog * In order to fix memory leaks:
2004-06-18 frog * In order to fix writing of dicom files: