This also means when you build GDCM for first time, you may get this message: If you want to build the test suite, you must set GDCM_DATA_ROOT (advanced option) to the full path name of the gdcmData directory; if you don't want, disable GDCM_BUILD_TESTING. What is gdcmData? Please read: http://gdcm.sourceforge.net/wiki/index.php/General_questions#What_is_gdcmData_.3F and that wiki link is 404 now.
Mathieu, any thoughts on this? The old libjpeg is one of the last sources of UBSan errors for me...
It looks like GDCM is using the old libjpeg 6b? If so, maybe it should switch to https://github.com/libjpeg-turbo/libjpeg-turbo ?
various UBSan complaints in libjpeg code
Mathieu, did you fix this? Seems I no longer reproduce using ITK master from the other day!
GDCM should compile with no -Wcast-qual warnings
I've got a customer with a DICOM series that hits this assert with ITK 4.13. And the image appears doubled as in bug #325. Do I assume correctly that the issue still exists in git master?
Thanks! (Fixed offline)
Just tried to create a new one but it says "Warning: The email address specified...
I know I've filed a ticket before, but I can't find my trac password now. I can't...
I've just revisited this in 1.76.1 and indeed it's basically fixed. I have only one...
It seems unfixed in 1.75.
I have a piece of code like this: int isUpperBound = ((j == 1) ^ (spacing[i] < 0));...
gdcm::SerieHelper impacts ITK, which uses it, and even exposes it publicly
Further to r47: updated workaround for <rdar://...
Removed long-dead code. Clean things up a bit b...
Changed some NULL to nil as per usual Cocoa con...
Removed an ARC-unfriendly CFSTR/NSString* cast.
Removed workarounds for pre-10.5 SDKs.
Changed a comment that made an ARC-unfriendly s...
Tagged a deprecated old API with DEPRECATED_ATT...
Replaced all #include with #import
Cover the superclass designated initializers an...
Added compiler error if using older than 10.7 SDK
Updated workaround for <rdar://14095332> (from ...
Fixed minor spelling error: occured -> occurred.
Added workaround for <rdar://14095332>.
Changed trivial readTimout accessor to @systhes...
Tag designated initializers with NS_DESIGNATED_...
Renamed ivars (that Xcode’s refactor tool misse...
Changed AMSerialDelegate to be a proper @protoc...
Add LSMinimumSystemVersion in Info.plist, set t...
Updated MainMenu.nib from it's antique format t...
Renamed all ivars to start with underscore, as ...
enabled some more warnings and removed some obs...
Fixed a few warnings about signedness inconsist...
Make AppController.m ARC-compatible (and still ...
Suppress clang's -Warc-performSelector-leaks wa...
Fixed clang warning about enum not handled in s...
Wrapped GC-only workaround in __OBJC_GC__.
Fixed copy-paste where there were two declarati...
Fixed clang warning about suspicious int to boo...