]> Creatis software - gdcm.git/commitdiff
ENH: update changelog about Mac vs VS6 and static initialization
authormalaterre <malaterre>
Mon, 10 Jan 2005 19:25:02 +0000 (19:25 +0000)
committermalaterre <malaterre>
Mon, 10 Jan 2005 19:25:02 +0000 (19:25 +0000)
ChangeLog

index bd61591340ea1eb57b32a1222930f579047b90ad..c92d2b5a5f0ec4acdc0d8d368a67a87d72451856 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-10 Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
+   * 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  <Mathieu.Malaterre@creatis.insa-lyon.fr>
    * Fix bug on MacOSX with static initialization in a multui threaded
         environement. static const string in a header file used to be ill