[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. 5f8c73c27f3321cb05ada76c6213eb3973f
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2019-04-10 15:36:26
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, master has been updated
via 5f8c73c27f3321cb05ada76c6213eb3973ffabba (commit)
via 2807c834810c172f002effa4a33dd9f5e2c958e6 (commit)
via aa6989a0ad38cc33435fd1a757b6b5db0399e6fe (commit)
via 4c2324b3d2a180043ba7d2047509c9a48f027ac4 (commit)
via fd1d96a1e6181be2977ad5fc0ca40556a357d02a (commit)
via f4067e7debe5573801d0cc142232fd4703576f98 (commit)
from 0c2c1584285532704439ab02f36895bd00bd71a7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/5f8c73c27f3321cb05ada76c6213eb3973ffabba/
commit 5f8c73c27f3321cb05ada76c6213eb3973ffabba
Merge: 0c2c15842 2807c8348
Author: Mathieu Malaterre <mat...@gm...>
Date: Wed Apr 10 17:35:40 2019 +0200
Merge branch 'release'
diff --cc Applications/Cxx/gdcmdump.cxx
index a63a76e4b,4579a1798..089cfa977
--- a/Applications/Cxx/gdcmdump.cxx
+++ b/Applications/Cxx/gdcmdump.cxx
@@@ -1138,7 -1219,8 +1219,8 @@@ int main (int argc, char *argv[]
{"csa-asl", 0, &printcsaasl, 1},
{"csa-diffusion", 0, &printcsadiffusion, 1},
{"mrprotocol", 0, &printmrprotocol, 1},
+ {"pmtf", 0, &printpmtf, 1},
- {0, 0, 0, 0} // required
+ {nullptr, 0, nullptr, 0} // required
};
static const char short_options[] = "i:xrpdcCPAVWDEhvI";
c = getopt_long (argc, argv, short_options,
-----------------------------------------------------------------------
Summary of changes:
Applications/Cxx/gdcmdump.cxx | 86 ++++++++++++++++++++
Examples/Cxx/DumpToshibaDTI.cxx | 25 ++++--
Source/DataDictionary/gdcmPrivateDefaultDicts.cxx | 95 +++++++++++++++++++++--
3 files changed, 192 insertions(+), 14 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|