]> Creatis software - gdcm.git/history - src/gdcmDebug.h
ENH: Adding a deprecation mechanism to gdcm via two MACRO and two config options
[gdcm.git] / src / gdcmDebug.h
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...