Skip to content

Tags: dimin/GDCM

Tags

v2.4.4

Toggle v2.4.4's commit message
Final update to python docstrings before 2.4.4

v2.4.3

Toggle v2.4.3's commit message
Add a better default behavior for bogus JPEG2000 encoded image

v2.4.2

Toggle v2.4.2's commit message
Fixed -Wunreachable-code-return warning that indicated bigger problem

clang warned that a trailing else was impossible; it was right because
a preceding 'if' was of the form:

 if (a == b || c)

instead of:

 if (a == b || a == c)

since 'c' is a non-zero constant, the 'if' was always true, making
the next 'else' impossible.

v2.4.1

Toggle v2.4.1's commit message
Add a new private attribute

v2.4.0

Toggle v2.4.0's commit message
Remove another simple warning

v2.2.6

Toggle v2.2.6's commit message
Tag version 2.2.6

v2.2.5

Toggle v2.2.5's commit message
Removed empty/useless destructors

Fixes some -Wdeprecated clang warnings in C++11
regarding 'rule of three' violations.

v2.2.4

Toggle v2.2.4's commit message
Fix compilation of atoll on MSVC compiler

v2.2.3

Toggle v2.2.3's commit message
Handle case where SOP Instance UID is empty

v2.2.2

Toggle v2.2.2's commit message
FileAnonymizer: Add equivalent code for Java