]> Creatis software - gdcm.git/commit
* Python wrapping process moved away from src/Makefile to
authorfrog <frog>
Wed, 6 Nov 2002 22:48:40 +0000 (22:48 +0000)
committerfrog <frog>
Wed, 6 Nov 2002 22:48:40 +0000 (22:48 +0000)
commit6351b90935bc5444536352964345f03e6fe21432
tree74f8dc6085d995c105300a8ca476694aa52f9f03
parent51b61705e90b352de08519835fa1c63b81bca616
  * Python wrapping process moved away from src/Makefile to
        newly created python/Makefile (as well as gdcm.i)
      * python/demo/test.py (that mirrors Test/test.cxx) is effective.
      * src/gdcmHeader::FindLength only looks for current vr when necessary.
      * src/gdcmDictSet.cxx: the dictionnaries directory path is now imported
        from the environement variable GDCM_DICT_PATH (when existing).
      * src/gdcmDict::GetTag bug fix.   --- Frog
ChangeLog
src/Makefile
src/gdcm.h
src/gdcm.i [deleted file]
src/gdcmDict.cxx
src/gdcmDictSet.cxx
src/gdcmHeader.cxx