]> Creatis software - gdcm.git/commit
* src/gdcm.h splitted in gdcmCommon.h, gdcmDict.h, gdcmDictEntry.h,
authorfrog <frog>
Wed, 5 Mar 2003 14:55:49 +0000 (14:55 +0000)
committerfrog <frog>
Wed, 5 Mar 2003 14:55:49 +0000 (14:55 +0000)
commit565a47ec4e037897aaf770aeccc5d67d7ad7b478
treec750c01745d18a64ada84eb5998d11f261a4f08b
parentc1bf1001332047f18f2da607cde45bd5bd3a4ed7
  * src/gdcm.h splitted in gdcmCommon.h, gdcmDict.h, gdcmDictEntry.h,
        gdcmDictSet.h, gdcmElValSet.h, gdcmElValue.h, gdcmFile.h,
        gdcmHeader.h
      * src/gdcm*.cxx only include their corresponding include file
        (as opposed to gdcm.h)
      * gdcmPython/gdcm.i changed accordingly
      * Test/Makefile.am corrected and added NEWS, AUTHORS in order for
        the autogen.sh generated "make snapshot" command to work.
      * autogen.sh removed history related references to crea package.
22 files changed:
.cvsignore
AUTHORS [new file with mode: 0644]
ChangeLog
NEWS [new file with mode: 0644]
autogen.sh
gdcmPython/gdcm.i
src/gdcm.h
src/gdcmCommon.h [new file with mode: 0644]
src/gdcmDict.cxx
src/gdcmDict.h [new file with mode: 0644]
src/gdcmDictEntry.cxx
src/gdcmDictEntry.h [new file with mode: 0644]
src/gdcmDictSet.cxx
src/gdcmDictSet.h [new file with mode: 0644]
src/gdcmElValSet.cxx
src/gdcmElValSet.h [new file with mode: 0644]
src/gdcmElValue.cxx
src/gdcmElValue.h [new file with mode: 0644]
src/gdcmFile.cxx
src/gdcmFile.h [new file with mode: 0644]
src/gdcmHeader.cxx
src/gdcmHeader.h [new file with mode: 0644]