X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=fd48dd6dcbc2cc0c1601d5128206c7b2073e605d;hb=8d10ccb6794a0f22234983990e2181a24625fbd8;hp=fa93a9a6cc147b1723c4ebb62a2664bfc6e2e887;hpb=ba78e6c6d47d6db1528e8e88e5ebde7296a26692;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index fa93a9a6..fd48dd6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,18 @@ +2004-12-04 Benoit Regrain + * Bug fix due my last commit (compilation under Windows). + * Example/Volume2Dicom : bug fix in the file and reformatting source code + * src/gdcmFile.h : bug fix. Variable type and variable name had same name + 2004-12-03 Mathieu Malaterre * Huge cleanup: - Remove printf / sprintf - include iostream AFTER gdcm so we don't get warnings - - GDCM_NO_ANSI_STRING_STREAM shouldn't be used explitely ouside of gdcm source - - Also remove tons of include from header files, hopefully this should speeup the compilation time, since it was becoming a dog slow. - - Remove gdcm.h as it include way too many files and slow down compilation (plus it is not up to date) + - GDCM_NO_ANSI_STRING_STREAM shouldn't be used explitely ouside of gdcm + source + - Also remove tons of include from header files, hopefully this should + speeup the compilation time, since it was becoming a dog slow. + - Remove gdcm.h as it include way too many files and slow down compilation + (plus it is not up to date) - remove 'using namespace std' this is BAD ! 2004-12-03 Benoit Regrain