[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. b68517be732dfda9d50debdc096ff2a3c7
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: malat <ma...@us...> - 2023-05-02 09:17:42
|
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, release has been updated
via b68517be732dfda9d50debdc096ff2a3c72f006f (commit)
from ed89ffa392dd8e970527d63cf4c7b15f497f7f29 (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/b68517be732dfda9d50debdc096ff2a3c72f006f/
commit b68517be732dfda9d50debdc096ff2a3c72f006f
Author: Sean McBride <se...@ro...>
Date: Tue Apr 4 21:39:19 2023 -0400
Auto-fixed all clang-tidy readability-duplicate-include warnings
diff --git a/.clang-tidy b/.clang-tidy
index af1098919..2b15e51b0 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -113,7 +113,6 @@ Checks: '-*,
-readability-redundant-string-cstr,
-readability-make-member-function-const,
-readability-static-definition-in-anonymous-namespace,
- -readability-duplicate-include,
-readability-function-size,
-readability-string-compare,
-readability-redundant-preprocessor'
diff --git a/Examples/Cxx/DumpSiemensBase64.cxx b/Examples/Cxx/DumpSiemensBase64.cxx
index d24cb72a9..af7eefd49 100644
--- a/Examples/Cxx/DumpSiemensBase64.cxx
+++ b/Examples/Cxx/DumpSiemensBase64.cxx
@@ -22,7 +22,6 @@
#include "gdcmBase64.h"
#include "gdcmExplicitDataElement.h"
#include "gdcmSwapper.h"
-#include "gdcmPrinter.h"
#include <iostream>
#include <fstream>
diff --git a/Examples/Cxx/ReadExplicitLengthSQIVR.cxx b/Examples/Cxx/ReadExplicitLengthSQIVR.cxx
index f29602d4a..adf7e907b 100644
--- a/Examples/Cxx/ReadExplicitLengthSQIVR.cxx
+++ b/Examples/Cxx/ReadExplicitLengthSQIVR.cxx
@@ -11,12 +11,11 @@
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
-#include "gdcmReader.h"
-#include "gdcmImplicitDataElement.h"
+#include "gdcmByteValue.h"
#include "gdcmDataSet.h"
+#include "gdcmImplicitDataElement.h"
#include "gdcmPrivateTag.h"
-#include "gdcmPrivateTag.h"
-#include "gdcmByteValue.h"
+#include "gdcmReader.h"
#include "gdcmSequenceOfItems.h"
using namespace gdcm;
-----------------------------------------------------------------------
Summary of changes:
.clang-tidy | 1 -
Examples/Cxx/DumpSiemensBase64.cxx | 1 -
Examples/Cxx/ReadExplicitLengthSQIVR.cxx | 7 +++----
3 files changed, 3 insertions(+), 6 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|