]> Creatis software - gdcm.git/commit
* python/testSuite.py unittest test suite added (uses Data)
authorfrog <frog>
Thu, 14 Nov 2002 14:55:20 +0000 (14:55 +0000)
committerfrog <frog>
Thu, 14 Nov 2002 14:55:20 +0000 (14:55 +0000)
commit8e657a0766489604ade10a101d0d8995bcb79280
treedfbdffc4fab546162efa34824a87e6f8e87fc5bc
parentd9309280a40bdfcaf7889a28e61c71d4e188f9ee
  * python/testSuite.py unittest test suite added (uses Data)
      * Data/* dcm and acr files for the test suite.
      * glib dependance removed from un*x version. We now use ISO C99
        7.18 Integer types (see stdint.h)
        - python/Makefile, src/Makefile src/gdcm.h
      * src/ when an explicit vr (like dicom files) suddenly poped an
        implicit element we use to mark the underlying DictEntry of the
        concerned ElValue with "Implicit". This strategy was damageable
        too the public or provite dictionaries, since some of their vr
        would be changed. Since Header::FindLength heavily relies on the
        detection by Header::FindVR of falsely explicit elements, I
        added an extra ImplicitVr member to ElValue (boolean).
        The rest of the changes we the necessary adaptations.  --- Frog
ChangeLog
TODO
src/Makefile
src/gdcm.h
src/gdcmDictEntry.cxx
src/gdcmElValue.cxx
src/gdcmHeader.cxx
src/gdcmUtil.cxx