]> Creatis software - gdcm.git/history - src
* Amelioration of demo
[gdcm.git] / src /
2005-04-04 jprFix stupid bug when writting ACR-NEMA image from 'ACR...
2005-03-31 regrain * src/gdcmPixelReadConvert.cxx : problems of around...
2005-03-22 jpr*FIX Restore pushed out elements
2005-03-22 jpr*** empty log message ***
2005-03-22 jprTypo
2005-03-22 jpr* FIX : element 0x0000 of shadow groups is now force...
2005-03-22 jpr*** empty log message ***
2005-03-11 jprFinal removal of gdcmFileHelper::InitializeDefaultFile();
2005-03-11 jprRemove spurious #define MAX_SIZE_PRINT_ELEMENT_VALUE
2005-03-09 jprTypo, comments
2005-03-09 jprAdd Anonymize method (not yet fully checked)
2005-03-09 jprUpdate gdcm.h, to make it user usable ...
2005-03-09 regrain * src/gdcmFileHelper.cxx : remove memory leaks and...
2005-03-07 jprShould fix some memory leaks
2005-03-04 jprTemporary revert to previous code (better Mem Leak...
2005-03-04 jprTo prevent some memry leaks
2005-03-04 jprTo avoid warning
2005-03-04 jprTo avoid valgring varnings
2005-03-04 jprTo avoid valgring warning about shadowed local variable
2005-03-03 jprComments
2005-03-03 jprAdd comments
2005-03-02 jprFix gdcm::FileHelper::CheckMandatoryElements() to take...
2005-03-02 jprFix comments
2005-02-28 malaterreBUG: Could not build on Sun + gcc 2.95
2005-02-28 malaterreENH: First shot at the UseGDCM file. Very usefull indeed
2005-02-25 malaterreENH: Backport change from ITK. Fix compilation warnings
2005-02-23 regrain * remove compilation warnings
2005-02-22 regrain * src/gdcmFileHelper.cxx : JPR bad personal choices fix
2005-02-21 jprTypo
2005-02-21 jpr* Replace method CheckMetaElements by CheckManadatoryEl...
2005-02-17 jprTo avoid further pb, Initialize defaults now Photochrom...
2005-02-17 jprFix comments
2005-02-17 jprGroup 0002 management
2005-02-17 jprPrepare FileMetaInformationVersion (group 0002) management
2005-02-17 jprFix misstyping
2005-02-16 jprFix wrong comment (-> wrong Doxygenation) about the...
2005-02-16 jprDoxygenation
2005-02-16 jprTaking into account MONOCHROME1 + Signed Pixels (?!)
2005-02-15 jprTaking into account the difference between MONOCHROME1...
2005-02-14 malaterreBUG: This should solve the last Seg Fault. In a loop...
2005-02-14 malaterreBUG: Remove crappy code... disgusted
2005-02-14 malaterreBUG: Solve JP feature, and at the same time avoid alloc...
2005-02-14 jpr*never* forget to re-compile just *before* committing!
2005-02-14 jprFirst commit on the post 1.0 (Version? / Tag? / Branch?) :
2005-02-14 jprremove useless comments
2005-02-14 jprRemove some useless mask operations, to save CPU time
2005-02-14 jprremove some useless mask operations, to save CPU time
2005-02-11 malaterreBUG: Doh this one should not be changed. The reading...
2005-02-11 malaterreBUG: Verbose->Warning
2005-02-11 malaterreENH: Adding new option in CMake: GDCM_FORCE_BIGENDIAN_E...
2005-02-11 malaterreENH: Code simplification
2005-02-11 malaterreBUG: Ok I really need to compile before committing...
2005-02-11 malaterreBUG: val/binArea16 mixup
2005-02-11 malaterreBUG: lgr -> len
2005-02-11 malaterreENH: First pass at my big endian emulation on little...
2005-02-11 jprTypo
2005-02-11 jprComments
2005-02-11 jprComments
2005-02-11 jprTypo, comments, doxygenation
2005-02-11 jprDefault Photometric Interpretation is now MONOCHROME2...
2005-02-10 malaterreBUG: In c++ you are never garantee your var is initiali...
2005-02-10 regrain * Testing/TestWriteSimple.cxx, TestSequence.cxx...
2005-02-10 jprThe following gdcm::DocEntrySet methods, no re-definabl...
2005-02-10 jprAnonymizeNoLoad improvement
2005-02-10 jprcommit
2005-02-10 jprDuplicate Matthieu's hack to prevent bombing in Anonymize
2005-02-09 malaterreBUG: Remove seg fault from the nightly test.
2005-02-09 malaterreSTYLE: Minor tweaks
2005-02-09 malaterreBUG: Remove Benoit bomb
2005-02-09 regrain * src/gdcmFileHelper.cxx : bug fix when having RGB...
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 malaterreBUG: Remove my previous hack now this is properly fixed...
2005-02-07 jprAdd some commented out lines to prepare future version...
2005-02-07 regrain * Testing/TestSequence.cxx : add test for sequences...
2005-02-07 jprfix misstyping (while removing spurious tab characters :-(
2005-02-07 regrain * gdcmPython/gdcm.i : bug fix. Now string are correc...
2005-02-07 regrain * Remove useless methods added by JPR for Python...
2005-02-06 jprTypo
2005-02-06 jpr* Add method File::AnonymizeNoLoad, to allow anomymizin...
2005-02-06 jprUpdate comments for DicomDir stuff
2005-02-05 malaterreCOMP: Fix warnings about unused function
2005-02-05 malaterreBUG: ctest is parsing the ouput of the test and was...
2005-02-05 malaterreCOMP: Remove warning about unused var
2005-02-05 malaterreENH: It's 10pm gdcm is working on big endian plateform...
2005-02-05 malaterreENH: Need to include iostream
2005-02-05 malaterreBUG: JP, please next time reread your code or at least...
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-05 malaterreSTYLE: Please stop using cout, you have a much more...
2005-02-05 malaterreBUG: Solve seg fault with SerieHelper by properly using...
2005-02-05 malaterreBUG: For some reason the Sun compiler produce incoheren...
2005-02-05 malaterreENH: Ease the work for people when they try cross compi...
2005-02-04 malaterreCOMP: Fix -other people- warnings. I guess this is...
2005-02-04 malaterreENH: Adding jpeg error handling. As quoted we could...
2005-02-04 malaterreENH: Slightly better patch since it avoid reinterpret_c...
2005-02-04 malaterreBUG: Fix compilation warning on SunOS-CC: Warning ...
2005-02-04 jprSome more Doxygenation
2005-02-04 jpr * Add GetFirstValEntry + GetNexxtValEntry, for Python...
2005-02-04 regrain * src/gdcmFile.cxx : remove the default array of...
2005-02-03 jprFix Doxygen warning
next