]> Creatis software - gdcm.git/history - src
ENH: Make code a little more const correct
[gdcm.git] / src /
2006-08-18 malaterreENH: Make code a little more const correct
2006-08-18 malaterreENH: a fix for a broken compiler should NOT impact...
2006-08-18 malaterreCOMP: Attempt to fix jpr code
2006-07-20 malaterreENH: Minor patch
2006-07-10 jprUse a small (8 bytes) buffer to mininize time consuming...
2006-07-10 jprAvoid polluting command line applications output when...
2006-07-10 jpr- Avoid useless creation of std::string
2006-07-06 jpr- (try to) optimize time consuming IsItemStarter()...
2006-07-06 jprAvoid using std::string stuff when it's useless (CPU...
2006-07-06 jprReturning a const ref is quicker than returning a value.
2006-07-06 jprPort Mathieu's modif for writting JPEG2000
2006-07-04 jpr'Acr-NEMA' data elements
2006-07-04 jprPort Mathieu's patch from gdcm 1.2 (in gdcmValEntry...
2006-07-04 jprPort Mathieu'a modif in gdcm1.2
2006-06-29 jprAdd comments on the use od Rescale Slope / Intercept
2006-06-29 jprDoxygenation
2006-06-21 jprAdd verbosity when something wrong happens
2006-06-21 jprHope, on a day, GetYSpacing will return accurate info...
2006-06-20 jprSome US images have NO Pixel Spacing nor Pixel Ratio
2006-06-15 jprTry to take into account 'Pixel Aspect Ratio', etc...
2006-06-15 jpr Little patch for strange PMS Gyroscan Intera images
2006-06-08 jprAdd some comments about pixel spacing
2006-06-07 jpravoid 'type qualifier on return type is meaningless...
2006-05-31 jprAvoid warnings
2006-05-31 jprComment out over verbose messages
2006-05-31 jprAdd an open source code for MD5.
2006-05-31 jprFix trouble with BCC
2006-05-30 jprMove comments
2006-05-30 jprComment out GDCM_LEGACY_REMOVE function
2006-05-30 jprAdd huge comment on the meaning of RETired fields aroun...
2006-05-30 jprAdd some comments
2006-05-30 jprComment out some deprecated function (instead of GDCM_L...
2006-05-23 malaterreENH: hopefully fixed swig wrapping
2006-05-22 malaterreBUG: Do some voodoo magic do please SWIG -buggy- c...
2006-05-15 malaterreCOMP: Fix compilation on SunOS
2006-05-15 malaterreCOMP: Fix comp on dash8 (gcc296)
2006-05-12 malaterreBUG: resultPath could be empty, cannot access char...
2006-05-12 jprPort Mathieu's modif from gdcm1.2
2006-05-11 malaterreENH: Rework the GDCM_LEGACY mechanism to allow use...
2006-05-11 malaterreBUG: getenv return is not supposed to be freed
2006-05-06 malaterreCOMP: Fix compilation, remove warning
2006-05-05 malaterreENH: This time for real. Install is ok. STYLE: some...
2006-05-05 malaterreENH: Wrong install loc
2006-05-02 jprAdd some comments about
2006-05-02 jprUpgrade FileHelper.InsertEntryString() to be consistent
2006-04-20 jprMinor fix in FileHelper::CheckMandatoryElements :
2006-04-14 jprAvoid tiny memory leak
2006-04-14 jprFix bug in GetString()
2006-04-13 jprAvoid warnings
2006-04-13 jprAvoid some warnings
2006-04-12 jpr Some clinical softwares *demand* Patient ID (0x0010...
2006-04-12 jprAvoid troubles while parsing source dictionaries
2006-04-11 jprRemove useless accesses to the Dicom Dictionnary std...
2006-03-31 jprremove misstyping
2006-03-30 jprAvoid stupid messages when length = 0
2006-03-30 jprInitialize ZSpacing, in *all* cases.
2006-03-30 jprForget to remove cout ..
2006-03-30 jprAs a side effect,
2006-03-29 jprOops.
2006-03-29 jprUnnormalized 4th dimension is now dealt with.
2006-03-22 jprTo speed up the parsing process (avoid accessing HTable...
2006-03-17 jprinitialize enum to 1.
2006-03-14 jprBUG: Newer version of the software on Siemens MR write...
2006-03-13 jpr // User should ask gdcm to write an image in Explic...
2006-03-10 jprFix stupid and riskless) bug :
2006-03-01 jprFix misstyping in the comments (not in the code)
2006-03-01 jprMinor comment fixes
2006-03-01 jprForget to commit this one !
2006-03-01 jprSome clinical softwares refuse to perform some operatio...
2006-03-01 jpradd bool DataEntry::GetDSValue(std::vector <double...
2006-02-21 malaterreENH: Insert dummy value until a better solution is...
2006-02-16 malaterreENH: One more sync with gdcm12
2006-02-16 malaterreENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines...
2006-02-15 malaterreBUG: Sync with ITK/gdcm CVS HEAD
2006-02-13 jprAdd
2006-02-09 jprremove some now useless stuff
2006-02-08 jpr'if then', 'or else' don't exist in C++
2006-02-08 jprAvoid dciodvfy warning when creating ex-nihilo a Dicom...
2006-02-07 jprSome more tellg seekg removal
2006-02-07 malaterreCOMP: Fix warning on bcc551
2006-02-07 jprRemove some useless seekg, tellg.
2006-02-05 malaterreENH: Redo the BUILD_SHARED_LIBS -one more time- hopeful...
2006-02-05 malaterreENH: update to openjpeg CVS
2006-02-05 malaterreENH: Try to keep up with the openjpeg build changes
2006-02-03 jprSome minor comments modifications
2006-01-31 jprAdd the method int ElementSet::IsVRCoherent( uint16_t...
2006-01-31 jprThe automatic set to VR = "LO" for shadow elements...
2006-01-31 jprthe 'FileIdentifier' is now tokenizable on %%%.
2006-01-27 jprAdd #include for BCC
2006-01-26 malaterreCOMP: Fix comp on WIN32 os
2006-01-26 malaterreCOMP: Fix comp on borland
2006-01-26 malaterreENH: Some more const correctness...until I hit strtok
2006-01-26 malaterreENH: Finally I got ArgMgr to be const string instead...
2006-01-26 jprTry to warn user when 'DeflatedExplicitVR' Transfer...
2006-01-26 jprDon't try to 'Read Pixels' when 'DeflatedExplicitVRLitt...
2006-01-26 jprSerieHelper::CreateUserDefinedFileIdentifier doesn...
2006-01-25 malaterreENH: Change the name
2006-01-25 malaterreENH: Backport from openjpeg CVS
2006-01-24 malaterreBUG: Who blamed vs7.1 it actually caught a big fat...
2006-01-24 malaterreENH: Should be a little faster since no function call
next