[med-svn] [gdcm] branch master updated (972edad -> aff36b5)
Gert Wollny
gewo at moszumanska.debian.org
Tue Aug 1 17:21:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
gewo pushed a change to branch master
in repository gdcm.
from 972edad Update changelog
new 6eb6672 New upstream version 2.8.2
new 95ce177 prepare upload to unstable
new 42b9ce8 correct gdcm sharp install
new 9e4ef6f Update copyrights
new aff36b5 Update copyright
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 6 +-
Applications/Cxx/gdcmdump.cxx | 35 ++
Applications/Cxx/gdcminfo.cxx | 35 +-
Applications/Cxx/gdcmtar.cxx | 70 ++-
CMakeLists.txt | 2 +-
Examples/Cxx/EmptyMask.cxx | 242 +-------
Examples/Cxx/MrProtocol.cxx | 6 +
Source/Common/gdcmMD5.cxx | 1 +
Source/Common/gdcmSystem.cxx | 2 +-
Source/DataDictionary/gdcmUIDs.cxx | 2 +
.../CMakeLists.txt | 1 +
.../gdcmCSAHeader.cxx | 49 ++
.../gdcmCSAHeader.h | 12 +-
.../gdcmMrProtocol.cxx | 210 +++++++
.../gdcmMrProtocol.h | 83 +++
Source/MediaStorageAndFileFormat/CMakeLists.txt | 1 +
.../gdcmDirectionCosines.cxx | 26 +-
.../gdcmDirectionCosines.h | 6 +
.../gdcmEmptyMaskGenerator.cxx | 465 ++++++++++++++
.../gdcmEmptyMaskGenerator.h | 80 +++
.../MediaStorageAndFileFormat/gdcmPixmapWriter.cxx | 2 +-
Source/MediaStorageAndFileFormat/gdcmPrinter.cxx | 2 +-
.../gdcmSplitMosaicFilter.cxx | 190 +++++-
.../gdcmSplitMosaicFilter.h | 6 +
.../MediaStorageAndFileFormat/Cxx/CMakeLists.txt | 2 +
.../Cxx/TestSplitMosaicFilter.cxx | 15 +-
.../Cxx/TestSplitMosaicFilter2.cxx | 220 +++++++
.../Cxx/TestSplitMosaicFilter3.cxx | 173 ++++++
Utilities/doxygen/man/gdcmdump.xml | 680 +++++++++++++++++++++
Utilities/doxygen/man/gdcminfo.xml | 7 +
Utilities/doxygen/man/gdcmtar.xml | 8 +-
Wrapping/Python/gdcmswig.i | 6 +-
debian/changelog | 10 +
debian/copyright | 47 +-
debian/gdcm-doc.doc-base | 2 +-
debian/gdcm-doc.install | 2 +-
debian/libgdcm-cil.install | 4 +-
debian/rules | 4 +
38 files changed, 2419 insertions(+), 295 deletions(-)
create mode 100644 Source/DataStructureAndEncodingDefinition/gdcmMrProtocol.cxx
create mode 100644 Source/DataStructureAndEncodingDefinition/gdcmMrProtocol.h
create mode 100644 Source/MediaStorageAndFileFormat/gdcmEmptyMaskGenerator.cxx
create mode 100644 Source/MediaStorageAndFileFormat/gdcmEmptyMaskGenerator.h
create mode 100644 Testing/Source/MediaStorageAndFileFormat/Cxx/TestSplitMosaicFilter2.cxx
create mode 100644 Testing/Source/MediaStorageAndFileFormat/Cxx/TestSplitMosaicFilter3.cxx
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git
More information about the debian-med-commit
mailing list