]> Creatis software - gdcm.git/history - src
ENH: Adding 1.2.840.113619.5.2 .. test still doesn't work I don't understand why
[gdcm.git] / src /
2005-01-11 malaterreENH: Adding a new method on TS: IsTransferSyntax. Where...
2005-01-11 malaterreSTYLE: Rework IsCurrentProcessorBigEndian to be smarter
2005-01-11 malaterreSTYLE: minor clean up
2005-01-10 malaterreBUG: Cannot include file within a namespace otherwise...
2005-01-10 malaterreENH: Finally remove previous solution. Found a much...
2005-01-10 malaterreBUG: Hopefully fix the bug on MacOSX and static global...
2005-01-10 malaterreCOMP: Fix Win32 compilation
2005-01-10 jprDoxygenation
2005-01-10 jprAdd some verbosity
2005-01-10 malaterreENH: Add some verbosity
2005-01-09 malaterreBUG: Solve -hopefully- problem on MacOSX where gdcm...
2005-01-08 malaterreTwo things at once: start removing hack for old ostrstr...
2005-01-08 malaterreENH: Adding the FreeBSD version + doc
2005-01-08 malaterreCOMP: Fix compile warnings on some system
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2005-01-08 malaterreCOMP: Need some special lib on apple
2005-01-08 malaterreCOMP: remove warnings
2005-01-08 malaterreENH: blind shot to fix problem
2005-01-07 malaterreENH: Addingh MACOSX version
2005-01-07 malaterreCOMP: doh !
2005-01-07 malaterreENH: properly copy the mac address
2005-01-07 malaterreBUG: assert was inversed
2005-01-07 malaterreENH: minor style
2005-01-07 malaterreENH: minor style
2005-01-07 malaterreENH: Third pass for assert. Now uses the gdcmAssertMacro
2005-01-07 malaterreENH: Second pass at removing name of function from...
2005-01-07 malaterreENH: First pass at removing name of function from hardc...
2005-01-07 malaterreENH: properly handle compiler that does not have __FUNC...
2005-01-07 malaterreENH: update comments. Rename variable with more complex...
2005-01-07 malaterreENH: update gdcmDebug after Benoit comments
2005-01-07 regrain * src/gdcmDocEntry.[h|cxx] : now the ReadLength...
2005-01-07 malaterreCOMP: Fix VS6 compilation pb
2005-01-07 malaterreCOMP: oops forgot this one I guess...
2005-01-07 malaterreENH: Change the gdcmDebug approach. Remov the global...
2005-01-07 jprAdd VM related methods
2005-01-07 jprAdd missing DictEntry::SetVM method
2005-01-07 malaterreCOMP: Fix warning
2005-01-07 jprAdd accesors on VM
2005-01-07 jprRemoval out of the Dicom Dictionary of non dicom 'fourt...
2005-01-07 jprRemoval of usless methods :
2005-01-07 jprRemoval of useless and dangerous methods :
2005-01-07 jprRemoval of useless and dangerous methods :
2005-01-06 malaterreCOMP: Fix compilation on Win32: c:\Dashboards\My Tests...
2005-01-06 malaterreCOMP: remove warning
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 malaterreCOMP: Adding some random lib to allow compilation
2005-01-06 malaterreCOMP: Some minor fix on Win32
2005-01-06 malaterreCOMP: on win32 sintrgs.h does not exist
2005-01-06 malaterreENH: update test for tesing MAC adrress
2005-01-06 malaterreENH: Found a Win32 version that seems to be working
2005-01-06 malaterreENH: Saving temp code until I have time for Win32 versi...
2005-01-06 regrain * src/gdcmDocEntrySet.[h|cxx] : Remove used methods
2005-01-06 regrain * src/gdcmDocument.[h|cxx] : remove all copy of...
2005-01-06 jprDoxygenation
2005-01-06 jprDoxygenation
2005-01-06 jprDoxygenation
2005-01-06 jprDoxygenation
2005-01-06 regrain * src/gdcmDocEntrySet.[h|cxx], gdcmDocument.[h|cxx...
2005-01-06 jprDoxygenation
2005-01-06 regrain * src/gdcmDictEntry.h : now, the IsVRUnknown is...
2005-01-06 regrain * src/gdcmDocument.cxx : amelioration of code
2005-01-06 regrain * src/gdcmDocument.cxx : correct last JPR committed...
2005-01-06 jprremoval of method WriteBase
2005-01-05 jprENH : now parsing creates a Vitual DictEntry for Pixel...
2005-01-05 jprADD : Method ComputeGroupLength
2005-01-05 regrain * src/gdcmCommon.h : add the GDCM_UNKNOWN constant...
2005-01-05 jpr ADD : Add the method IsCurrentProcessorBigEndian
2004-12-21 malaterreBUG: Thanks to JP for bug report.
2004-12-21 malaterreENH: Fixing another warning about unused var
2004-12-16 malaterreBUG: Some David Clunie's baseline image have a Pixel...
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-15 malaterreCOMP: Fix warnings
2004-12-14 regrain * Fix few compilation warnings
2004-12-14 rouet * fixed some compilation warnings, and for(;;) scope...
2004-12-13 malaterreENH: Apply JMR patch for gethostname
2004-12-13 malaterreENH: dos2unix
2004-12-13 malaterreBUG: On VS6 the for loop does not respect scope. Theref...
2004-12-13 malaterreBUG: On a few platerform we cannot use ios_base, we...
2004-12-12 rouet * FIX: new handling of JPEG decompression, especially...
2004-12-12 rouet * FIX: modified DirList::Explore in order to make...
2004-12-10 regrain * src/gdcmHeader.cxx : change the initialisation...
2004-12-10 regrain * src/gdcmFile.[h|cxx], gdcmPixelReadConvert.[h...
2004-12-09 regrain * src/gdcmPixelReadConvert.cxx : bug fix when would...
2004-12-07 regrain * vtk/vtkGdcmWriter.[h|cxx] : add a first version...
2004-12-07 malaterreENH: jpeg_memory_src depend on the bit depth, need...
2004-12-07 malaterreENH: Temporarily add jmemsrc. Patch suggest by Jean...
2004-12-07 regrain * Test/TestUtil.cxx : reformat the source code
2004-12-07 regrain * src/gdcmPixelWriteConvert.[h|cxx] : ficnished...
2004-12-07 malaterreSTYLE: Minor cleanup + speedup
2004-12-06 regrain * src/gdcmDocument.cxx : bug fix when opening the...
2004-12-06 regrain * Example/Volume2Dicom.cxx : comment unused variables
2004-12-05 malaterreBUG: This solve the infinite loop on gcc-64bits
2004-12-04 malaterreBUG: Could not compile with gcc 64bits
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 malaterreCOMP: Borland could not compile gdcm... BTW there is...
2004-12-03 malaterreENH: * Huge cleanup:
next