From: frog Date: Mon, 2 Dec 2002 13:37:46 +0000 (+0000) Subject: Forgotten comments. --- Frog X-Git-Tag: April2003~74 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=96daecd80efad4dcd0af9e353c1814b6f8838bf0;p=gdcm.git Forgotten comments. --- Frog --- diff --git a/ChangeLog b/ChangeLog index 89c9142d..ad6e4a18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,6 +52,17 @@ VR files. * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files. +2002-11-8 Eric Boix + * Adaptation for porting to VC++: + - src/gdcm.h + o forced to use std namespace (for string to be known) + o all class use __declspec export style on WIN32 + - src/gdcmUtil.cxx new Exit method that wraps the exit call + (in stdlib.h on Win32 but in std:: for gcc) + * src/gdcmDictSet::SetDictPath adds a trailing / to environement + variable GDCM_DICT_PATH. + * src/gdcmHeader.cxx verbose comments made discrete. + 2002-11-7 Eric Boix * python/gdcm.i: added a typemap that converts a C++ hashing table to native Python dictionary.