]> Creatis software - gdcm.git/history - src
ENH: Getting toward a nice gdcmDecompressor. Now RLE and JPEG are getting similar...
[gdcm.git] / src /
2005-01-31 malaterreENH: Getting toward a nice gdcmDecompressor. Now RLE...
2005-01-31 malaterreSTYLE: remove GetNextttttt + minor Doc
2005-01-31 malaterreENH: Pass 2 at cleaning the JPEG mess. Still some work...
2005-01-31 malaterreENH: Huge commit to remove the previous implementation...
2005-01-30 jprCosmetics
2005-01-30 jpr * SerieHeader::AddFileName() creates as many Coherent...
2005-01-29 jprDicomDir was broken , but TestDicomDir was not aware...
2005-01-28 malaterreCOMP: Solve both problem of push_back missing in VS6...
2005-01-28 jprCosmetics
2005-01-28 jprNow SerieHeader::SetDirectory() allow recursive explora...
2005-01-28 regrain*** empty log message ***
2005-01-28 regrain * Remove friend between PixelReadConverter and RLEFr...
2005-01-28 regrain * Remove friend classes between DocEntry and File
2005-01-28 regrain * src/gdcmFile.cxx, gdcmDocument.cxx : fix the bug...
2005-01-28 regrain * src/gdcmUtil.cxx : compilation fix on Win32
2005-01-28 regrain * Test/TestVR.cxx : fix memory leaks
2005-01-28 malaterreENH: Rewrite the base conversion from base 256 to base...
2005-01-27 jpr- Add construct and destructor to class gdcm::Debug...
2005-01-27 jprgdcm has now an official UID prefix,
2005-01-26 regrain * move RLEInfo & JPEGInfo from Document to File
2005-01-26 regrain * FIX : remove so many friend between classes
2005-01-26 jprContructors and Destructor are now protected,
2005-01-26 jpr * remove ContentEntry::Write() code, yet the method...
2005-01-26 regrain * FIX : remove so many friend between classes
2005-01-26 jprFriend hunting + typo
2005-01-26 jprTypo
2005-01-25 regrain * src/gdcmDocEntrySet.cxx : Bug fix when getting...
2005-01-25 regrain * src/ : rename some methods on Entry (SetXxx, Inser...
2005-01-25 jprDoxygen warnings : I forgot this one
2005-01-25 jprFix Doxygen warning
2005-01-25 jprIn ordrer to avoid missbehaviour :
2005-01-25 regrain * Test/VTKTest*.cxx : remove the show variable in...
2005-01-25 regrain * src/gdcmDocument.cxx : bug fix on potential memory...
2005-01-24 jprmethods ReplaceOrCreate renamed as Insert
2005-01-24 jprFix compile warning
2005-01-24 jprStage 3 of normalization :
2005-01-24 jpr - Add empty nutshell for JPEG-LS
2005-01-24 malaterreENH: Grealty simplify the JPEg decompression, no need...
2005-01-24 regrain * src/gdcmDicomDirElement.h, gdcmDict.h : rename...
2005-01-23 malaterreCOMP: Fix compilation warnings on SGI and Visual Studio
2005-01-23 jprSome normalizations :
2005-01-23 malaterreBUG: ostream opeartor << is only defined for __int...
2005-01-22 malaterreSTYLE: Better approach to work around the timeval defin...
2005-01-22 malaterreBUG: provide a default implementation for GetcurrentThr...
2005-01-22 malaterreCOMP: MacOSX does not respect opengroup definition...
2005-01-22 malaterreBUG: there was a problem with uint64_t. C99 clearly...
2005-01-22 regrain * bug fix for compilation on MSVC6
2005-01-22 malaterreBUG: was leading zeroes in numeric components. This...
2005-01-21 malaterreBUG: On Win32 64bits integer are a pain to use
2005-01-21 malaterreENH: Minor tweaks to synchronize with ITK
2005-01-21 malaterreENH: Encode the MAC Adress only on 15bytes now
2005-01-21 malaterreENH: Add two new methods: GetCurrentThreadID and Proces...
2005-01-21 jprBegin of 'friend' classe hunting.
2005-01-21 jprForget this one (forget to remove now useless gdcmHedaer)
2005-01-21 jprStage 2 of names normalization
2005-01-21 jprStage 2 of names normalization :
2005-01-20 jprFirst stage.
2005-01-20 regrain * gdcmDicomDirElement.[h|cxx] : change the AddEntry...
2005-01-20 jprFirst stage :
2005-01-20 jprFirst stage :
2005-01-20 jprFirst stage of name normalisation : gdcm::File replace...
2005-01-20 regrain * src/gdcmDicomDirObject.h : set the FillObject...
2005-01-20 regrain*** empty log message ***
2005-01-20 jprGeneral .h typo unification
2005-01-20 jprThe following methods
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-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 jprFix bug on DicomDir utilities
2005-01-19 jprGetDocEntry,GetValEntry,GetBinEntry,GetSeqEntry are...
2005-01-19 jprFix typo
2005-01-19 jprAdd missing SQItem methods
2005-01-18 jprAdd missing Document::GetSeqEntry() method
2005-01-18 malaterreCOMP: Fix warning on Big endian plateform
2005-01-18 jprTaking into account of 'Transfer Syntax' value
2005-01-18 malaterreCOMP: Fix compilation on Mingw
2005-01-18 malaterreBUG: Fix compilation on mingw
2005-01-18 malaterreCOMP: Fix warnings about unused var on SunOS
2005-01-18 jprDoxygenation (Print method)
2005-01-18 jprAdd missing :
2005-01-18 jprIn SerieHeader::ImagePositionPatientOrdering()
2005-01-18 jprSolve pb when structure (list, map, ...) is empty.
2005-01-18 jpr2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-18 jpr -add method GetFirstEntry to replace call to InitTrave...
2005-01-18 malaterreBUG: Fix build problem on old compiler
2005-01-17 malaterreBUG: Fix wrong boolean logic
2005-01-17 malaterreENH: Remove APPLE hack
2005-01-17 malaterreENH: Rework the stuff for HAVE_SA_LEN
2005-01-17 jprForget this one
2005-01-17 jprin order to be able to use fearlessly copy-paste group...
2005-01-17 malaterreBUG: Fix bug Bug #1487 - CHECK_INCLUDE_FILE now use...
2005-01-17 jprDocument::CheckIfEntryExist is now public
2005-01-17 malaterreENH: Add security for config problem
2005-01-17 malaterreBUG: Actually fix the bug reported by Benoit. Stoopid...
2005-01-17 malaterreENH: Be more verbose on Win32
2005-01-17 malaterreBUG: Revert to revision 1.99 because current version...
2005-01-17 regrain * gdcmPython/demo : add python demos using VTK
2005-01-17 regrain * src/gdcmUtil.cxx : bug fix to find the Windows...
next