Activity
From 2017-03-13 to 2017-04-11
2017-04-11
-
17:22 Bug #589 (Closed): img2dcm does not seem to properly check value of --key option
- Closed by commit 5bc03654a152f7343dfa97f2755df41a313c3489.
-
14:57 Bug #392 (Closed): Multi-Process-Code under Windows should check for "\"
- Fixed by commit ca700d3674468cca47323096da18be6b87b9a541.
2017-04-07
-
11:12 Feature #750: JPEG-LS encoded image that cannot be decoded with dcmjpls
- Here's a small program that shows how to fix this issue, which is apparently
a well-known bug in the Java Advanced I... -
09:18 Feature #750 (New): JPEG-LS encoded image that cannot be decoded with dcmjpls
- I have received a sample image encoded in JPEG-LS that cannot be decoded with DCMTK.
- dcmdjpls reports an error
...
2017-04-06
-
19:18 Bug #723 (Closed): Newer versions of Doxygen require unique section labels throughout the DCMTK man pages
- Close by commit #cafe65b886c790dea using the attached shell script.
-
11:21 Bug #749 (Closed): dsr2xml.xsd is a bit too restrictive on it's representation of VR=DS
- The XML Schema "dsr2xml.xsd" relies on the use of xsd:decimal for defining the DICOM VR "Decimal String" (DS) which r...
-
11:15 Conformance #748 (Closed): Supplement 197 (Ophthalmic Optical Coherence Tomography for Angiographic Imaging Storage SOP Classes) is now final text
- ftp://medical.nema.org/medical/dicom/final/sup197_ft.pdf
-
11:13 Conformance #747 (Closed): Supplement 191 (Patient Radiation Dose Structured Report, P-RDSR) is now final text
- ftp://medical.nema.org/medical/Dicom/final/sup191_ft.pdf
-
11:11 Conformance #746 (Closed): Supplement 189 (Advanced Blending Presentation State Storage) is now final text
- ftp://medical.nema.org/medical/Dicom/final/sup189_ft.pdf
2017-04-05
-
17:31 Bug #745 (Closed): dump2dcm does not support reading private elements any more
- It seems that with commit ae4ae81 dump2dcm stop from reading private elements correctly:...
-
17:20 Feature #744 (New): DSRDocument::readXML() and xml2dsr do not check for the "Relationship Content Constraints" of the underlying SR IOD
- In contrast to the DSRDocument::read() method and e.g. the dsrdump tool the DSRDocument::readXML() method and xml2dsr...
-
11:58 Bug #714: gethostbyname() is obsolete and should be replaced by getaddrinfo()
- I'm not sure how much value there is in replacing one function with the other.
Keeping the current API and just em...
2017-04-03
-
14:09 Bug #633 (Closed): Check whitespaces in CMake path names
- Closed by commit #c447d3532186e704fa.
2017-04-01
-
18:14 Conformance #695: Check whether Non-Patient Object Storage SOP Classes should be treated differently
- Most important changes have already been done. Further evaluation could therefore take place after the upcoming release.
2017-03-31
-
15:32 Conformance #702 (Closed): Supplement 195 adds two new Transfer Syntaxes (HEVC/H.265)
- Closed by commit #eb827ae55f35.
2017-03-30
-
15:28 Feature #743 (Closed): Remove support for GUSI (needed on classical "Mac OS" systems)
- Remove support for header file "gusi.h" (and the macro HAVE_GUSI), which was required for former Macintosh computers ...
-
12:39 Feature #451 (Closed): Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
- Closed by commit #55fb9b8cefdc2820b.
2017-03-28
-
18:30 Support #742 (Closed): URL of the git repository stopped working
- It used to be possible to clone the repository using either http://git.dcmtk.org/dcmtk or git://git.dcmtk.org/dcmtk, ...
-
16:17 Bug #554: When OF/OD is mapped to OB, do we need to consider endianness?
- We only map OF/OD to OB when reading a dataset in LittleEndianImplicit, i.e. in this case the OF/OD data will be kept...
-
10:35 Feature #161 (Closed): Notizen zum Thema DCMTK und Multithreading
- Remaining issues have been fixed by recent commit #a4a69b0167a08, other issues turned out to already have been fixed/...
-
09:48 Bug #741 (Closed): Suppress LNK4217 warning about symbol _xmlFree on Windows
- The warning appears in a static compile (not DLL); in this case apparently the macro LIBXML_STATIC must be defined
b...
2017-03-27
-
19:31 Bug #600 (Closed): OFStandard::searchDirectoryRecursively() relies on undefined HAVE_READDIR_R
- Closed by commit #a4a69b0167a08.
-
17:29 Feature #161: Notizen zum Thema DCMTK und Multithreading
- The remaining issues are:
- rand -- may be ignored, since only unit tests -and ofuuid- are affected, where sec... -
12:16 Feature #630 (Closed): Create and document a method to enable exhaustive tests from within CMake
- Closed by commit #3584ff6305e.
2017-03-26
-
21:19 Feature #451 (Reopened): Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
- Recent commits (e.g. bfe495a, 16b0782 and 3332ea4) again include "windows.h" without defining WIN32_LEAN_AND_MEAN eve...
2017-03-24
-
17:31 Conformance #578 (Closed): CP-143 disallows VR=US/SS for Palette Color LUT Data
- Closed by commit d6cd428.
-
17:17 Feature #454 (Closed): Inappropriate default "data files path" in wlmscpfs
- Closed by commit 7e43f5f.
-
11:47 Feature #454: Inappropriate default "data files path" in wlmscpfs
- Set to "."
-
16:54 Bug #740 (Closed): Vulnerability in certificate verification code in dcmsign
- Fixed by commit 3428613.
-
09:49 Bug #740 (Closed): Vulnerability in certificate verification code in dcmsign
- 阮;琳琦 <rlq1969612634@gmail.com> writes:
Recently We made a large scale security static analysis on several open sou... -
16:41 Bug #694 (Closed): Problems (again) with "dcmsr: EmptyItem" and building shared libraries...
- Close by commit #4fd1d3875e03f3eb
-
13:52 Bug #408 (Closed): Warnings with VisualStudio (Windows) when building DLLs
- Closed by commit #97d6fee689ab94f26
2017-03-23
-
11:46 Feature #736 (Closed): Move generating arith.h from build time to configuration time under Autoconf
- To ensure arith.h always reflects the latest configuration settings, generating it was choosen to be at build time fo...
-
11:38 Feature #735 (New): Enhance crosscompiling for Android documentation
- Cross compiling for Android isn't easy (lots of different versions, options and prerequisites). The documentation (cu...
-
10:55 Feature #734 (New): Emit warnings when trying to put large DCMRT objects on the stack
- Depending on the used compiler/settings, putting some of the larger DCMRT object on the stack can lead to stack overf...
-
10:02 Feature #451: Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
- Was closed in commits #9f9d70dc5c93 and #d84184e83111ed (the latter not mentioning it though).
2017-03-20
-
17:38 Conformance #733 (Rejected): Add minimal support for Frozen Draft of Supplement 147: Second Generation Radiotherapy - Prescription and Segment Annotation
- Beginning of March 2017, Supplement 147 has been released as a "Frozen Draft for Trial Use". Minimal support (Storage...
-
10:07 Feature #732 (New): class DcmSCU needs callback for handling asynchronous N-EVENT-REPORT messages
- All SCUs for DICOM services that use the N-EVENT-REPORT transaction need to be prepared to handle the receipt of "asy...
-
09:20 Bug #458: Many warnings with Visual Studio 2010 Pro on Windows 7 (64 bit)
- Fixed most warnings reported by VS2017 x64, which should also remove most of the warnings for VS2010 x64.
2017-03-17
-
16:03 Feature #451 (Closed): Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
- Closed in commit #9f9d70dc5c93.
2017-03-16
-
17:29 Feature #537 (Closed): Removed deprecated OFauto_ptr (replace with OFunique_ptr )
- Closed in commit #3a54504640c35.
-
11:17 Bug #628 (Closed): Warnings in vrscanl.c
- While testing whether it is possible to disable the warnings by adding appropriate 'ofdiag' includes to the lexer fil...
2017-03-15
-
18:42 Bug #658 (Closed): JPEG compression: Implement the 0xFF padding as per DICOM Standard
- Closed by commit ea90014.
-
15:41 Bug #651 (Closed): DCMTK Snapshots do not build on Mac (XCode) due to BUILD_DATE escaping
- Fixed in commit #b0e51df2010
-
11:16 Bug #718: OFStandard::atof() cannot handle NaN
- Fixed in commits "#048b15696b8":http://git.dcmtk.org/?p=dcmtk.git;a=commitdiff;h=048b15696b81be817317b792ae77c76de3ca...
-
11:12 Bug #718 (Closed): OFStandard::atof() cannot handle NaN
-
10:42 Feature #144 (Rejected): rework Makefiles based on GNU automake
- Since the current plan is to fully move to CMake and give up autoconf, this will not be implemented. Rejecting.
2017-03-14
-
18:25 Bug #389 (Closed): Compilation on Windows 7 with MINGW64
-
18:19 Bug #593 (Closed): Lossy jpeg compression result changes since 3.6.0 stable.
- Could not reproduce the problem with a freshly compiled DCMTK 3.6.0 vs. #8ed8c5385. It was most likely a problem with...
-
17:08 Feature #440 (Rejected): Don't install convenience libraries
- As the comments by Uli Schlachter show, the patch introduces more problems rather than solving problems. Won't implem...
-
16:17 Bug #628: Warnings in vrscanl.c
- The flex skeleton file for C flex (not flex++) contains GNU Autoconf dependent code that is evaluated when compiling ...
2017-03-13
-
18:38 Patch #520 (Closed): OFMutex very slow on Windows
- Implemented by commit 5fe9660.
-
00:44 Support #729 (Resolved): Request: Don't change the urls of snapshots once a new version is released
- This has surfaced as a problem for package managers such as Homebrew -- see for instance this discussion: https://git...
Also available in: Atom