Activity
From 2017-05-29 to 2017-06-27
2017-06-27
-
12:22 Bug #769 (Closed): dcm2json produces invalid JSON for broken DS or IS values
- dcm2json produces invalid JSON if encountering invalid DS or IS values. The issue showed up in a dataset where a DS-v...
2017-06-23
-
20:17 Bug #764 (Closed): sscanf() does not support integer variables of a specific size
- At various places in the DCMTK, sscanf() is used to convert character string into an integer value. The current appro...
-
20:03 Bug #763 (WontFix): arith.cc fails on QNX because fpgetmask/fpsetmask is not defined in "ieeefp.h"
- Currently, it is assumed that fpgetmask() and fpsetmask() exist if HAVE_IEEEFP_H is defined. This is not true on all ...
-
11:34 Bug #762 (Closed): Inconsistent use of USE_STD_CXX_INCLUDES
- In header file "ofstd/include/ofstdinc.h", the macro USE_STD_CXX_INCLUDES should always be checked in order to decide...
-
11:28 Bug #761 (Closed): Configure test for HAVE_STREAMBUF_H is missing
- The header file "ofstd/include/ofstdinc.h" checks for the macro HAVE_STREAMBUF_H although it is never defined (neithe...
2017-06-21
-
11:25 Feature #760 (New): Replace ofstd/tests/tstring.cc with own implementation not based on GPL
- tstring.cc is the only file in DCMTK that references GPL.
This should be replaced by a separate implementation that ... -
10:31 Bug #759 (Closed): undefined behaviour warning in ijg JPEG code
- The warning is reported by gcc with option -Waggressive-loop-optimizations and seems to only affect the 16-bit versio...
2017-06-20
-
10:38 Conformance #751 (Closed): Add support for recently approved Final Text Correction Proposals (after DICOM 2017a)
- Nothing to do.
2017-06-18
-
23:35 Support #742: URL of the git repository stopped working
- Thank you. I just confirmed, @git clone http://git.dcmtk.org/dcmtk@ now works as expected (as does using the @git://@...
2017-06-15
-
14:47 Conformance #747 (Assigned): Supplement 191 (Patient Radiation Dose Structured Report, P-RDSR) is now final text
- See commit 20d8fa1, 50b8df1, 904c45e and a6cc68a.
The implementation of the corresponding "IOD Constraint Checker"... -
14:45 Conformance #756 (Closed): Update data dictionary, list of UIDs, code dictionaries, etc. for the recently approved "DICOM 2017b"
- See commit 20d8fa1 and 50b8df1.
Code dictionaries will be updated for upcoming DICOM 2017c. -
14:45 Conformance #746 (Closed): Supplement 189 (Advanced Blending Presentation State Storage) is now final text
- See commit 20d8fa1, 50b8df1, 904c45e and c4c2e82.
-
14:44 Conformance #748 (Closed): Supplement 197 (Ophthalmic Optical Coherence Tomography for Angiographic Imaging Storage SOP Classes) is now final text
- See commit 20d8fa1, 50b8df1 and 5fb9d4d.
-
14:43 Conformance #753 (Closed): Supplement 190 (Volume Rendering Volumetric Presentation States) is now final text
- See commit 20d8fa1, 50b8df1, 904c45e and c4c2e82.
-
12:59 Conformance #751 (Resolved): Add support for recently approved Final Text Correction Proposals (after DICOM 2017a)
- With the release of "DICOM 2017b", this issues has been solved.
2017-06-12
-
19:42 Support #742 (Closed): URL of the git repository stopped working
- Should be fixed now (by JaS on 2017-06-06).
2017-06-09
-
15:43 Bug #758: OFVector needs to separate allocation and element construction
- A partial workaround has been commited as #48e6422858b2a62 . This fixes issue 2. from above by removing the predictiv...
-
14:47 Bug #758 (New): OFVector needs to separate allocation and element construction
- The current OFVector implementation does not separate element construction from memory allocation, i.e. ...
Also available in: Atom