From: malaterre Date: Mon, 10 Jan 2005 19:25:02 +0000 (+0000) Subject: ENH: update changelog about Mac vs VS6 and static initialization X-Git-Tag: Version1.0.bp~404 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=27211bc6d27444b3c0c9122c0a1eccb97a2a3632;p=gdcm.git ENH: update changelog about Mac vs VS6 and static initialization --- diff --git a/ChangeLog b/ChangeLog index bd615913..c92d2b5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-01-10 Mathieu Malaterre + * Hopefully fix the bug on MacOSX and static global initialization. + This is the only -minor- patch I found that both please MacOSX and VS6. + Other patch would be to declare a const std::string & GDCM_UNFOUND() instead, + but this would require a lot of change. Another approach wqould be that Global + create those string and GDCM_UNFOUND becomes a pointer to a string (which + gdcm::Global would destroy at exit). + 2005-01-08 Mathieu Malaterre * Fix bug on MacOSX with static initialization in a multui threaded environement. static const string in a header file used to be ill