]> Creatis software - gdcm.git/history - src/gdcmDebug.h
Fix mistypings
[gdcm.git] / src / gdcmDebug.h
2008-04-10 malaterreCOMP: fix comp on gcc 4.3
2007-08-22 jprTry to make gdcm1.2 and gdcm1.3 usable int the same...
2007-06-04 jpravoid some warnings a doxygen time
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-05-30 jprAdd some comments
2006-04-11 jprRemove useless accesses to the Dicom Dictionnary std...
2006-01-03 jprRefine message displaying. Now, we have :
2005-11-29 jprTo prepare use of progression bar in all types of Document
2005-11-28 regrain * Remove all gdcmStaticXxxMacro with Xxx : Debug...
2005-11-28 regrain * Improvement #2 : the CommandManager is now a stati...
2005-11-28 regrain * Fix bug -- sorry
2005-11-28 regrain * Add Command and CommandManager to have possible...
2005-11-05 jprFlags Debug and Warning may be used separately.
2005-10-27 jprDetail use of gdcmDebug, gdcmWarning, gdcmError, assert
2005-10-26 malaterreBUG: ooops msg was removed from the macro if errno...
2005-10-26 malaterreENH: Get rid of errno is op is success
2005-10-18 regrain * Correctly use the VRKey for all vr variables....
2005-09-02 jprCoding style : remove useless trailing ';' from inline...
2005-08-22 malaterreCOMP: Fix compilation with SWIG, GDCM_LEGACY* options...
2005-08-01 malaterreCOMP: Get rid of: Function gdcm::GDCM_LEGACY must have...
2005-07-24 malaterreCOMP: Too bad gcc3.3 on APPLE does not supported deprec...
2005-07-21 jprLEGACY purpose
2005-07-20 jprUse GDCM_LEGACY for DicomDir, as well
2005-07-19 malaterreENH: Adding a deprecation mechanism to gdcm via two...
2005-06-21 malaterreBUG: Solve the 'Shoot Yourself in the Foot' problem
2005-06-14 malaterreENH: Add doc for assert
2005-02-11 malaterreBUG: Verbose->Warning
2005-02-11 jprTypo, comments, doxygenation
2005-02-09 malaterreSTYLE: Minor tweaks
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-04 jprSome more Doxygenation
2005-02-01 jprNormalization
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-31 jprCosmetics
2005-01-27 jpr- Add construct and destructor to class gdcm::Debug...
2005-01-20 regrain * src/gdcmDebug.h : remove the Debug test in the...
2005-01-13 malaterreENH: If NDEBUG is passed to prepro then all debug stuff...
2005-01-13 malaterreENH: Adding the Debug redirection to a file stream...
2005-01-12 malaterreENH put a debug macro trying to find problem with maked...
2005-01-12 malaterreENH: gdcmDebugMacro is now different from gdcmVerboseMa...
2005-01-11 malaterreENH: Remap borland __FUNC__ to the c9x __FUNCTION__
2005-01-08 malaterreTwo things at once: start removing hack for old ostrstr...
2005-01-08 malaterreCOMP: Fix compile warnings on some system
2005-01-07 malaterreBUG: assert was inversed
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 malaterreCOMP: Fix VS6 compilation pb
2005-01-07 malaterreENH: Change the gdcmDebug approach. Remov the global...
2005-01-06 jprCoding Style + Doxygenation
2004-12-03 malaterreENH: * Huge cleanup:
2004-10-12 malaterreENH: Adding 'gdcm' namespace. Be nice with me this...
2004-09-27 frog * src/*.cxx *.h Reference to License.htm fixed to...
2004-09-24 malaterreFIX: Revert back to previous version, I don't believe...
2004-08-01 malaterreENH: Guess what ! Still some cosmetic cleanup
2004-07-19 regrain * src/gdcmCommon.h, gdcmDict.cxx, gdcmTS.cxx : bug...
2004-06-20 frog * Erroneous leading white fix:
2004-05-03 malaterreReplace the DEBUG on the stack with a global entry...
2004-03-26 frog * src/gdcmUtil.[cxx|h] split in two. Additional...