X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=bbacebdaca83743a6a3f69c354a43e8d7875b4fb;hb=58156942f515f7d313b9b098156313a44f3b1e2b;hp=c9402a921f11552de157d9b5d8532cdfb8475572;hpb=45333140369db54d6e83087cc58be4b264b58b14;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index c9402a92..bbacebda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-01-07 Mathieu Malaterre + * Now gdcm::Debug is clearly a copy/paste of VTK approach. You can manipulate + you debug/warning message just as c++ streams which make them very convinient + to use. Once this is stabilize I will change the ostringstrem to be + redirected to a file (ofstream). + * Properly support C99 extension: __FUNCTION__ which allow us to display + the name of the function call (GNUC also allow __PRETTY_FUNCTION__ for c++) + 2005-01-07 Jean-Pierre Roux * Removal of useless and dangerous methods : GetEntryByName, GetEntryVRByName, GetDocEntryByName, SetEntryByName