]> Creatis software - gdcm.git/commit
* gdcmPython/Makefile.am now avoids calling the wrappers for the
authorfrog <frog>
Tue, 1 Jul 2003 10:04:35 +0000 (10:04 +0000)
committerfrog <frog>
Tue, 1 Jul 2003 10:04:35 +0000 (10:04 +0000)
commit7589d23967892c94462e22a49ec50fcd225c5c38
tree616b13cbe0685f15160ce9a197b2dcdfaaabfcec
parent47438101c70c750ccdcb19df4816169a87fc6c1d
  * gdcmPython/Makefile.am now avoids calling the wrappers for the
        clean target.
      * src/gdcm*.[cxx|h] :
        - to allow compilation with gcc 3.x
          -- clean up of STL usage (added explicit usage of std::)
          -- small fixes on exceptions.
          Note: linking not tested !
        - clean of doxygen comments to avoid warnings at documentation
          building stage.
      * vtk/vtkGdcmReader.cxx: g++ warning message clean up (platform
        dependent convertion).
13 files changed:
ChangeLog
gdcmPython/Makefile.am
src/gdcmDict.cxx
src/gdcmElValSet.cxx
src/gdcmException.h
src/gdcmFile.cxx
src/gdcmHeader.cxx
src/gdcmTS.cxx
src/gdcmTS.h
src/gdcmUtil.cxx
src/gdcmUtil.h
src/iddcmjpeg.h
vtk/vtkGdcmReader.cxx